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-12-21T04:45:15.757Z||main|||||INFO|500||The following profiles are active: basic 2022-12-21T04:45:27.708Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-21T04:45:27.709Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-21T04:45:27.852Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-21T04:45:32.074Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-21T04:45:32.514Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-21T04:45:33.061Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-21T04:45:33.069Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-21T04:45:33.190Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-21T04:45:33.397Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-21T04:45:33.985Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-21T04:45:35.865Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-21T04:45:38.288Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-21T04:45:38.347Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-21T04:45:38.992Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-21T04:45:39.277Z||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-12-21T04:45:40.551Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-21T04:45:41.713Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-21T04:45:41.731Z||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$$1cee29c1.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-12-21T04:45:41.732Z||main|||||WARN|500||The sdc end point is not alive 2022-12-21T04:45:45.162Z||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-12-21T04:45:48.115Z||main|||||WARN|500||--- 2022-12-21T04:45:48.115Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-21T04:45:48.115Z||main|||||WARN|500||--- 2022-12-21T04:45:48.566Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-21T04:45:53.740Z||main|||||INFO|500||Started Application in 41.242 seconds (JVM running for 43.365) 2022-12-21T04:45:53.761Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-21T04:45:53.763Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-21T04:45:53.776Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-21T04:45:53.803Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-21T04:45:53.847Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 051d2941-6c90-4ccb-92e9-4bddf17f5fe7 url= /sdc/v1/artifactTypes 2022-12-21T04:45:53.848Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-21T04:45:54.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-21T04:45:54.219Z||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-12-21T04:45:54.255Z||scheduling-1|||||DEBUG|500||create keys 2022-12-21T04:45:54.264Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-21T04:45:54.298Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:45:54.317Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 969060cb-09b8-4469-98ae-d9e7c1ee8a53 url= /sdc/v1/registerForDistribution 2022-12-21T04:45:54.409Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 969060cb-09b8-4469-98ae-d9e7c1ee8a53 url= /sdc/v1/registerForDistribution 2022-12-21T04:45:54.410Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-21T04:45:54.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:45:54.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:45:54.429Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-21T04:45:54.435Z||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-12-21T04:45:54.435Z||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-12-21T04:45:54.436Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:45:54.436Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:46:04.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:46:04.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:46:54.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:46:54.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:46:54.420Z||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-12-21T04:46:54.420Z||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-12-21T04:46:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:46:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:47:03.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:47:03.999Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:47:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:47:54.419Z||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-12-21T04:47:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:47:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:47:54.420Z||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-12-21T04:47:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:48:03.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:48:03.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:48:54.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:48:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:48:54.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T04:48:54.420Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T04:48:54.420Z||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-12-21T04:48:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:49:04.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:49:04.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:49:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:49:54.418Z||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-12-21T04:49:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:49:54.425Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:49:54.425Z||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-12-21T04:49:54.426Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:50:03.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:50:04.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:50:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:50:54.418Z||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-12-21T04:50:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:50:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:50:54.419Z||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-12-21T04:50:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:51:03.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:51:03.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:51:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:51:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:51:54.420Z||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-12-21T04:51:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:51:54.420Z||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-12-21T04:51:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:52:03.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:52:03.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:52:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:52:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:52:54.419Z||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-12-21T04:52:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:52:54.423Z||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-12-21T04:52:54.423Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:53:03.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:53:03.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:53:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:53:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:53:54.420Z||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-12-21T04:53:54.420Z||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-12-21T04:53:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:53:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:54:03.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:54:03.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:54:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:54:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:54:54.421Z||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-12-21T04:54:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:54:54.421Z||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-12-21T04:54:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:55:03.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:55:03.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:55:28.261Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-21T04:55:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:55:54.418Z||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-12-21T04:55:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:55:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:55:54.419Z||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-12-21T04:55:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:56:03.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:56:03.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:56:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:56:54.418Z||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-12-21T04:56:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:56:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:56:54.420Z||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-12-21T04:56:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:57:03.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:57:03.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:57:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:57:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:57:54.420Z||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-12-21T04:57:54.420Z||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-12-21T04:57:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:57:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:58:04.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:58:04.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:58:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:58:54.419Z||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-12-21T04:58:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:58:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:58:54.420Z||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-12-21T04:58:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:59:03.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:59:04.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T04:59:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:59:54.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T04:59:54.421Z||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-12-21T04:59:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T04:59:54.422Z||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-12-21T04:59:54.422Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:00:03.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:00:03.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:00:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:00:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:00:54.420Z||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-12-21T05:00:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:00:54.420Z||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-12-21T05:00:54.422Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:01:04.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:01:04.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:01:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:01:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:01:54.420Z||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-12-21T05:01:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:01:54.421Z||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-12-21T05:01:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:02:03.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:02:03.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:02:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:02:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:02:54.419Z||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-12-21T05:02:54.420Z||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-12-21T05:02:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:02:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:03:03.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:03:03.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:03:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:03:54.418Z||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-12-21T05:03:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:03:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:03:54.419Z||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-12-21T05:03:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:04:03.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:04:03.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:04:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:04:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:04:54.420Z||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-12-21T05:04:54.420Z||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-12-21T05:04:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:04:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:05:03.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:05:04.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:05:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:05:54.419Z||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-12-21T05:05:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:05:54.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:05:54.421Z||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-12-21T05:05:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:06:03.974Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:06:03.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:06:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:06:54.419Z||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-12-21T05:06:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:06:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:06:54.420Z||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-12-21T05:06:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:07:03.989Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:07:03.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:07:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:07:54.418Z||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-12-21T05:07:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:07:54.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:07:54.421Z||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-12-21T05:07:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:08:03.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:08:03.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:08:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:08:54.418Z||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-12-21T05:08:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:08:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:08:54.420Z||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-12-21T05:08:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:09:03.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:09:03.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:09:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:09:54.418Z||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-12-21T05:09:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:09:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:09:54.423Z||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-12-21T05:09:54.423Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:10:03.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:10:04.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:10:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:10:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:10:54.420Z||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-12-21T05:10:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:10:54.425Z||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-12-21T05:10:54.425Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:11:03.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:11:04.005Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:11:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:11:54.418Z||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-12-21T05:11:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:11:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:11:54.420Z||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-12-21T05:11:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:12:03.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:12:03.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:12:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:12:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:12:54.419Z||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-12-21T05:12:54.420Z||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-12-21T05:12:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:12:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:13:04.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:13:04.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:13:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:13:54.418Z||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-12-21T05:13:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:13:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:13:54.420Z||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-12-21T05:13:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:14:03.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:14:03.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:14:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:14:54.418Z||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-12-21T05:14:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:14:54.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:14:54.419Z||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-12-21T05:14:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:15:03.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:15:04.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:15:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:15:54.418Z||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-12-21T05:15:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:15:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:15:54.420Z||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-12-21T05:15:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:16:03.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:16:03.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:16:54.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:16:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:16:54.421Z||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-12-21T05:16:54.422Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:16:54.428Z||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-12-21T05:16:54.430Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:17:03.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:17:03.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:17:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:17:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:17:54.420Z||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-12-21T05:17:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:17:54.423Z||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-12-21T05:17:54.424Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:18:04.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:18:04.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:18:54.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:18:54.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:18:54.422Z||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-12-21T05:18:54.423Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:18:54.422Z||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-12-21T05:18:54.424Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:19:03.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:19:03.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:19:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:19:54.419Z||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-12-21T05:19:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:19:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:19:54.420Z||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-12-21T05:19:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:20:04.001Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:20:04.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:20:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:20:54.419Z||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-12-21T05:20:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:20:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:20:54.419Z||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-12-21T05:20:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:21:03.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:21:03.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:21:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:21:54.418Z||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-12-21T05:21:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:21:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:21:54.420Z||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-12-21T05:21:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:22:03.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:22:03.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:22:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:22:54.418Z||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-12-21T05:22:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:22:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:22:54.420Z||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-12-21T05:22:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:23:03.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:23:03.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:23:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:23:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:23:54.420Z||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-12-21T05:23:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:23:54.420Z||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-12-21T05:23:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:24:03.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:24:03.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:24:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:24:54.418Z||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-12-21T05:24:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:24:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:24:54.420Z||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-12-21T05:24:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:25:03.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:25:03.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:25:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:25:54.418Z||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-12-21T05:25:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:25:54.420Z||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-12-21T05:25:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:25:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:26:03.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:26:03.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:26:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:26:54.418Z||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-12-21T05:26:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:26:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:26:54.420Z||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-12-21T05:26:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:27:03.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:27:03.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:27:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:27:54.418Z||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-12-21T05:27:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:27:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:27:54.419Z||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-12-21T05:27:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:28:03.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:28:03.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:28:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:28:54.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:28:54.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:28:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:28:54.420Z||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-12-21T05:28:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:29:03.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:29:03.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:29:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:29:54.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:29:54.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:29:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:29:54.419Z||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-12-21T05:29:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:30:03.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:30:03.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:30:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:30:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:30:54.419Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:30:54.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:30:54.419Z||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-12-21T05:30:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:31:03.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:31:03.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:31:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:31:54.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:31:54.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:31:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:31:54.419Z||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-12-21T05:31:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:32:03.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:32:04.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:32:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:32:54.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:32:54.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:32:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:32:54.420Z||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-12-21T05:32:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:33:03.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:33:03.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:33:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:33:54.419Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:33:54.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:33:54.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:33:54.420Z||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-12-21T05:33:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:34:03.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:34:03.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:34:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:34:54.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:34:54.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:34:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:34:54.419Z||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-12-21T05:34:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:35:03.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:03.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:54.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:35:54.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:35:54.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:35:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:35:54.420Z||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-12-21T05:35:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:35:54.855Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:54.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "ves-openapi-manager", "timestamp": 1671600918230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600917790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600912717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "ves-openapi-manager", "timestamp": 1671600918230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600917790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600912717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "ves-openapi-manager", "timestamp": 1671600918230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600917790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600912717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "ves-openapi-manager", "timestamp": 1671600918230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600917790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600912717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "ves-openapi-manager", "timestamp": 1671600918230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600917790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600912717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600923169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "ves-openapi-manager", "timestamp": 1671600918230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600917790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600912717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600923169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "NOTIFIED" } 2022-12-21T05:35:54.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "ves-openapi-manager", "timestamp": 1671600918230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600917790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:54.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600912717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:54.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600923169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:35:54.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600927304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:54.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:54.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600927115, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:54.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:54.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600923169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:54.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:54.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:54.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "cds", "timestamp": 1671600928327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-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-12-21T05:35:55.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:55.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"98dc228d-c59a-47d2-9c3c-a4d8417bec1c","serviceName":"vFW 2022-12-21 05-34-24","serviceVersion":"1.0","serviceUUID":"9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135","serviceDescription":"catalog service description","serviceInvariantUUID":"70395256-166f-4075-a0a0-62c4d2bdf14b","resources":[{"resourceInstanceName":"vFW e72e0ce5-45ab 0","resourceName":"vFW e72e0ce5-45ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7830556e-7211-4d04-a77b-4f9674f2e0b9","resourceInvariantUUID":"1600c6f1-7c15-4f1f-9916-42e45eb9dddb","resourceCustomizationUUID":"4d8ab5aa-4eb8-4719-8fc7-67da44764e47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml","artifactChecksum":"NTE2ZjRjYTk0ODY0MWZlOWQ3Nzg3ZDMwZDIzMTliNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55195d7b-e153-4206-8fbe-0f6c61c981ce","artifactVersion":"1"},{"artifactName":"vfwe72e0ce545ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json","artifactChecksum":"Mzg1NjdjZTJkZmM3YWIwN2QxNzE3NWY2MGM3NDM3OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef342322-1c98-4783-85d9-774090e17d0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2416769d-8b0f-4346-b16b-d320015754d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml","artifactChecksum":"MzNjM2JlOGM3YTllZmMzODMyMjhjYmU4N2FhNGIxZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a4ae2bc-44db-42de-9e6f-a1e08fa5594a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"921acb3a-f336-4ddf-b2a6-e15375c00fb5","artifactVersion":"2","generatedFromUUID":"2416769d-8b0f-4346-b16b-d320015754d6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221221053424-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml","artifactChecksum":"ZGZhOTIyZDc5ODQ2YjUwYzgxODQxNDljOTk3MzM0Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d068245a-d87b-488b-951d-a4a2b0f68382","artifactVersion":"1"},{"artifactName":"service-Vfw20221221053424-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar","artifactChecksum":"ZmYxYTdjNTg0N2E2MTNkODc0YTU5NmVjNTBkYTlhZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69d23486-d284-4eb4-b33f-0005a07e16ef","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T05:35:55.064Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:35:55.071Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:35:55.084Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:35:55.084Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/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-12-21T05:35:55.126Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 2022-12-21T05:35:55.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600923169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:35:55.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600923169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600923169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:55.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600931008, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:55.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600932123, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:55.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "cds", "timestamp": 1671600932790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600933229, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:55.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "cds", "timestamp": 1671600932790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:55.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600934313, "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-12-21T05:35:55.184Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-21T05:35:55.188Z||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-12-21T05:35:55.188Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:35:55.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 2022-12-21T05:35:55.200Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.208Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:55.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.209Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:35:55.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "cds", "timestamp": 1671600935539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:55.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "multicloud-k8s-id", "timestamp": 1671600935317, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:35:55.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "cds", "timestamp": 1671600936546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-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-12-21T05:35:55.224Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8be89792-ee74-4ea5-a507-2e6cd664a86e 2022-12-21T05:35:55.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:35:55.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "ves-openapi-manager", "timestamp": 1671600938230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "ves-openapi-manager", "timestamp": 1671600938230, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:55.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600941628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:55.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "multicloud-k8s-id", "timestamp": 1671600943169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "multicloud-k8s-id", "timestamp": 1671600943169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:55.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600946305, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T05:35:55.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "aai-ml", "timestamp": 1671600947316, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T05:35:55.246Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 2022-12-21T05:35:55.246Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600948171, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:35:55.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "aai-ml", "timestamp": 1671600948321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600949179, "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-12-21T05:35:55.260Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 2022-12-21T05:35:55.260Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:35:55.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "aai-ml", "timestamp": 1671600948321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:55.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:55.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "aai-ml", "timestamp": 1671600951026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:55.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600933726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:35:55.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:35:55.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600952296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:35:55.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:55.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:35:55.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600954022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:35:55.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:35:56.092Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:35:56.093Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:35:56.095Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:35:56.095Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "NOTIFIED" } 2022-12-21T05:35:56.195Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:35:56.196Z||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-12-21T05:35:56.196Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:35:56.210Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:56.211Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:35:57.096Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:35:57.097Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:35:57.100Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:35:57.101Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:35:57.200Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-21T05:35:57.203Z||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-12-21T05:35:57.203Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:35:57.212Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:57.213Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:35:58.102Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:35:58.103Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:35:58.105Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:35:58.105Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:35:58.205Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:35:58.207Z||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-12-21T05:35:58.207Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:35:58.219Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:58.220Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:35:59.106Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:35:59.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:35:59.109Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:35:59.110Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:35:59.211Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T05:35:59.212Z||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-12-21T05:35:59.212Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:35:59.225Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:35:59.226Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:00.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:36:00.111Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:00.114Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:00.115Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:36:00.215Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:00.216Z||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-12-21T05:36:00.216Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:00.226Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:00.226Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:01.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:36:01.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:01.118Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:01.119Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:36:01.219Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:01.220Z||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-12-21T05:36:01.220Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:01.230Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:01.231Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:02.121Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "serviceName": "vFW 2022-12-21 05-34-24", "serviceVersion": "1.0", "serviceUUID": "9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135", "serviceDescription": "catalog service description", "serviceInvariantUUID": "70395256-166f-4075-a0a0-62c4d2bdf14b", "resources": [ { "resourceInstanceName": "vFW e72e0ce5-45ab 0", "resourceCustomizationUUID": "4d8ab5aa-4eb8-4719-8fc7-67da44764e47", "resourceName": "vFW e72e0ce5-45ab", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7830556e-7211-4d04-a77b-4f9674f2e0b9", "resourceInvariantUUID": "1600c6f1-7c15-4f1f-9916-42e45eb9dddb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe72e0ce545ab0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "artifactChecksum": "Mzg1NjdjZTJkZmM3YWIwN2QxNzE3NWY2MGM3NDM3OTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef342322-1c98-4783-85d9-774090e17d0c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2416769d-8b0f-4346-b16b-d320015754d6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "921acb3a-f336-4ddf-b2a6-e15375c00fb5", "generatedFromUUID": "2416769d-8b0f-4346-b16b-d320015754d6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "921acb3a-f336-4ddf-b2a6-e15375c00fb5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221221053424-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "artifactChecksum": "ZmYxYTdjNTg0N2E2MTNkODc0YTU5NmVjNTBkYTlhZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69d23486-d284-4eb4-b33f-0005a07e16ef" } ], "workloadContext": "Production" } 2022-12-21T05:36:02.122Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T05:36:02.123Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 ASDC 2022-12-21T05:36:02.277Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:98dc228d-c59a-47d2-9c3c-a4d8417bec1c ServiceName:vFW 2022-12-21 05-34-24 ServiceVersion:1.0 ServiceUUID:9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 ServiceInvariantUUID:70395256-166f-4075-a0a0-62c4d2bdf14b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221221053424-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar ArtifactUUID:69d23486-d284-4eb4-b33f-0005a07e16ef ArtifactChecksum:ZmYxYTdjNTg0N2E2MTNkODc0YTU5NmVjNTBkYTlhZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e72e0ce5-45ab 0 ResourceCustomizationUUID:4d8ab5aa-4eb8-4719-8fc7-67da44764e47 ResourceInvariantUUID:1600c6f1-7c15-4f1f-9916-42e45eb9dddb ResourceName:vFW e72e0ce5-45ab ResourceType:VF ResourceUUID:7830556e-7211-4d04-a77b-4f9674f2e0b9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe72e0ce545ab0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json ArtifactUUID:ef342322-1c98-4783-85d9-774090e17d0c ArtifactChecksum:Mzg1NjdjZTJkZmM3YWIwN2QxNzE3NWY2MGM3NDM3OTA= 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/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml ArtifactUUID:2416769d-8b0f-4346-b16b-d320015754d6 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/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env ArtifactUUID:921acb3a-f336-4ddf-b2a6-e15375c00fb5 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/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env ArtifactUUID:921acb3a-f336-4ddf-b2a6-e15375c00fb5 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-21T05:36:02.278Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 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-12-21T05:36:02.334Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:36:02.335Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T05:36:02.337Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T05:36:02.337Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 69d23486-d284-4eb4-b33f-0005a07e16ef from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:02.337Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T05:36:02.339Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:02.480Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T05:36:02.499Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar 69d23486-d284-4eb4-b33f-0005a07e16ef 100681 2022-12-21T05:36:02.500Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar ASDC sendASDCNotification 2022-12-21T05:36:02.500Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:02.501Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:36:02.502Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:02.504Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:02.504Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600962499, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:36:02.604Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:02.606Z||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-12-21T05:36:02.606Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:02.616Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:02.617Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:03.505Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:36:03.506Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T05:36:03.506Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 69d23486-d284-4eb4-b33f-0005a07e16ef, URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar to file: /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:03.506Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221221053424-csar.csar 2022-12-21T05:36:03.594Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:03.595Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:04.419Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13770888391938601319/Definitions/service-Vfw20221221053424-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-12-21T05:36:07.347Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||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-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||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-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.353Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||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-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||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-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e72e0ce5-45ab 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:07.354Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T05:36:07.360Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.362Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:07.366Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:07.367Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T05:36:07.368Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:07.370Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T05:36:07.371Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:36:07.371Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.371Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:07.374Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria 2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.375Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.376Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.377Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-21T05:36:07.378Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.378Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T05:36:07.379Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.379Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:07.379Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:07.380Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria 2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:36:07.381Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.382Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c882658-de30-48b8-9c84-6b49d296a8d7 2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.383Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria 2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.384Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.385Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=209ac7b3-de05-4777-ac0e-84538156c26e 2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria 2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:36:07.386Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:36:07.387Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=562431cd-656e-4317-a8dd-76682b19304c 2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.388Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:07.389Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:07.390Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:07.390Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-21 05-34-24 Description:catalog service description Model UUID:9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 Model Version:NULL Model InvariantUuid:70395256-166f-4075-a0a0-62c4d2bdf14b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e72e0ce5-45ab Model UUID:bfe0744f-1a8b-442f-9590-b841c9dfdd0c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1600c6f1-7c15-4f1f-9916-42e45eb9dddb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d8ab5aa-4eb8-4719-8fc7-67da44764e47 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a3d6850e-6827-407d-8128-ec8fa0bbef2f ModelName:VfwE72e0ce545ab..base_vfw..module-0 ModelUuid:bb283d14-7213-47d7-a22b-d8ca361055b7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0c882658-de30-48b8-9c84-6b49d296a8d7 ModelInvariantUuid:524cf90a-c6dc-4028-b2bd-91c4b4603191 ModelName:vFW e72e0ce5-45ab-nodes.vfwCvfc ModelUuid:76c9c199-4a6b-41ef-8c31-d30e62d04e4a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0d79dba9-fc27-4ae6-b4e1-34c1dd5db751 ModelInvariantUuid:9dc6cabf-1a02-405d-95b5-dd8b19fcc22a ModelName:VfwE72e0ce545ab.compute.nodes.heat.vfw ModelUuid:6e13869b-3ed4-467f-b5ef-37fb6866d241 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:209ac7b3-de05-4777-ac0e-84538156c26e ModelInvariantUuid:dfcb4b21-d517-40ad-a43b-a8efb040ace2 ModelName:vFW e72e0ce5-45ab-nodes.vsnCvfc ModelUuid:038d8a41-bd8e-4cc7-88c2-7eb74165efa7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c996c497-3a87-4e24-9d14-cc7c8102cb90 ModelInvariantUuid:6b100246-2340-4dd9-8e49-eb5e3a5dac0c ModelName:VfwE72e0ce545ab.compute.nodes.heat.vsn ModelUuid:232f0698-c9ee-40c6-9712-e3c842872402 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:562431cd-656e-4317-a8dd-76682b19304c ModelInvariantUuid:63cc79ba-faed-482d-a65d-535243f8b5a0 ModelName:vFW e72e0ce5-45ab-nodes.vpgCvfc ModelUuid:13f4783f-53c8-4fb2-a9b6-4efe6af0ebe5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9789e01d-683c-4335-a44a-7fa3548371f0 ModelInvariantUuid:dd76b2a6-a018-48be-884a-ad64e9043627 ModelName:VfwE72e0ce545ab.compute.nodes.heat.vpg ModelUuid:d11749e9-a473-4122-bb74-78aeb49b4fb4 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-12-21T05:36:07.402Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7830556e-7211-4d04-a77b-4f9674f2e0b9 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-12-21T05:36:07.490Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||vFW e72e0ce5-45ab 0 2022-12-21T05:36:07.497Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7830556e-7211-4d04-a77b-4f9674f2e0b9 2022-12-21T05:36:07.498Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef342322-1c98-4783-85d9-774090e17d0c from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json 2022-12-21T05:36:07.498Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T05:36:07.498Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json 2022-12-21T05:36:07.558Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T05:36:07.558Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json ef342322-1c98-4783-85d9-774090e17d0c 785 2022-12-21T05:36:07.559Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json ASDC sendASDCNotification 2022-12-21T05:36:07.559Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json 2022-12-21T05:36:07.559Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:36:07.560Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:07.562Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:07.562Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600967559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:36:07.662Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:36:07.663Z||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-12-21T05:36:07.663Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:07.672Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:07.673Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:08.564Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE72e0ce545ab..base_vfw..module-0", "vfModuleModelInvariantUUID": "a3d6850e-6827-407d-8128-ec8fa0bbef2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb283d14-7213-47d7-a22b-d8ca361055b7", "vfModuleModelCustomizationUUID": "85f5fe87-119c-4070-a89b-2c08f97eacf3", "isBase": true, "artifacts": [ "2416769d-8b0f-4346-b16b-d320015754d6", "921acb3a-f336-4ddf-b2a6-e15375c00fb5" ], "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-12-21T05:36:08.582Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE72e0ce545ab..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb283d14-7213-47d7-a22b-d8ca361055b7 VfModuleModelInvariantUUID:a3d6850e-6827-407d-8128-ec8fa0bbef2f VfModuleModelDescription:NULL Artifacts UUID List:{ 2416769d-8b0f-4346-b16b-d320015754d6 , 921acb3a-f336-4ddf-b2a6-e15375c00fb5 } 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-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE72e0ce545ab..base_vfw..module-0", "vfModuleModelInvariantUUID": "a3d6850e-6827-407d-8128-ec8fa0bbef2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb283d14-7213-47d7-a22b-d8ca361055b7", "vfModuleModelCustomizationUUID": "85f5fe87-119c-4070-a89b-2c08f97eacf3", "isBase": true, "artifacts": [ "2416769d-8b0f-4346-b16b-d320015754d6", "921acb3a-f336-4ddf-b2a6-e15375c00fb5" ], "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-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE72e0ce545ab..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb283d14-7213-47d7-a22b-d8ca361055b7 VfModuleModelInvariantUUID:a3d6850e-6827-407d-8128-ec8fa0bbef2f VfModuleModelDescription:NULL Artifacts UUID List:{ 2416769d-8b0f-4346-b16b-d320015754d6 , 921acb3a-f336-4ddf-b2a6-e15375c00fb5 } 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-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2416769d-8b0f-4346-b16b-d320015754d6 from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml 2022-12-21T05:36:08.586Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T05:36:08.587Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml 2022-12-21T05:36:08.644Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T05:36:08.645Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml 2416769d-8b0f-4346-b16b-d320015754d6 20368 2022-12-21T05:36:08.645Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-21T05:36:08.646Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml 2022-12-21T05:36:08.646Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:36:08.646Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:08.648Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:08.648Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600968645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:36:08.748Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:08.749Z||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-12-21T05:36:08.750Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:08.763Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:08.764Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:09.649Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 921acb3a-f336-4ddf-b2a6-e15375c00fb5 from URL: /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env 2022-12-21T05:36:09.649Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T05:36:09.650Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env 2022-12-21T05:36:09.713Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env 921acb3a-f336-4ddf-b2a6-e15375c00fb5 2098 2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env 2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:36:09.714Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:09.717Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:09.717Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600969714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:36:09.817Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:36:09.818Z||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-12-21T05:36:09.818Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:09.832Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:09.832Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:10.718Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 2022-12-21T05:36:10.719Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e72e0ce5-45ab 0 7830556e-7211-4d04-a77b-4f9674f2e0b9 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-12-21T05:36:10.754Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bc65454, org.onap.sdc.toscaparser.api.parameters.Input@7a9d7b01, org.onap.sdc.toscaparser.api.parameters.Input@51fd3501, org.onap.sdc.toscaparser.api.parameters.Input@7cfa5f32, org.onap.sdc.toscaparser.api.parameters.Input@6587d00d] 2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4d8ab5aa-4eb8-4719-8fc7-67da44764e47 2022-12-21T05:36:10.758Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d8ab5aa-4eb8-4719-8fc7-67da44764e47 matches Tosca VF Customization UUID: 4d8ab5aa-4eb8-4719-8fc7-67da44764e47 2022-12-21T05:36:10.759Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4d8ab5aa-4eb8-4719-8fc7-67da44764e47 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-12-21T05:36:10.767Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.768Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4d8ab5aa-4eb8-4719-8fc7-67da44764e47: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36ff432b 2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.769Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T05:36:10.770Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85f5fe87-119c-4070-a89b-2c08f97eacf3 2022-12-21T05:36:10.771Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85f5fe87-119c-4070-a89b-2c08f97eacf3 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-12-21T05:36:10.777Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.778Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:10.778Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.779Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria 2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:36:10.780Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:10.781Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:36:10.782Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.782Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c882658-de30-48b8-9c84-6b49d296a8d7 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-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:10.789Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria 2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:10.790Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-21T05:36:10.791Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.792Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=209ac7b3-de05-4777-ac0e-84538156c26e 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-12-21T05:36:10.794Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.794Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:10.794Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is not matching search criteria 2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:36:10.797Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:36:10.798Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-21T05:36:10.799Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=562431cd-656e-4317-a8dd-76682b19304c 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-12-21T05:36:10.801Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.801Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Node template vFW e72e0ce5-45ab 0 is matching search criteria 2022-12-21T05:36:10.802Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e72e0ce5-45ab 0] matching following query criteria: sdcType=VF, customizationUUID=4d8ab5aa-4eb8-4719-8fc7-67da44764e47 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-12-21T05:36:10.804Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.804Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135: vFW e72e0ce5-45ab 2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.805Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:36:10.806Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-21 05-34-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:36:10.807Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-12-21 05-34-24 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-21T05:36:11.045Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e72e0ce5-45ab 7830556e-7211-4d04-a77b-4f9674f2e0b9 1 ASDC deployResourceStructure 2022-12-21T05:36:11.046Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json ASDC sendASDCNotification 2022-12-21T05:36:11.046Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json 2022-12-21T05:36:11.046Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:36:11.047Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:11.048Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:11.048Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600971046, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:36:11.148Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:11.149Z||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-12-21T05:36:11.150Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:11.160Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:11.161Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:12.053Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-21T05:36:12.053Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml 2022-12-21T05:36:12.053Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:36:12.054Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:12.055Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:12.056Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600972053, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-21T05:36:12.156Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:12.157Z||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-12-21T05:36:12.157Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:12.171Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:12.172Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env 2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:36:13.057Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:13.059Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:13.059Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600973056, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-21T05:36:13.159Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:13.160Z||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-12-21T05:36:13.160Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:13.188Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:13.189Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-12-21T05:36:14.060Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar ASDC sendASDCNotification 2022-12-21T05:36:14.061Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar 2022-12-21T05:36:14.061Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:36:14.061Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:36:14.063Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:36:14.063Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600974060, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:36:14.164Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:36:14.165Z||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-12-21T05:36:14.165Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:36:14.175Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:14.176Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:36:15.065Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:36:15.084Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T05:36:15.088Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T05:36:15.089Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T05:36:15.089Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T05:36:15.094Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T05:36:45.095Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c 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-12-21T05:36:45.104Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98dc228d-c59a-47d2-9c3c-a4d8417bec1c and serviceModelVersionId: 9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 2022-12-21T05:36:45.105Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70395256-166f-4075-a0a0-62c4d2bdf14b 2022-12-21T05:36:54.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:36:54.422Z||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-12-21T05:36:54.422Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:36:54.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:36:54.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:36:54.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "aai-ml", "timestamp": 1671600955317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T05:36:54.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:37:00.606Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0 2022-12-21T05:37:00.722Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T05:37:01.244Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?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-12-21T05:37:01.249Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0|INFO|500||Invoke 2022-12-21T05:37:01.369Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T05:37:01.429Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T05:37:01.429Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 05:37:02 GMT], content-length=[495], x-aai-txid=[2-aai-resources-221221-05:37:02:932-72042], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T05:37:01.432Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135","ERR.5.4.6114"]}}} 2022-12-21T05:37:01.453Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114) 2022-12-21T05:37:01.454Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T05:37:01.454Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114) 2022-12-21T05:37:01.455Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114) 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-12-21T05:37:01.461Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||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-12-21T05:37:01.462Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98dc228d-c59a-47d2-9c3c-a4d8417bec1c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec=ERR.5.4.6114) 2022-12-21T05:37:01.462Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T05:37:01.463Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:37:01.465Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:37:01.465Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601021462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:37:01.565Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:37:01.566Z||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-12-21T05:37:01.567Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:37:01.577Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:37:01.577Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-12-21T05:37:02.476Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T05:37:02.476Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8be89792-ee74-4ea5-a507-2e6cd664a86e","serviceName":"basic_onboard_NGhMzn","serviceVersion":"1.0","serviceUUID":"251c028b-35b9-4433-8231-5965e7468a3e","serviceDescription":"service","serviceInvariantUUID":"fd307e87-82bd-402c-ada1-612a56d004dc","resources":[],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNghmzn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml","artifactChecksum":"YTc2N2JlNmUzMGYwMzQyOTI1YTZiOWYzNmQyNDZkMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee688d07-7a1f-4c33-b9bb-0a001bfa21da","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNghmzn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar","artifactChecksum":"ZjFjMTE5NGNhMzZlZWQ3MmIxNWQwYzJiNTZmNDkxOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd8109ca-7fb7-48fe-920d-e1eb4101f2bd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T05:37:02.477Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:37:02.477Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:37:02.479Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:37:02.479Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:37:02.579Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:37:02.580Z||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-12-21T05:37:02.580Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:37:02.589Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:37:02.590Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:37:03.479Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:37:03.480Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:37:03.482Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:37:03.482Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:37:03.584Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-21T05:37:03.585Z||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-12-21T05:37:03.586Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:37:03.596Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:37:03.597Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:37:04.483Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "serviceName": "basic_onboard_NGhMzn", "serviceVersion": "1.0", "serviceUUID": "251c028b-35b9-4433-8231-5965e7468a3e", "serviceDescription": "service", "serviceInvariantUUID": "fd307e87-82bd-402c-ada1-612a56d004dc", "resources": [], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNghmzn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "artifactChecksum": "ZjFjMTE5NGNhMzZlZWQ3MmIxNWQwYzJiNTZmNDkxOGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd8109ca-7fb7-48fe-920d-e1eb4101f2bd" } ], "workloadContext": "Production" } 2022-12-21T05:37:04.483Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0 2022-12-21T05:37:04.483Z|98dc228d-c59a-47d2-9c3c-a4d8417bec1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 251c028b-35b9-4433-8231-5965e7468a3e ASDC 2022-12-21T05:37:04.484Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:8be89792-ee74-4ea5-a507-2e6cd664a86e ServiceName:basic_onboard_NGhMzn ServiceVersion:1.0 ServiceUUID:251c028b-35b9-4433-8231-5965e7468a3e ServiceInvariantUUID:fd307e87-82bd-402c-ada1-612a56d004dc ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNghmzn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar ArtifactUUID:fd8109ca-7fb7-48fe-920d-e1eb4101f2bd ArtifactChecksum:ZjFjMTE5NGNhMzZlZWQ3MmIxNWQwYzJiNTZmNDkxOGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: } 2022-12-21T05:37:04.484Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 251c028b-35b9-4433-8231-5965e7468a3e 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-12-21T05:37:04.515Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fd8109ca-7fb7-48fe-920d-e1eb4101f2bd from URL: /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar 2022-12-21T05:37:04.516Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T05:37:04.517Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar 2022-12-21T05:37:04.584Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T05:37:04.586Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar fd8109ca-7fb7-48fe-920d-e1eb4101f2bd 55723 2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar ASDC sendASDCNotification 2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar 2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:37:04.587Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:37:04.589Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:37:04.589Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601024586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:37:04.689Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:37:04.690Z||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-12-21T05:37:04.690Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:37:04.698Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:37:04.699Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:37:05.590Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:37:05.591Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T05:37:05.591Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fd8109ca-7fb7-48fe-920d-e1eb4101f2bd, URL: /sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar to file: /app/ASDC/1/service-BasicOnboardNghmzn-csar.csar 2022-12-21T05:37:05.592Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNghmzn-csar.csar 2022-12-21T05:37:05.592Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNghmzn-csar.csar 2022-12-21T05:37:05.592Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNghmzn-csar.csar 2022-12-21T05:37:05.706Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5164248511205488731/Definitions/service-BasicOnboardNghmzn-template.yml 2022-12-21T05:37:06.207Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T05:37:06.208Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:37:06.208Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:37:06.208Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T05:37:06.209Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:37:06.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:37:06.211Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:37:06.212Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_NGhMzn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:37:06.212Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NGhMzn Description:service Model UUID:251c028b-35b9-4433-8231-5965e7468a3e Model Version:NULL Model InvariantUuid:fd307e87-82bd-402c-ada1-612a56d004dc 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-12-21T05:37:06.219Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||ERROR|500||Service Model contains no resources. 2022-12-21T05:37:06.220Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:37:06.229Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:37:06.231Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:37:06.231Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:37:36.232Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:37:36.242Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:37:36.246Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:37:36.247Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:37:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:37:54.420Z||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-12-21T05:37:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:37:54.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:37:54.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:37:54.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671600955028, "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-12-21T05:37:54.452Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8be89792-ee74-4ea5-a507-2e6cd664a86e 2022-12-21T05:37:54.453Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:38:06.247Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:38:06.258Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:38:06.260Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:38:06.260Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:38:36.260Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:38:36.285Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:38:36.288Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:38:36.288Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:38:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:38:54.422Z||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-12-21T05:38:54.422Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:38:54.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:38:54.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:38:54.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:38:54.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "aai-ml", "timestamp": 1671600956334, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T05:38:54.478Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8be89792-ee74-4ea5-a507-2e6cd664a86e 2022-12-21T05:38:54.478Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "NOTIFIED" } 2022-12-21T05:38:54.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:38:54.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:38:54.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:38:54.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:38:54.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:38:54.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600962499, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600967559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600968645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:38:54.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600969714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:38:54.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600971046, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/vfwe72e0ce545ab0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:38:54.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600972053, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-21T05:38:54.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600973056, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/resourceInstances/vfwe72e0ce545ab0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-21T05:38:54.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:38:54.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:38:54.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600974060, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221053424/1.0/artifacts/service-Vfw20221221053424-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:38:54.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:39:06.288Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:39:06.306Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:39:06.310Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:39:06.310Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:39:36.310Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:39:36.329Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:39:36.333Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:39:36.333Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:39:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:39:54.420Z||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-12-21T05:39:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:39:54.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:39:54.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:39:54.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98dc228d-c59a-47d2-9c3c-a4d8417bec1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601021462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d98dc228d-c59a-47d2-9c3c-a4d8417bec1c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/70395256-166f-4075-a0a0-62c4d2bdf14b/model-vers/model-ver/9bbfe4c0-116e-4adf-a7d2-99a3ab3b1135) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:39:54.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:39:54.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:39:54.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:39:54.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:39:54.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:39:54.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671600954417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:39:54.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:39:54.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:39:54.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601024586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNghmzn/1.0/artifacts/service-BasicOnboardNghmzn-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:39:54.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:40:06.333Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:40:06.342Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:40:06.347Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:40:06.347Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:40:36.348Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:40:36.360Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:40:36.363Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:40:36.364Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:40:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:40:54.420Z||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-12-21T05:40:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:41:03.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:41:06.364Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:41:06.376Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:41:06.378Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:41:06.379Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:41:36.383Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:41:36.396Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:41:36.403Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:41:36.403Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:41:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:41:54.420Z||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-12-21T05:41:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:42:03.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:06.403Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-12-21T05:42:06.404Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e 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-12-21T05:42:06.411Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8be89792-ee74-4ea5-a507-2e6cd664a86e and serviceModelVersionId: 251c028b-35b9-4433-8231-5965e7468a3e 2022-12-21T05:42:06.411Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd307e87-82bd-402c-ada1-612a56d004dc 2022-12-21T05:42:06.425Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0 2022-12-21T05:42:06.432Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T05:42:06.534Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|INFO|500||Invoke 2022-12-21T05:42:06.535Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8be89792-ee74-4ea5-a507-2e6cd664a86e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42c05d73-7f50-48f6-94d1-f0b89ac46eac], X-ECOMP-RequestID=[8be89792-ee74-4ea5-a507-2e6cd664a86e], X-TransactionId=[], X-ONAP-RequestID=[8be89792-ee74-4ea5-a507-2e6cd664a86e], Content-Type=[application/merge-patch+json]} 2022-12-21T05:42:06.568Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T05:42:06.609Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?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/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 05:42:08 GMT], content-length=[495], x-aai-txid=[1-aai-resources-221221-05:42:08:159-90554], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T05:42:06.611Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e","ERR.5.4.6114"]}}} 2022-12-21T05:42:06.611Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T05:42:06.617Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114) 2022-12-21T05:42:06.618Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T05:42:06.618Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114) 2022-12-21T05:42:06.618Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114) 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-12-21T05:42:06.624Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||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-12-21T05:42:06.625Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8be89792-ee74-4ea5-a507-2e6cd664a86e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec=ERR.5.4.6114) 2022-12-21T05:42:06.625Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T05:42:06.625Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:42:06.628Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:42:06.628Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601326625, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:42:06.730Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T05:42:06.731Z||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-12-21T05:42:06.731Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:42:06.746Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:06.747Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 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-12-21T05:42:07.648Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:42:07.649Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:42:07.649Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:42:17.960Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:17.961Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:42:17.962Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:42:17.962Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:42:27.506Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:27.507Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:42:27.508Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:42:27.508Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:42:37.072Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:37.074Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:42:37.075Z||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-12-21T05:42:37.075Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:42:46.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:46.621Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:42:46.622Z||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-12-21T05:42:46.622Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:42:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:42:54.420Z||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-12-21T05:42:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:42:55.053Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:55.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:42:55.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8be89792-ee74-4ea5-a507-2e6cd664a86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601326625, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8be89792-ee74-4ea5-a507-2e6cd664a86e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fd307e87-82bd-402c-ada1-612a56d004dc/model-vers/model-ver/251c028b-35b9-4433-8231-5965e7468a3e) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:42:55.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:42:56.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:42:56.162Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:42:56.162Z||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-12-21T05:42:56.162Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:43:01.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:01.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-21T05:43:01.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d0d94ab-0336-42cc-a5c7-8cf4a1be6797","serviceName":"vFW 2022-12-21 05-42-09","serviceVersion":"1.0","serviceUUID":"3b19575c-4bf3-44ca-8cbe-b13323d51f10","serviceDescription":"catalog service description","serviceInvariantUUID":"c53aaec1-c539-449f-8109-50e2a90bd43d","resources":[{"resourceInstanceName":"vFW e7d903ff-32ac 0","resourceName":"vFW e7d903ff-32ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17bc73fc-630d-4e9d-b13c-f62625389637","resourceInvariantUUID":"68397782-e562-4180-8387-ef431f2e197e","resourceCustomizationUUID":"02b4dce8-974e-4e13-85f7-54c8fc0e0b80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml","artifactChecksum":"NTc2NGQ0MzQ0N2FkNzlhZWExZmE3OWE0ZjZiOTgwYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f955b251-0e34-4170-bce2-9d7daf053141","artifactVersion":"1"},{"artifactName":"vfwe7d903ff32ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json","artifactChecksum":"ZWIyNTY4OGQ2ZjcxY2FhYTNlZTQ3NzE1NWQ2ODUzNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3a3f753-feef-4fad-ae68-1852a13cce03","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"870289b8-2a22-4e70-806b-610df02c7414","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml","artifactChecksum":"YjRiMDJiNTdkNzI3ZmEwNzI4Yjg1MzYxNDA1MzA5YTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1161dc7-b26b-46f6-9858-d0fa14b55afe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f974a5ee-4520-443c-951f-da68ad2a0760","artifactVersion":"2","generatedFromUUID":"870289b8-2a22-4e70-806b-610df02c7414"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221221054209-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml","artifactChecksum":"ODBkMGFkMDIwYWY4Yzc1YmZlMDM0MTEyMjI4MjgzMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0814ad97-0e61-4080-afdc-cb17eeac1566","artifactVersion":"1"},{"artifactName":"service-Vfw20221221054209-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar","artifactChecksum":"NWRkZmZmMzgyNjFiMjRjNjZlMTVjMzYxZjk0NDk4YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01a5cb31-2e32-43d3-9bf8-9989792d08fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T05:43:01.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:43:01.241Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:01.246Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:01.257Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:01.344Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-12-21T05:43:01.344Z||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-12-21T05:43:01.345Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:01.353Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:01.354Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:02.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:43:02.258Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:02.264Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:02.264Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "NOTIFIED" } 2022-12-21T05:43:02.365Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T05:43:02.366Z||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-12-21T05:43:02.366Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:02.378Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:02.378Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:03.265Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:43:03.267Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:03.269Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:03.270Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:43:03.370Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:43:03.371Z||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-12-21T05:43:03.371Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:03.383Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:03.383Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:04.270Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:43:04.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:04.273Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:04.273Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:04.373Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:04.374Z||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-12-21T05:43:04.374Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:04.386Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:04.386Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-21T05:43:05.274Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:43:05.275Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:05.278Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:05.278Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:43:05.377Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:43:05.378Z||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-12-21T05:43:05.378Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:05.387Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:05.387Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:06.278Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:43:06.280Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:06.282Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:06.282Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:06.382Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:06.383Z||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-12-21T05:43:06.383Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:06.393Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:06.393Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-12-21T05:43:07.283Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:43:07.284Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:07.289Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:07.289Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:43:07.389Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:07.390Z||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-12-21T05:43:07.390Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:07.401Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:07.402Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-21T05:43:08.291Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "serviceName": "vFW 2022-12-21 05-42-09", "serviceVersion": "1.0", "serviceUUID": "3b19575c-4bf3-44ca-8cbe-b13323d51f10", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c53aaec1-c539-449f-8109-50e2a90bd43d", "resources": [ { "resourceInstanceName": "vFW e7d903ff-32ac 0", "resourceCustomizationUUID": "02b4dce8-974e-4e13-85f7-54c8fc0e0b80", "resourceName": "vFW e7d903ff-32ac", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "17bc73fc-630d-4e9d-b13c-f62625389637", "resourceInvariantUUID": "68397782-e562-4180-8387-ef431f2e197e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe7d903ff32ac0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "artifactChecksum": "ZWIyNTY4OGQ2ZjcxY2FhYTNlZTQ3NzE1NWQ2ODUzNjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3a3f753-feef-4fad-ae68-1852a13cce03", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "870289b8-2a22-4e70-806b-610df02c7414", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f974a5ee-4520-443c-951f-da68ad2a0760", "generatedFromUUID": "870289b8-2a22-4e70-806b-610df02c7414" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f974a5ee-4520-443c-951f-da68ad2a0760", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221221054209-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "artifactChecksum": "NWRkZmZmMzgyNjFiMjRjNjZlMTVjMzYxZjk0NDk4YjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01a5cb31-2e32-43d3-9bf8-9989792d08fe" } ], "workloadContext": "Production" } 2022-12-21T05:43:08.291Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T05:43:08.291Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b19575c-4bf3-44ca-8cbe-b13323d51f10 ASDC 2022-12-21T05:43:08.292Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 ServiceName:vFW 2022-12-21 05-42-09 ServiceVersion:1.0 ServiceUUID:3b19575c-4bf3-44ca-8cbe-b13323d51f10 ServiceInvariantUUID:c53aaec1-c539-449f-8109-50e2a90bd43d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221221054209-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar ArtifactUUID:01a5cb31-2e32-43d3-9bf8-9989792d08fe ArtifactChecksum:NWRkZmZmMzgyNjFiMjRjNjZlMTVjMzYxZjk0NDk4YjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e7d903ff-32ac 0 ResourceCustomizationUUID:02b4dce8-974e-4e13-85f7-54c8fc0e0b80 ResourceInvariantUUID:68397782-e562-4180-8387-ef431f2e197e ResourceName:vFW e7d903ff-32ac ResourceType:VF ResourceUUID:17bc73fc-630d-4e9d-b13c-f62625389637 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe7d903ff32ac0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json ArtifactUUID:b3a3f753-feef-4fad-ae68-1852a13cce03 ArtifactChecksum:ZWIyNTY4OGQ2ZjcxY2FhYTNlZTQ3NzE1NWQ2ODUzNjQ= 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/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml ArtifactUUID:870289b8-2a22-4e70-806b-610df02c7414 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/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env ArtifactUUID:f974a5ee-4520-443c-951f-da68ad2a0760 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/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env ArtifactUUID:f974a5ee-4520-443c-951f-da68ad2a0760 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-21T05:43:08.292Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b19575c-4bf3-44ca-8cbe-b13323d51f10 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-12-21T05:43:08.327Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:43:08.328Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 01a5cb31-2e32-43d3-9bf8-9989792d08fe from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T05:43:08.329Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:08.422Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T05:43:08.426Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar 01a5cb31-2e32-43d3-9bf8-9989792d08fe 100674 2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar ASDC sendASDCNotification 2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:43:08.427Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:08.429Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:08.430Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601388427, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:08.530Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:08.531Z||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-12-21T05:43:08.531Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:08.541Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:08.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-21T05:43:09.430Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:43:09.431Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T05:43:09.431Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 01a5cb31-2e32-43d3-9bf8-9989792d08fe, URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar to file: /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:09.431Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221221054209-csar.csar 2022-12-21T05:43:09.432Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:09.432Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:09.677Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5655371363085236700/Definitions/service-Vfw20221221054209-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-12-21T05:43:11.957Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.958Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.959Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e7d903ff-32ac 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:11.960Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:11.961Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T05:43:11.961Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:43:11.961Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:43:11.962Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria 2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:43:11.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.964Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:43:11.965Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T05:43:11.966Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:11.967Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria 2022-12-21T05:43:11.968Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.969Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a209a829-11f2-4de9-ad24-e8b77a1d7e45 2022-12-21T05:43:11.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria 2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:43:11.971Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:43:11.972Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4850f15c-90c8-4537-8057-f7ad7a21efae 2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria 2022-12-21T05:43:11.973Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:43:11.974Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e6e449b-21fb-4003-9b05-76e5b0f6aa13 2022-12-21T05:43:11.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:11.976Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:11.977Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:11.977Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-21 05-42-09 Description:catalog service description Model UUID:3b19575c-4bf3-44ca-8cbe-b13323d51f10 Model Version:NULL Model InvariantUuid:c53aaec1-c539-449f-8109-50e2a90bd43d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e7d903ff-32ac Model UUID:450278e7-a270-401b-9801-0992a00a8bb2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:68397782-e562-4180-8387-ef431f2e197e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:02b4dce8-974e-4e13-85f7-54c8fc0e0b80 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:79c2b10f-f5bf-4848-a77e-16300dc87202 ModelName:VfwE7d903ff32ac..base_vfw..module-0 ModelUuid:1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a209a829-11f2-4de9-ad24-e8b77a1d7e45 ModelInvariantUuid:1439bb54-0a57-4b44-bd89-da075b8d6050 ModelName:vFW e7d903ff-32ac-nodes.vfwCvfc ModelUuid:be984384-0318-4f14-87c3-f45204a50523 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3131d0e4-387d-4436-a632-40706a1d8e59 ModelInvariantUuid:7f3dc075-234b-4dff-ba22-e1affddddaea ModelName:VfwE7d903ff32ac.compute.nodes.heat.vfw ModelUuid:31fc47f2-5076-4bb6-b0fa-b4a7c0632030 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4850f15c-90c8-4537-8057-f7ad7a21efae ModelInvariantUuid:e0a9c079-3e23-42d0-bd85-f39ec7b7bf97 ModelName:vFW e7d903ff-32ac-nodes.vsnCvfc ModelUuid:e43a3eff-b0a9-4c86-9f50-ff56b90367c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:22a69eb1-6514-42b5-93ac-47c1004debb9 ModelInvariantUuid:7c7b9761-c734-4079-9fa0-81991b24cf9b ModelName:VfwE7d903ff32ac.compute.nodes.heat.vsn ModelUuid:59bd4974-35b4-4301-b959-81a6b82a148c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1e6e449b-21fb-4003-9b05-76e5b0f6aa13 ModelInvariantUuid:216299c3-b185-4e03-a1dc-86374400f913 ModelName:vFW e7d903ff-32ac-nodes.vpgCvfc ModelUuid:1d3050ec-7fec-4a36-8092-8fdd2d9cea25 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d3e8c320-c64a-4b50-934c-1da9738fb649 ModelInvariantUuid:85ebd758-806d-4738-98ed-0c783f939c4a ModelName:VfwE7d903ff32ac.compute.nodes.heat.vpg ModelUuid:a37264bf-f8b7-4d84-b546-61d8307f9a7d 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-12-21T05:43:11.984Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 17bc73fc-630d-4e9d-b13c-f62625389637 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-12-21T05:43:11.987Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||vFW e7d903ff-32ac 0 2022-12-21T05:43:11.987Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17bc73fc-630d-4e9d-b13c-f62625389637 2022-12-21T05:43:11.987Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b3a3f753-feef-4fad-ae68-1852a13cce03 from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json 2022-12-21T05:43:11.988Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T05:43:11.988Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json 2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json b3a3f753-feef-4fad-ae68-1852a13cce03 785 2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json ASDC sendASDCNotification 2022-12-21T05:43:12.042Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json 2022-12-21T05:43:12.043Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:43:12.043Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:12.045Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:12.045Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601392042, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:12.145Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:12.146Z||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-12-21T05:43:12.146Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:12.155Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:12.155Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:13.046Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE7d903ff32ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "79c2b10f-f5bf-4848-a77e-16300dc87202", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb", "vfModuleModelCustomizationUUID": "5ef87eaa-9876-4b20-acd1-838e7c9cce4f", "isBase": true, "artifacts": [ "870289b8-2a22-4e70-806b-610df02c7414", "f974a5ee-4520-443c-951f-da68ad2a0760" ], "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-12-21T05:43:13.050Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE7d903ff32ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb VfModuleModelInvariantUUID:79c2b10f-f5bf-4848-a77e-16300dc87202 VfModuleModelDescription:NULL Artifacts UUID List:{ 870289b8-2a22-4e70-806b-610df02c7414 , f974a5ee-4520-443c-951f-da68ad2a0760 } 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-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE7d903ff32ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "79c2b10f-f5bf-4848-a77e-16300dc87202", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb", "vfModuleModelCustomizationUUID": "5ef87eaa-9876-4b20-acd1-838e7c9cce4f", "isBase": true, "artifacts": [ "870289b8-2a22-4e70-806b-610df02c7414", "f974a5ee-4520-443c-951f-da68ad2a0760" ], "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-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE7d903ff32ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f411b71-cde8-4bf4-8fc7-cc4e9801a5cb VfModuleModelInvariantUUID:79c2b10f-f5bf-4848-a77e-16300dc87202 VfModuleModelDescription:NULL Artifacts UUID List:{ 870289b8-2a22-4e70-806b-610df02c7414 , f974a5ee-4520-443c-951f-da68ad2a0760 } 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-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 870289b8-2a22-4e70-806b-610df02c7414 from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml 2022-12-21T05:43:13.052Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T05:43:13.053Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml 2022-12-21T05:43:13.104Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T05:43:13.105Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml 870289b8-2a22-4e70-806b-610df02c7414 20368 2022-12-21T05:43:13.105Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-21T05:43:13.106Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml 2022-12-21T05:43:13.106Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:43:13.106Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:13.108Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:13.108Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601393105, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:13.208Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:13.209Z||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-12-21T05:43:13.209Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:13.236Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:13.236Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:14.109Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f974a5ee-4520-443c-951f-da68ad2a0760 from URL: /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env 2022-12-21T05:43:14.110Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T05:43:14.110Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env 2022-12-21T05:43:14.159Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T05:43:14.159Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env f974a5ee-4520-443c-951f-da68ad2a0760 2098 2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env 2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:43:14.160Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:14.162Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:14.162Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601394159, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:14.263Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:43:14.264Z||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-12-21T05:43:14.264Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:14.275Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:14.276Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:15.163Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b19575c-4bf3-44ca-8cbe-b13323d51f10 2022-12-21T05:43:15.164Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e7d903ff-32ac 0 17bc73fc-630d-4e9d-b13c-f62625389637 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-12-21T05:43:15.182Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@175f74a7, org.onap.sdc.toscaparser.api.parameters.Input@4c37e5c0, org.onap.sdc.toscaparser.api.parameters.Input@4d10677e, org.onap.sdc.toscaparser.api.parameters.Input@33f84eec, org.onap.sdc.toscaparser.api.parameters.Input@5f6efe78] 2022-12-21T05:43:15.184Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.184Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 02b4dce8-974e-4e13-85f7-54c8fc0e0b80 2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 02b4dce8-974e-4e13-85f7-54c8fc0e0b80 matches Tosca VF Customization UUID: 02b4dce8-974e-4e13-85f7-54c8fc0e0b80 2022-12-21T05:43:15.185Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 02b4dce8-974e-4e13-85f7-54c8fc0e0b80 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-12-21T05:43:15.188Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.188Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 02b4dce8-974e-4e13-85f7-54c8fc0e0b80: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@131f0d47 2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.189Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T05:43:15.190Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ef87eaa-9876-4b20-acd1-838e7c9cce4f 2022-12-21T05:43:15.190Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ef87eaa-9876-4b20-acd1-838e7c9cce4f 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-12-21T05:43:15.192Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.193Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria 2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:43:15.194Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.195Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.196Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a209a829-11f2-4de9-ad24-e8b77a1d7e45 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-12-21T05:43:15.199Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.199Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:15.199Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria 2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:43:15.200Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.201Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.202Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4850f15c-90c8-4537-8057-f7ad7a21efae 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-12-21T05:43:15.204Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is not matching search criteria 2022-12-21T05:43:15.205Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:15.206Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:43:15.207Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-21T05:43:15.208Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e6e449b-21fb-4003-9b05-76e5b0f6aa13 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-12-21T05:43:15.209Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.209Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Node template vFW e7d903ff-32ac 0 is matching search criteria 2022-12-21T05:43:15.210Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e7d903ff-32ac 0] matching following query criteria: sdcType=VF, customizationUUID=02b4dce8-974e-4e13-85f7-54c8fc0e0b80 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-12-21T05:43:15.212Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.212Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.212Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3b19575c-4bf3-44ca-8cbe-b13323d51f10: vFW e7d903ff-32ac 2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.213Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:43:15.214Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-21 05-42-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:43:15.215Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-21 05-42-09 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-12-21T05:43:15.380Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e7d903ff-32ac 17bc73fc-630d-4e9d-b13c-f62625389637 1 ASDC deployResourceStructure 2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json ASDC sendASDCNotification 2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json 2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:43:15.381Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:15.383Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:15.383Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601395381, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:43:15.483Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:15.484Z||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-12-21T05:43:15.484Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:15.502Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:15.502Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:16.384Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-21T05:43:16.384Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml 2022-12-21T05:43:16.385Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:43:16.385Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:16.386Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:16.387Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601396384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-21T05:43:16.487Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:16.488Z||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-12-21T05:43:16.488Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:16.500Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:16.500Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-21T05:43:17.387Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-21T05:43:17.388Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env 2022-12-21T05:43:17.388Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:43:17.388Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:17.391Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:17.392Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601397387, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-21T05:43:17.492Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:17.493Z||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-12-21T05:43:17.493Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:17.502Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:17.502Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar ASDC sendASDCNotification 2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar 2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:43:18.393Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:43:18.395Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:43:18.395Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601398392, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:43:18.495Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:43:18.496Z||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-12-21T05:43:18.496Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:43:18.504Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:18.505Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:43:19.396Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:43:19.406Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:43:19.408Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:43:19.408Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:43:19.408Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:43:49.409Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:43:49.418Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:43:49.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:43:49.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:43:49.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:43:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:43:54.420Z||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-12-21T05:43:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:43:55.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:43:55.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "ves-openapi-manager", "timestamp": 1671601378230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "NOTIFIED" } 2022-12-21T05:43:55.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "ves-openapi-manager", "timestamp": 1671601378230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601382790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:43:55.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "ves-openapi-manager", "timestamp": 1671601378230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601383170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601382790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601383723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "ves-openapi-manager", "timestamp": 1671601378230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601383170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "NOTIFIED" } 2022-12-21T05:43:55.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601382790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601383723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:43:55.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "ves-openapi-manager", "timestamp": 1671601378230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601383170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:43:55.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601382790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601383723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "ves-openapi-manager", "timestamp": 1671601378230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601383170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601382790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601383723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601376162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:43:55.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "ves-openapi-manager", "timestamp": 1671601378230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601383170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:43:55.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601382790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601383723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601388427, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601383170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601382790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:43:55.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601383723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601383170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:43:55.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601390679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601383723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:43:55.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601390943, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "cds", "timestamp": 1671601391687, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-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-12-21T05:43:55.109Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 2022-12-21T05:43:55.109Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601391538, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601392012, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601392042, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601393080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601392714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601393105, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601392714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601394106, "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-12-21T05:43:55.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 2022-12-21T05:43:55.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601394159, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601392714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "multicloud-k8s-id", "timestamp": 1671601395113, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601395165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601395381, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vfwe7d903ff32ac0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601392714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671601396171, "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-12-21T05:43:55.141Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 2022-12-21T05:43:55.141Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:43:55.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601396384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601392714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601397387, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/resourceInstances/vfwe7d903ff32ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601392714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601398392, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601392714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T05:43:55.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601400553, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:43:55.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601412448, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221054209/1.0/artifacts/service-Vfw20221221054209-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T05:43:55.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:43:55.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "aai-ml", "timestamp": 1671601413456, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T05:43:55.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 2022-12-21T05:43:55.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:44:19.421Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:44:19.434Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T05:44:19.438Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T05:44:19.439Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T05:44:19.439Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T05:44:19.445Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T05:44:49.445Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 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-12-21T05:44:49.453Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 and serviceModelVersionId: 3b19575c-4bf3-44ca-8cbe-b13323d51f10 2022-12-21T05:44:49.453Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c53aaec1-c539-449f-8109-50e2a90bd43d 2022-12-21T05:44:49.454Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0 2022-12-21T05:44:49.458Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T05:44:49.506Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|INFO|500||Invoke 2022-12-21T05:44:49.506Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d0d94ab-0336-42cc-a5c7-8cf4a1be6797], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d71aeea-39b7-4a1c-be2e-7bb6ac4b8b86], X-ECOMP-RequestID=[6d0d94ab-0336-42cc-a5c7-8cf4a1be6797], X-TransactionId=[], X-ONAP-RequestID=[6d0d94ab-0336-42cc-a5c7-8cf4a1be6797], Content-Type=[application/merge-patch+json]} 2022-12-21T05:44:49.527Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T05:44:49.562Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?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/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 05:44:51 GMT], content-length=[495], x-aai-txid=[0-aai-resources-221221-05:44:51:133-82530], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T05:44:49.563Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10","ERR.5.4.6114"]}}} 2022-12-21T05:44:49.564Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T05:44:49.567Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114) 2022-12-21T05:44:49.567Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T05:44:49.568Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114) 2022-12-21T05:44:49.568Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114) 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-12-21T05:44:49.575Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T05:44:49.576Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec=ERR.5.4.6114) 2022-12-21T05:44:49.576Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T05:44:49.576Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:44:49.578Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:44:49.578Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601489576, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:44:49.678Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:44:49.679Z||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-12-21T05:44:49.679Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:44:49.695Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:44:49.696Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-21T05:44:50.593Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:44:50.593Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T05:44:50.594Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T05:44:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:44:54.420Z||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-12-21T05:44:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:44:55.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:44:55.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T05:44:55.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d0d94ab-0336-42cc-a5c7-8cf4a1be6797", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671601489576, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6d0d94ab-0336-42cc-a5c7-8cf4a1be6797 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c53aaec1-c539-449f-8109-50e2a90bd43d/model-vers/model-ver/3b19575c-4bf3-44ca-8cbe-b13323d51f10) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:44:55.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:45:00.142Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:45:00.143Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:45:00.144Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T05:45:00.144Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T05:45:09.750Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:45:09.751Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:45:09.751Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T05:45:09.752Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T05:45:19.298Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:45:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:45:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:45:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:45:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:45:54.420Z||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-12-21T05:45:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:46:03.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:46:03.973Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:46:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:46:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:46:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:46:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:46:54.420Z||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-12-21T05:46:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:47:03.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:47:03.961Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:47:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:47:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:47:54.419Z||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-12-21T05:47:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:47:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:47:54.420Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:48:03.963Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:48:03.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:48:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:48:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:48:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:48:54.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:48:54.419Z||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-12-21T05:48:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:49:03.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:49:03.958Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:49:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:49:54.418Z||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-12-21T05:49:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:49:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:49:54.421Z||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-12-21T05:49:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:50:03.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:50:04.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:50:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:50:54.418Z||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-12-21T05:50:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:50:54.420Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:50:54.420Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T05:50:54.420Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T05:51:03.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:51:03.975Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:51:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:51:54.418Z||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-12-21T05:51:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:51:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:51:54.419Z||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-12-21T05:51:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:52:03.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:52:03.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:52:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:52:54.418Z||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-12-21T05:52:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:52:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:52:54.420Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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-12-21T05:52:54.420Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|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 9D8MjfKuHnjszald) ... 2022-12-21T05:53:03.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:53:03.968Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:53:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:53:54.418Z||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-12-21T05:53:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:53:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:53:54.420Z||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-12-21T05:53:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:54:03.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:03.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:54.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:54:54.418Z||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-12-21T05:54:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:54:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:54:54.419Z||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-12-21T05:54:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:54:54.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:54.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602083169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "ves-openapi-manager", "timestamp": 1671602078230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602082714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "ves-openapi-manager", "timestamp": 1671602078230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602083169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "NOTIFIED" } 2022-12-21T05:54:54.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602082714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602087790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "ves-openapi-manager", "timestamp": 1671602078230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602083169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:54:54.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602082714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602087790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "ves-openapi-manager", "timestamp": 1671602078230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602083169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602082714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602087790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "ves-openapi-manager", "timestamp": 1671602078230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602083169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:54:54.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602082714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602087790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "ves-openapi-manager", "timestamp": 1671602078230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602083169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602082714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602087790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "ves-openapi-manager", "timestamp": 1671602078230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602083169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:54:54.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602082714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:54:54.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602087790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:54.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602093180, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:54:54.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602093614, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:54:54.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:54:54.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602087790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:54:54.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:54:54.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:54:54.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602094245, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:54:54.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:54:55.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:55.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T05:54:55.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9854a8da-0cc6-4136-9ee7-f0a7d22536c6","serviceName":"vFW 2022-12-21 05-53-53","serviceVersion":"1.0","serviceUUID":"f6a5e0cf-5d52-42af-8246-2761db6609c3","serviceDescription":"catalog service description","serviceInvariantUUID":"41c92a07-006e-4e6c-816e-407c7238bbe5","resources":[{"resourceInstanceName":"vFW f3ac016e-b2c9 0","resourceName":"vFW f3ac016e-b2c9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91b92946-77bd-4a61-86e8-b586127a142a","resourceInvariantUUID":"bf5afa48-aa86-418f-94c8-3257e831faed","resourceCustomizationUUID":"d5cdfadc-5033-43b6-a3e5-a608b2c865d6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml","artifactChecksum":"Yjk0NTc5NjEwOWNjNjQ0Y2Q3ZDI5OGQyZGY0ZDEwYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"012f9484-2689-4dcc-b2a9-8a356794b05f","artifactVersion":"1"},{"artifactName":"vfwf3ac016eb2c90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json","artifactChecksum":"YTQ0OWMzYzM4OWQ3ZjBjYjQzYWFjZDdlYmUyNzVhYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0de3757e-c35a-4139-aa90-d612cd050304","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71683f4e-2d07-429f-8015-80b5044ac77b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ3MTNlYmYyMDE1NWI4OWIxZDgwNmQwMWMxYzU1OTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8bd4c40f-9038-495f-abfb-4b4ff86a0bf9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a1656212-e5ee-4e28-8e86-5f96a490659d","artifactVersion":"2","generatedFromUUID":"71683f4e-2d07-429f-8015-80b5044ac77b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221221055353-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml","artifactChecksum":"ZTZmMDc3YzljMmY5YjE4NGEzYjNkNmFmZDg2NWMwYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53c6b465-99e2-4e9c-b517-b0af8e472ce2","artifactVersion":"1"},{"artifactName":"service-Vfw20221221055353-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar","artifactChecksum":"ZDgxODY3NDVmNTg4ZjkzMWQ5M2U4M2Q3YmJlMmVjZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08bfc21f-eb43-440f-97ec-0f3a23583aa0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T05:54:55.057Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:54:55.058Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:54:55.062Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:54:55.062Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:55.162Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:54:55.163Z||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-12-21T05:54:55.163Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:54:55.174Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:55.174Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:54:56.063Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:54:56.063Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:54:56.066Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:54:56.066Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "NOTIFIED" } 2022-12-21T05:54:56.166Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:54:56.166Z||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-12-21T05:54:56.167Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:54:56.175Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:56.175Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:54:57.067Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:54:57.068Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:54:57.070Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:54:57.071Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:54:57.171Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:54:57.174Z||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-12-21T05:54:57.174Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:54:57.184Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:57.184Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:54:58.071Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:54:58.072Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:54:58.075Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:54:58.075Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:54:58.175Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:54:58.177Z||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-12-21T05:54:58.177Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:54:58.187Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:58.187Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:54:59.076Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:54:59.078Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:54:59.081Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:54:59.082Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:54:59.181Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:54:59.182Z||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-12-21T05:54:59.182Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:54:59.195Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:54:59.195Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:00.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:55:00.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:00.086Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:00.087Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:55:00.187Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:55:00.187Z||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-12-21T05:55:00.188Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:00.200Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:00.200Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-21T05:55:01.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T05:55:01.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:01.090Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:01.090Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:55:01.191Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:55:01.192Z||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-12-21T05:55:01.192Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:01.205Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:01.205Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:02.092Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "serviceName": "vFW 2022-12-21 05-53-53", "serviceVersion": "1.0", "serviceUUID": "f6a5e0cf-5d52-42af-8246-2761db6609c3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "41c92a07-006e-4e6c-816e-407c7238bbe5", "resources": [ { "resourceInstanceName": "vFW f3ac016e-b2c9 0", "resourceCustomizationUUID": "d5cdfadc-5033-43b6-a3e5-a608b2c865d6", "resourceName": "vFW f3ac016e-b2c9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "91b92946-77bd-4a61-86e8-b586127a142a", "resourceInvariantUUID": "bf5afa48-aa86-418f-94c8-3257e831faed", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf3ac016eb2c90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "artifactChecksum": "YTQ0OWMzYzM4OWQ3ZjBjYjQzYWFjZDdlYmUyNzVhYjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0de3757e-c35a-4139-aa90-d612cd050304", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "71683f4e-2d07-429f-8015-80b5044ac77b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a1656212-e5ee-4e28-8e86-5f96a490659d", "generatedFromUUID": "71683f4e-2d07-429f-8015-80b5044ac77b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a1656212-e5ee-4e28-8e86-5f96a490659d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221221055353-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "artifactChecksum": "ZDgxODY3NDVmNTg4ZjkzMWQ5M2U4M2Q3YmJlMmVjZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "08bfc21f-eb43-440f-97ec-0f3a23583aa0" } ], "workloadContext": "Production" } 2022-12-21T05:55:02.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T05:55:02.092Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6a5e0cf-5d52-42af-8246-2761db6609c3 ASDC 2022-12-21T05:55:02.095Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9854a8da-0cc6-4136-9ee7-f0a7d22536c6 ServiceName:vFW 2022-12-21 05-53-53 ServiceVersion:1.0 ServiceUUID:f6a5e0cf-5d52-42af-8246-2761db6609c3 ServiceInvariantUUID:41c92a07-006e-4e6c-816e-407c7238bbe5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221221055353-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar ArtifactUUID:08bfc21f-eb43-440f-97ec-0f3a23583aa0 ArtifactChecksum:ZDgxODY3NDVmNTg4ZjkzMWQ5M2U4M2Q3YmJlMmVjZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f3ac016e-b2c9 0 ResourceCustomizationUUID:d5cdfadc-5033-43b6-a3e5-a608b2c865d6 ResourceInvariantUUID:bf5afa48-aa86-418f-94c8-3257e831faed ResourceName:vFW f3ac016e-b2c9 ResourceType:VF ResourceUUID:91b92946-77bd-4a61-86e8-b586127a142a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf3ac016eb2c90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json ArtifactUUID:0de3757e-c35a-4139-aa90-d612cd050304 ArtifactChecksum:YTQ0OWMzYzM4OWQ3ZjBjYjQzYWFjZDdlYmUyNzVhYjY= 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/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml ArtifactUUID:71683f4e-2d07-429f-8015-80b5044ac77b 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/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env ArtifactUUID:a1656212-e5ee-4e28-8e86-5f96a490659d 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/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env ArtifactUUID:a1656212-e5ee-4e28-8e86-5f96a490659d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-21T05:55:02.095Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6a5e0cf-5d52-42af-8246-2761db6609c3 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-12-21T05:55:02.153Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:55:02.154Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-21T05:55:02.155Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-21T05:55:02.155Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08bfc21f-eb43-440f-97ec-0f3a23583aa0 from URL: /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:02.155Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-21T05:55:02.156Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:02.255Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-21T05:55:02.260Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar 08bfc21f-eb43-440f-97ec-0f3a23583aa0 100722 2022-12-21T05:55:02.260Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar ASDC sendASDCNotification 2022-12-21T05:55:02.261Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:02.261Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:55:02.261Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:02.263Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:02.263Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602102260, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:55:02.363Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:55:02.364Z||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-12-21T05:55:02.364Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:02.374Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:02.375Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:03.264Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T05:55:03.265Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-21T05:55:03.265Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 08bfc21f-eb43-440f-97ec-0f3a23583aa0, URL: /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar to file: /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:03.265Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221221055353-csar.csar 2022-12-21T05:55:03.266Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:03.266Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:03.574Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP237844902481218979/Definitions/service-Vfw20221221055353-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-12-21T05:55:05.713Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-21T05:55:05.714Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f3ac016e-b2c9 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||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-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||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-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.715Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||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-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||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-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.716Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.717Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:05.717Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-21T05:55:05.717Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.718Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:05.718Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:05.718Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-21T05:55:05.719Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:55:05.719Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-21T05:55:05.720Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T05:55:05.721Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.721Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:05.721Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria 2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:55:05.722Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.723Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:55:05.724Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:55:05.724Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:55:05.724Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.725Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.726Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T05:55:05.727Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.727Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:05.727Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:05.728Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.728Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:05.728Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:05.729Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria 2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-21T05:55:05.730Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.731Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:55:05.732Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.733Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7a7fc778-5788-4ccf-9dce-7240c9229412 2022-12-21T05:55:05.733Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.733Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria 2022-12-21T05:55:05.734Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:55:05.734Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:55:05.734Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.734Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.735Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:55:05.736Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.736Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:55:05.736Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-21T05:55:05.736Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:55:05.737Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.737Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:55:05.737Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.738Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ef14faa1-7afd-491f-9961-5ea8119ec234 2022-12-21T05:55:05.738Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.738Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria 2022-12-21T05:55:05.738Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:55:05.739Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:55:05.739Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.739Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.739Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:55:05.740Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.740Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:55:05.740Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:55:05.741Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:55:05.741Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:05.741Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:05.741Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-21T05:55:05.742Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4e7890b2-c5b4-4629-9cfe-ddb37e03a3f3 2022-12-21T05:55:05.742Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.742Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:05.743Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.743Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:05.743Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.743Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:05.744Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:05.744Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:05.744Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-21 05-53-53 Description:catalog service description Model UUID:f6a5e0cf-5d52-42af-8246-2761db6609c3 Model Version:NULL Model InvariantUuid:41c92a07-006e-4e6c-816e-407c7238bbe5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f3ac016e-b2c9 Model UUID:f5a1408e-3915-4dd1-b4df-946b02565ff9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bf5afa48-aa86-418f-94c8-3257e831faed Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d5cdfadc-5033-43b6-a3e5-a608b2c865d6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cd2a0cf5-9e4d-467d-ba8b-e1a3a790e4bd ModelName:VfwF3ac016eB2c9..base_vfw..module-0 ModelUuid:a20c8216-5977-4f3a-a9c4-9b0aef845f28 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7a7fc778-5788-4ccf-9dce-7240c9229412 ModelInvariantUuid:76b73a6c-f613-44ba-abd7-9d13bcf299be ModelName:vFW f3ac016e-b2c9-nodes.vfwCvfc ModelUuid:2d5d8f18-763c-4ff4-a459-bde5097ebd0b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8c727952-3d06-40ba-815f-f3df7b48c1b5 ModelInvariantUuid:a5bf791a-97ef-494e-bb13-8aa39dd63889 ModelName:VfwF3ac016eB2c9.compute.nodes.heat.vfw ModelUuid:28c53963-50c7-4c26-9586-aa9f8e402b97 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ef14faa1-7afd-491f-9961-5ea8119ec234 ModelInvariantUuid:e6594dd3-6f91-4d3a-ba57-1bb938d88e62 ModelName:vFW f3ac016e-b2c9-nodes.vsnCvfc ModelUuid:47f85d5f-2c6d-4cee-8946-64a62e50513e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:45b92050-b821-499e-9317-3812cf683ad0 ModelInvariantUuid:1250f8c5-69e9-4180-832b-e02347b55921 ModelName:VfwF3ac016eB2c9.compute.nodes.heat.vsn ModelUuid:02578f4b-09dc-4df8-993b-3f4e380f7fa4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4e7890b2-c5b4-4629-9cfe-ddb37e03a3f3 ModelInvariantUuid:0279672d-4d76-4ea8-86c0-163f799e3b0d ModelName:vFW f3ac016e-b2c9-nodes.vpgCvfc ModelUuid:3e908652-d8fd-4666-ba3c-72612e0508b3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1b985a1f-5980-438a-9679-8145619b3d77 ModelInvariantUuid:ef7db799-4c38-4afd-8aa9-b933afd4b5b4 ModelName:VfwF3ac016eB2c9.compute.nodes.heat.vpg ModelUuid:d3c2bb79-d509-4e4a-af6f-afabbc621945 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-12-21T05:55:05.751Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 91b92946-77bd-4a61-86e8-b586127a142a 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-12-21T05:55:05.756Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||vFW f3ac016e-b2c9 0 2022-12-21T05:55:05.756Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91b92946-77bd-4a61-86e8-b586127a142a 2022-12-21T05:55:05.757Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0de3757e-c35a-4139-aa90-d612cd050304 from URL: /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json 2022-12-21T05:55:05.757Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-21T05:55:05.757Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json 2022-12-21T05:55:05.812Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-21T05:55:05.813Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json 0de3757e-c35a-4139-aa90-d612cd050304 785 2022-12-21T05:55:05.813Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json ASDC sendASDCNotification 2022-12-21T05:55:05.813Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json 2022-12-21T05:55:05.814Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:55:05.814Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:05.816Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:05.816Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602105813, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:55:05.916Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:55:05.917Z||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-12-21T05:55:05.917Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:05.945Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:05.946Z||pool-47-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:06.816Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF3ac016eB2c9..base_vfw..module-0", "vfModuleModelInvariantUUID": "cd2a0cf5-9e4d-467d-ba8b-e1a3a790e4bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a20c8216-5977-4f3a-a9c4-9b0aef845f28", "vfModuleModelCustomizationUUID": "e061cd6d-fc03-4868-a8fe-e56801ca1f65", "isBase": true, "artifacts": [ "71683f4e-2d07-429f-8015-80b5044ac77b", "a1656212-e5ee-4e28-8e86-5f96a490659d" ], "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-12-21T05:55:06.821Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF3ac016eB2c9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a20c8216-5977-4f3a-a9c4-9b0aef845f28 VfModuleModelInvariantUUID:cd2a0cf5-9e4d-467d-ba8b-e1a3a790e4bd VfModuleModelDescription:NULL Artifacts UUID List:{ 71683f4e-2d07-429f-8015-80b5044ac77b , a1656212-e5ee-4e28-8e86-5f96a490659d } 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-12-21T05:55:06.823Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF3ac016eB2c9..base_vfw..module-0", "vfModuleModelInvariantUUID": "cd2a0cf5-9e4d-467d-ba8b-e1a3a790e4bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a20c8216-5977-4f3a-a9c4-9b0aef845f28", "vfModuleModelCustomizationUUID": "e061cd6d-fc03-4868-a8fe-e56801ca1f65", "isBase": true, "artifacts": [ "71683f4e-2d07-429f-8015-80b5044ac77b", "a1656212-e5ee-4e28-8e86-5f96a490659d" ], "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-12-21T05:55:06.823Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF3ac016eB2c9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a20c8216-5977-4f3a-a9c4-9b0aef845f28 VfModuleModelInvariantUUID:cd2a0cf5-9e4d-467d-ba8b-e1a3a790e4bd VfModuleModelDescription:NULL Artifacts UUID List:{ 71683f4e-2d07-429f-8015-80b5044ac77b , a1656212-e5ee-4e28-8e86-5f96a490659d } 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-12-21T05:55:06.823Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 71683f4e-2d07-429f-8015-80b5044ac77b from URL: /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml 2022-12-21T05:55:06.823Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-21T05:55:06.824Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml 2022-12-21T05:55:06.872Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-21T05:55:06.873Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml 71683f4e-2d07-429f-8015-80b5044ac77b 20368 2022-12-21T05:55:06.874Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-21T05:55:06.874Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml 2022-12-21T05:55:06.874Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:55:06.874Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:06.876Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:06.876Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602106874, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:55:06.976Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:55:06.977Z||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-12-21T05:55:06.977Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:06.987Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:06.988Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:07.877Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a1656212-e5ee-4e28-8e86-5f96a490659d from URL: /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env 2022-12-21T05:55:07.877Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-21T05:55:07.878Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env 2022-12-21T05:55:07.926Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-21T05:55:07.926Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env a1656212-e5ee-4e28-8e86-5f96a490659d 2098 2022-12-21T05:55:07.927Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-21T05:55:07.927Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env 2022-12-21T05:55:07.927Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T05:55:07.927Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:07.929Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:07.929Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602107927, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:55:08.029Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:55:08.030Z||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-12-21T05:55:08.030Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:08.042Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:08.042Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:08.930Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f6a5e0cf-5d52-42af-8246-2761db6609c3 2022-12-21T05:55:08.930Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f3ac016e-b2c9 0 91b92946-77bd-4a61-86e8-b586127a142a 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-12-21T05:55:08.948Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6692cc2, org.onap.sdc.toscaparser.api.parameters.Input@2b6b853b, org.onap.sdc.toscaparser.api.parameters.Input@579d8eac, org.onap.sdc.toscaparser.api.parameters.Input@d5747b, org.onap.sdc.toscaparser.api.parameters.Input@4f95479f] 2022-12-21T05:55:08.950Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.950Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.951Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-12-21T05:55:08.951Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d5cdfadc-5033-43b6-a3e5-a608b2c865d6 2022-12-21T05:55:08.951Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5cdfadc-5033-43b6-a3e5-a608b2c865d6 matches Tosca VF Customization UUID: d5cdfadc-5033-43b6-a3e5-a608b2c865d6 2022-12-21T05:55:08.951Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d5cdfadc-5033-43b6-a3e5-a608b2c865d6 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-12-21T05:55:08.954Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.954Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.955Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d5cdfadc-5033-43b6-a3e5-a608b2c865d6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-21T05:55:08.955Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28ae8ae4 2022-12-21T05:55:08.955Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.956Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T05:55:08.956Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e061cd6d-fc03-4868-a8fe-e56801ca1f65 2022-12-21T05:55:08.956Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e061cd6d-fc03-4868-a8fe-e56801ca1f65 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-12-21T05:55:08.959Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.959Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:08.959Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:08.960Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.960Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:08.960Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:08.961Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.961Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria 2022-12-21T05:55:08.961Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:55:08.961Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-21T05:55:08.961Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:55:08.962Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:55:08.962Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:55:08.962Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.962Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:08.963Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:55:08.963Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:08.963Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:55:08.963Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.964Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7a7fc778-5788-4ccf-9dce-7240c9229412 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-12-21T05:55:08.966Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.966Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:08.966Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:08.967Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.967Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria 2022-12-21T05:55:08.967Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:55:08.967Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:55:08.968Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.968Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:08.968Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:55:08.968Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.969Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:55:08.969Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-21T05:55:08.969Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-21T05:55:08.969Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:08.969Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-21T05:55:08.970Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.970Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ef14faa1-7afd-491f-9961-5ea8119ec234 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-12-21T05:55:08.972Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.972Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:08.972Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:08.972Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.973Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is not matching search criteria 2022-12-21T05:55:08.973Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-21T05:55:08.973Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-21T05:55:08.973Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.974Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:08.974Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-21T05:55:08.974Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.974Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-21T05:55:08.975Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-21T05:55:08.975Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-21T05:55:08.975Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-21T05:55:08.975Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-21T05:55:08.976Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-21T05:55:08.976Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4e7890b2-c5b4-4629-9cfe-ddb37e03a3f3 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-12-21T05:55:08.978Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.978Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:08.979Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T05:55:08.979Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.979Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Node template vFW f3ac016e-b2c9 0 is matching search criteria 2022-12-21T05:55:08.979Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3ac016e-b2c9 0] matching following query criteria: sdcType=VF, customizationUUID=d5cdfadc-5033-43b6-a3e5-a608b2c865d6 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-12-21T05:55:08.981Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.981Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.982Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f6a5e0cf-5d52-42af-8246-2761db6609c3: vFW f3ac016e-b2c9 2022-12-21T05:55:08.982Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.982Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.983Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.983Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.984Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.984Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.984Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.984Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.985Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T05:55:08.985Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-21 05-53-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T05:55:08.985Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-21 05-53-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-12-21T05:55:09.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f3ac016e-b2c9 91b92946-77bd-4a61-86e8-b586127a142a 1 ASDC deployResourceStructure 2022-12-21T05:55:09.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json ASDC sendASDCNotification 2022-12-21T05:55:09.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json 2022-12-21T05:55:09.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:55:09.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:09.162Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:09.162Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602109160, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:55:09.263Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:55:09.264Z||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-12-21T05:55:09.264Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:09.273Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:09.274Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:10.164Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-21T05:55:10.164Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml 2022-12-21T05:55:10.164Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:55:10.165Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:10.167Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:10.168Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602110163, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-21T05:55:10.267Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:55:10.268Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T05:55:10.269Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:10.280Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:10.281Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:11.169Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-21T05:55:11.169Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env 2022-12-21T05:55:11.169Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:55:11.170Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:11.171Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:11.171Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602111169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-21T05:55:11.272Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T05:55:11.272Z||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-12-21T05:55:11.273Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:11.280Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:11.281Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:12.172Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar ASDC sendASDCNotification 2022-12-21T05:55:12.173Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar 2022-12-21T05:55:12.173Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T05:55:12.173Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:55:12.175Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:55:12.175Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602112172, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:55:12.275Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T05:55:12.276Z||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-12-21T05:55:12.276Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:55:12.287Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:12.287Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T05:55:13.175Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:55:13.187Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:55:13.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:55:13.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:55:13.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:55:43.190Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:55:43.213Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:55:43.216Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:55:43.216Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:55:43.216Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:55:54.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:55:54.422Z||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-12-21T05:55:54.422Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:55:54.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:55:54.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:55:54.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602095544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:55:54.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:56:13.216Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:56:13.230Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:56:13.232Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:56:13.232Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:56:13.232Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:56:43.233Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:56:43.244Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:56:43.246Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:56:43.246Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:56:43.246Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:56:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:56:54.420Z||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-12-21T05:56:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:56:54.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:56:54.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:56:54.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602095311, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:56:54.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:13.246Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:57:13.259Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:57:13.262Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:57:13.263Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:57:13.263Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:57:43.263Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:57:43.290Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:57:43.292Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:57:43.292Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T05:57:43.293Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T05:57:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:57:54.420Z||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-12-21T05:57:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:57:54.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:57:54.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:54.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "cds", "timestamp": 1671602096560, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-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-12-21T05:57:54.956Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 2022-12-21T05:57:54.957Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 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-12-21T05:57:54.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602096344, "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-12-21T05:57:54.971Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 2022-12-21T05:57:54.972Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 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-12-21T05:57:54.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "NOTIFIED" } 2022-12-21T05:57:54.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "multicloud-k8s-id", "timestamp": 1671602097354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:57:54.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602094417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602102260, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602104375, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602103723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:54.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "aai-ml", "timestamp": 1671602105381, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T05:57:54.991Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 2022-12-21T05:57:54.991Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 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-12-21T05:57:54.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602103723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:54.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:54.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:54.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602105813, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T05:57:54.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602103723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602106874, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602103723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602107927, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602103723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602103723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602109160, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/vfwf3ac016eb2c90_modules.json", "status": "DEPLOY_OK" } 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602103723, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "NOTIFIED" } 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602110163, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602111473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602111169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/resourceInstances/vfwf3ac016eb2c90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602112172, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:57:55.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602115070, "artifactURL": "/sdc/v1/catalog/services/Vfw20221221055353/1.0/artifacts/service-Vfw20221221055353-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T05:57:55.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:57:55.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T05:57:55.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602116075, "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-12-21T05:57:55.009Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 2022-12-21T05:57:55.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 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-12-21T05:58:13.293Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T05:58:13.305Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T05:58:13.307Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T05:58:13.308Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T05:58:13.308Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T05:58:13.308Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T05:58:13.308Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T05:58:13.308Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T05:58:13.312Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T05:58:43.313Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 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-12-21T05:58:43.320Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 and serviceModelVersionId: f6a5e0cf-5d52-42af-8246-2761db6609c3 2022-12-21T05:58:43.320Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41c92a07-006e-4e6c-816e-407c7238bbe5 2022-12-21T05:58:43.322Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3?depth=0 2022-12-21T05:58:43.332Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T05:58:43.400Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3?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-12-21T05:58:43.404Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3?depth=0|INFO|500||Invoke 2022-12-21T05:58:43.449Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T05:58:43.492Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T05:58:43.494Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 05:58:45 GMT], content-length=[495], x-aai-txid=[2-aai-resources-221221-05:58:45:139-94310], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T05:58:43.496Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3","ERR.5.4.6114"]}}} 2022-12-21T05:58:43.502Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3) (ec=ERR.5.4.6114) 2022-12-21T05:58:43.502Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T05:58:43.503Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3) (ec=ERR.5.4.6114) 2022-12-21T05:58:43.503Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3) (ec=ERR.5.4.6114) 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-12-21T05:58:43.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||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-12-21T05:58:43.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9854a8da-0cc6-4136-9ee7-f0a7d22536c6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3) (ec=ERR.5.4.6114) 2022-12-21T05:58:43.509Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T05:58:43.509Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-21T05:58:43.512Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T05:58:43.512Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602323508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:58:43.615Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-21T05:58:43.616Z||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-12-21T05:58:43.616Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T05:58:43.642Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:58:43.643Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 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-12-21T05:58:44.528Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:58:44.529Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:58:44.529Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:58:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:58:54.420Z||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-12-21T05:58:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T05:58:54.843Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:58:54.843Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:58:54.844Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:58:54.844Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:58:55.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:58:55.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T05:58:55.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9854a8da-0cc6-4136-9ee7-f0a7d22536c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602323508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9854a8da-0cc6-4136-9ee7-f0a7d22536c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/41c92a07-006e-4e6c-816e-407c7238bbe5/model-vers/model-ver/f6a5e0cf-5d52-42af-8246-2761db6609c3) (ec\u003dERR.5.4.6114)" } 2022-12-21T05:58:55.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T05:59:04.394Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:59:04.395Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:59:04.396Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:59:04.396Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:59:13.951Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:59:13.952Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:59:13.952Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:59:13.952Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:59:23.514Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T05:59:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:59:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T05:59:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T05:59:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T05:59:54.419Z||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-12-21T05:59:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:00:03.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:00:03.960Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:00:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:00:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:00:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:00:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:00:54.419Z||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-12-21T06:00:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:01:03.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:01:03.971Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:01:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:01:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:01:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:01:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:01:54.419Z||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-12-21T06:01:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:02:03.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:02:03.961Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:02:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:02:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:02:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:02:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:02:54.419Z||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-12-21T06:02:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:03:03.958Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:03:03.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:03:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:03:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:03:54.422Z||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-12-21T06:03:54.422Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:03:54.422Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:03:54.422Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:04:03.985Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:03.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:54.417Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:04:54.418Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:04:54.419Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:04:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:04:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:04:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:04:55.144Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:55.146Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:04:55.146Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5be3ce1f-de60-4150-9764-4bc4988aa1c5","serviceName":"Demo_pNF_CTHdLxshEutmTHU1cojU","serviceVersion":"1.0","serviceUUID":"80b16589-c4ea-47bf-8eb7-dbc175a26754","serviceDescription":"catalog service description","serviceInvariantUUID":"900aa9a1-3002-4f35-bf29-a2e375eb8499","resources":[{"resourceInstanceName":"pNF 8ed05584-900b 0","resourceName":"pNF 8ed05584-900b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"55df6da5-bc00-442e-a53d-a1ddac490ecb","resourceInvariantUUID":"8d5ad69b-85d3-49df-aaa4-ab884cb0607a","resourceCustomizationUUID":"daf2f9f4-acce-45ed-aa83-827a0ceced14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml","artifactChecksum":"YTk5ZGM3YzM4ZmUxZjM4MmIwMDcxMDFjNThkMTU2OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57334755-1992-4428-ac60-354a5b987355","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar","artifactChecksum":"NWRiMmU0MjhiZjEwMjRmODc3NDQzY2RiMWNmYzYwODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85d47328-99a2-4ce8-981f-619c3108076e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d088df3d-fbb9-4132-87d2-eed18401df0c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml","artifactChecksum":"NDEzMGI1MWRiODQwNjhjMDUwNWEwNDQ4ZjBmOTY3ZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"814e3edc-9510-482d-b3aa-77ca3836adef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"638583df-cf0a-427c-8638-22c1f63a78b5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d94e7b1-650b-42e4-9dfa-360fac58f519","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCthdlxsheutmthu1coju-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml","artifactChecksum":"YjFkZDZmMjZiY2FhZDgxZTEzMDIxMjEwNzEyMDY5ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d743519-4a78-4447-8a9e-b96d3b335803","artifactVersion":"1"},{"artifactName":"service-DemoPnfCthdlxsheutmthu1coju-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar","artifactChecksum":"OTQzMjlhYjNmOThlMGJjZDViOWRjZTZlZTA3YTUwYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83953e0b-5449-42db-ba2d-ea632855d549","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:04:55.156Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:04:55.157Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:04:55.166Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:04:55.166Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:04:55.265Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-21T06:04:55.266Z||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-12-21T06:04:55.266Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:04:55.297Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:55.298Z||pool-55-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":7,"count":1} 2022-12-21T06:04:55.916Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:55.917Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:04:55.917Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:04:55.918Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:04:55.919Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:04:55.919Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:04:55.920Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:04:56.167Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:04:56.168Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:04:56.170Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:04:56.170Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:04:56.270Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:04:56.271Z||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-12-21T06:04:56.272Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:04:56.282Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:56.282Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:04:57.170Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:04:57.171Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:04:57.178Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:04:57.178Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:04:57.278Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:04:57.279Z||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-12-21T06:04:57.279Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:04:57.288Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:57.289Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:04:58.179Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:04:58.180Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:04:58.184Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:04:58.184Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:04:58.284Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:04:58.285Z||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-12-21T06:04:58.285Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:04:58.319Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:58.320Z||pool-58-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:04:59.185Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:04:59.190Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:04:59.192Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:04:59.192Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:04:59.292Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:04:59.293Z||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-12-21T06:04:59.294Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:04:59.303Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:04:59.303Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:05:00.193Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:05:00.194Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:05:00.202Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:05:00.202Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:05:00.296Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-21T06:05:00.297Z||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-12-21T06:05:00.297Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:05:00.307Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:05:00.307Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:05:01.203Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:05:01.204Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:05:01.206Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:05:01.206Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:05:01.307Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:05:01.307Z||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-12-21T06:05:01.307Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:05:01.316Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:05:01.317Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:05:02.207Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:05:02.208Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:05:02.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:05:02.210Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:05:02.312Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-21T06:05:02.313Z||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-12-21T06:05:02.313Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:05:02.323Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:05:02.325Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:05:03.215Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "serviceName": "Demo_pNF_CTHdLxshEutmTHU1cojU", "serviceVersion": "1.0", "serviceUUID": "80b16589-c4ea-47bf-8eb7-dbc175a26754", "serviceDescription": "catalog service description", "serviceInvariantUUID": "900aa9a1-3002-4f35-bf29-a2e375eb8499", "resources": [ { "resourceInstanceName": "pNF 8ed05584-900b 0", "resourceCustomizationUUID": "daf2f9f4-acce-45ed-aa83-827a0ceced14", "resourceName": "pNF 8ed05584-900b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "55df6da5-bc00-442e-a53d-a1ddac490ecb", "resourceInvariantUUID": "8d5ad69b-85d3-49df-aaa4-ab884cb0607a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "artifactChecksum": "OTQzMjlhYjNmOThlMGJjZDViOWRjZTZlZTA3YTUwYjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83953e0b-5449-42db-ba2d-ea632855d549" } ], "workloadContext": "Production" } 2022-12-21T06:05:03.216Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:05:03.216Z|8be89792-ee74-4ea5-a507-2e6cd664a86e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 80b16589-c4ea-47bf-8eb7-dbc175a26754 ASDC 2022-12-21T06:05:03.217Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:5be3ce1f-de60-4150-9764-4bc4988aa1c5 ServiceName:Demo_pNF_CTHdLxshEutmTHU1cojU ServiceVersion:1.0 ServiceUUID:80b16589-c4ea-47bf-8eb7-dbc175a26754 ServiceInvariantUUID:900aa9a1-3002-4f35-bf29-a2e375eb8499 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCthdlxsheutmthu1coju-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar ArtifactUUID:83953e0b-5449-42db-ba2d-ea632855d549 ArtifactChecksum:OTQzMjlhYjNmOThlMGJjZDViOWRjZTZlZTA3YTUwYjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8ed05584-900b 0 ResourceCustomizationUUID:daf2f9f4-acce-45ed-aa83-827a0ceced14 ResourceInvariantUUID:8d5ad69b-85d3-49df-aaa4-ab884cb0607a ResourceName:pNF 8ed05584-900b ResourceType:PNF ResourceUUID:55df6da5-bc00-442e-a53d-a1ddac490ecb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-21T06:05:03.218Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80b16589-c4ea-47bf-8eb7-dbc175a26754 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-12-21T06:05:03.250Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:05:03.252Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:05:03.252Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:05:03.252Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83953e0b-5449-42db-ba2d-ea632855d549 from URL: /sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:03.253Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:05:03.253Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:03.335Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:05:03.339Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 83953e0b-5449-42db-ba2d-ea632855d549 87771 2022-12-21T06:05:03.339Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar ASDC sendASDCNotification 2022-12-21T06:05:03.340Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:03.340Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:05:03.340Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:05:03.342Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:05:03.342Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602703339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:05:03.443Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:05:03.444Z||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-12-21T06:05:03.444Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:05:03.451Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:05:03.452Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:05:04.343Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:05:04.344Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:05:04.344Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 83953e0b-5449-42db-ba2d-ea632855d549, URL: /sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar to file: /app/ASDC/1/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:04.344Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:04.346Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:04.346Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:04.598Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5002994181430951575/Definitions/service-DemoPnfCthdlxsheutmthu1coju-template.yml 2022-12-21T06:05:05.519Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:05:05.520Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:05:05.520Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.520Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-21T06:05:05.520Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||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-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.520Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.520Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||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-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.521Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||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-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.521Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||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-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.521Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ed05584-900b 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-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.521Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||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-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.521Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:05:05.521Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.522Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.522Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Node template pNF 8ed05584-900b 0 is matching search criteria 2022-12-21T06:05:05.522Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:05:05.522Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8ed05584-900b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:05:05.522Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.522Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Node template pNF 8ed05584-900b 0 is matching search criteria 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8ed05584-900b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.523Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.524Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.524Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.524Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.524Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.524Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.524Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_CTHdLxshEutmTHU1cojU Description:catalog service description Model UUID:80b16589-c4ea-47bf-8eb7-dbc175a26754 Model Version:NULL Model InvariantUuid:900aa9a1-3002-4f35-bf29-a2e375eb8499 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-12-21T06:05:05.531Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 55df6da5-bc00-442e-a53d-a1ddac490ecb 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-12-21T06:05:05.535Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||pNF 8ed05584-900b 0 2022-12-21T06:05:05.536Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 55df6da5-bc00-442e-a53d-a1ddac490ecb 2022-12-21T06:05:05.537Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 80b16589-c4ea-47bf-8eb7-dbc175a26754 2022-12-21T06:05:05.537Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 80b16589-c4ea-47bf-8eb7-dbc175a26754 2022-12-21T06:05:05.537Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8ed05584-900b 0 55df6da5-bc00-442e-a53d-a1ddac490ecb 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-12-21T06:05:05.542Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2487d8b, org.onap.sdc.toscaparser.api.parameters.Input@6b013685, org.onap.sdc.toscaparser.api.parameters.Input@5ebaa926, org.onap.sdc.toscaparser.api.parameters.Input@13bc3a0b, org.onap.sdc.toscaparser.api.parameters.Input@5259b9d2] 2022-12-21T06:05:05.542Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.542Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.542Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 80b16589-c4ea-47bf-8eb7-dbc175a26754: pNF 8ed05584-900b 2022-12-21T06:05:05.543Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||Processing PNF resource: 55df6da5-bc00-442e-a53d-a1ddac490ecb 2022-12-21T06:05:05.543Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:05:05.543Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_CTHdLxshEutmTHU1cojU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:05:05.544Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||Resource customization UUID: daf2f9f4-acce-45ed-aa83-827a0ceced14 is the same as notified resource customizationUUID: daf2f9f4-acce-45ed-aa83-827a0ceced14 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-12-21T06:05:05.596Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8ed05584-900b 55df6da5-bc00-442e-a53d-a1ddac490ecb 0 ASDC deployResourceStructure 2022-12-21T06:05:05.596Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar ASDC sendASDCNotification 2022-12-21T06:05:05.596Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar 2022-12-21T06:05:05.596Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:05:05.597Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:05:05.598Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:05:05.598Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602705596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:05:05.698Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:05:05.699Z||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-12-21T06:05:05.699Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:05:05.711Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:05:05.712Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:05:06.600Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:05:06.610Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:05:06.612Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:05:06.612Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:05:06.612Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:05:36.621Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:05:36.635Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:05:36.637Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:05:36.638Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:05:36.638Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:05:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:05:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:05:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:05:54.542Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:05:54.542Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:05:54.542Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:05:54.544Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:06.638Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:06:06.653Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:06:06.656Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:06:06.656Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:06:06.656Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:06:36.657Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:06:36.667Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:06:36.668Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:06:36.668Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:06:36.669Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:06:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:06:54.421Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:06:54.422Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:06:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:06:54.467Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.467Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602687790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602694417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602704165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602703339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-21T06:06:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "cds", "timestamp": 1671602705173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-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-12-21T06:06:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5be3ce1f-de60-4150-9764-4bc4988aa1c5 2022-12-21T06:06:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be3ce1f-de60-4150-9764-4bc4988aa1c5 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-12-21T06:06:54.497Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.497Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.498Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.498Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.498Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.498Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.498Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.498Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.499Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.499Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.499Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.499Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.499Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.499Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602705596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:06:54.500Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.500Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.500Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602698230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.500Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.500Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.500Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602706178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.501Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.501Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.501Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.501Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.501Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.502Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.502Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.502Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.502Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602706178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.502Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.503Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.503Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.503Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.503Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.503Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602707076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.504Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.504Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.504Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.504Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.504Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.505Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602706178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.505Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.505Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.505Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.506Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.506Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.506Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602708292, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:06:54.507Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.507Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.507Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.507Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.507Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.507Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602706178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.508Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "ves-openapi-manager", "timestamp": 1671602709297, "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-12-21T06:06:54.513Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5be3ce1f-de60-4150-9764-4bc4988aa1c5 2022-12-21T06:06:54.513Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be3ce1f-de60-4150-9764-4bc4988aa1c5 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-12-21T06:06:54.520Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.520Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.521Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.521Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.521Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602706178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.521Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.521Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.521Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602706178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.522Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.523Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.523Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.523Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.523Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602706178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.523Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.523Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.523Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602712591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.524Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.524Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.524Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:06:54.524Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.524Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.524Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602713972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.525Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.526Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.526Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.526Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "cds", "timestamp": 1671602714981, "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-12-21T06:06:54.537Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a663cf19-5b1d-404a-87d8-3d24b3bdaf86 2022-12-21T06:06:54.537Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a663cf19-5b1d-404a-87d8-3d24b3bdaf86 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-12-21T06:06:54.544Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.544Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.544Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.544Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602714985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602715991, "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-12-21T06:06:54.550Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5be3ce1f-de60-4150-9764-4bc4988aa1c5 2022-12-21T06:06:54.550Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be3ce1f-de60-4150-9764-4bc4988aa1c5 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-12-21T06:06:54.558Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.558Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.558Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.559Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.560Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.560Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602703171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.560Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.560Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.560Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.560Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/resourceInstances/pnf8ed05584900b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.561Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.562Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.562Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.562Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602719068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.562Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.562Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.562Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.563Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.563Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.563Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.563Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.563Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.563Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.563Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.564Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.564Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.564Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.564Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.564Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602720139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.564Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.565Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.565Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.565Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.565Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.566Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.566Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.566Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.566Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.567Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.567Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.567Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.567Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.567Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.568Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.568Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.568Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.568Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602721197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.569Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.569Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.569Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602721590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.569Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.570Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.571Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.571Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.571Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602722229, "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-12-21T06:06:54.575Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a663cf19-5b1d-404a-87d8-3d24b3bdaf86 2022-12-21T06:06:54.575Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a663cf19-5b1d-404a-87d8-3d24b3bdaf86 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-12-21T06:06:54.582Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602703727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "multicloud-k8s-id", "timestamp": 1671602723234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:06:54.583Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602724109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.584Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602717790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.585Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602726822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.586Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602727561, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.587Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.587Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.587Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.587Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.587Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.587Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602727830, "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-12-21T06:06:54.592Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a663cf19-5b1d-404a-87d8-3d24b3bdaf86 2022-12-21T06:06:54.592Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a663cf19-5b1d-404a-87d8-3d24b3bdaf86 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-12-21T06:06:54.600Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.600Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:06:54.600Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.600Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.600Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "cds", "timestamp": 1671602728567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-21T06:06:54.613Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 2022-12-21T06:06:54.613Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 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-12-21T06:06:54.623Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.623Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602728486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCthdlxsheutmthu1coju/1.0/artifacts/service-DemoPnfCthdlxsheutmthu1coju-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:06:54.623Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.623Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.624Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.624Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.624Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.624Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-21T06:06:54.624Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.624Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.624Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "aai-ml", "timestamp": 1671602729494, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:06:54.629Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5be3ce1f-de60-4150-9764-4bc4988aa1c5 2022-12-21T06:06:54.629Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be3ce1f-de60-4150-9764-4bc4988aa1c5 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-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.638Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.639Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602724242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.640Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602734007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "ves-openapi-manager", "timestamp": 1671602718230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.641Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602735072, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602736159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.642Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602737268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.643Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.644Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.644Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602737801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.644Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.644Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.644Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602738317, "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-12-21T06:06:54.650Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 2022-12-21T06:06:54.650Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 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-12-21T06:06:54.668Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.668Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.668Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.669Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.669Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "multicloud-k8s-id", "timestamp": 1671602739321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:06:54.669Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.669Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.670Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.670Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.670Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.670Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.671Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.671Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.671Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.671Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.671Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.672Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602733723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:06:54.672Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.672Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.672Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602743487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:06:54.673Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.673Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.673Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602745046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:06:54.673Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.673Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.674Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "aai-ml", "timestamp": 1671602746051, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:06:54.679Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a663cf19-5b1d-404a-87d8-3d24b3bdaf86 2022-12-21T06:06:54.679Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a663cf19-5b1d-404a-87d8-3d24b3bdaf86 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-12-21T06:06:54.689Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.689Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602746313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:06:54.689Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:06:54.690Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.690Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.690Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.690Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.690Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602747318, "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-12-21T06:06:54.694Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 2022-12-21T06:06:54.695Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 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-12-21T06:06:54.703Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.703Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.703Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.703Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.703Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.704Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.704Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.704Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.704Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.704Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.704Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.705Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.705Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.705Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.705Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.706Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.706Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.706Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:06:54.706Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:06:54.706Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:06:54.707Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:07:06.669Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:07:06.680Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:07:06.682Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:07:06.682Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:07:06.682Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:07:06.682Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:07:06.682Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-21T06:07:06.683Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:07:06.683Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:07:06.687Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:07:36.688Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 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-12-21T06:07:36.695Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5be3ce1f-de60-4150-9764-4bc4988aa1c5 and serviceModelVersionId: 80b16589-c4ea-47bf-8eb7-dbc175a26754 2022-12-21T06:07:36.695Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 900aa9a1-3002-4f35-bf29-a2e375eb8499 2022-12-21T06:07:36.696Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0 2022-12-21T06:07:36.703Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:07:36.754Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0|INFO|500||Invoke 2022-12-21T06:07:36.754Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5be3ce1f-de60-4150-9764-4bc4988aa1c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fca5fcf6-f7c9-4beb-b222-13dc0c33c95e], X-ECOMP-RequestID=[5be3ce1f-de60-4150-9764-4bc4988aa1c5], X-TransactionId=[], X-ONAP-RequestID=[5be3ce1f-de60-4150-9764-4bc4988aa1c5], Content-Type=[application/merge-patch+json]} 2022-12-21T06:07:36.777Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:07:36.815Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?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/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:07:38 GMT], content-length=[495], x-aai-txid=[1-aai-resources-221221-06:07:38:518-5524], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:07:36.816Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754","ERR.5.4.6114"]}}} 2022-12-21T06:07:36.817Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:07:36.821Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5be3ce1f-de60-4150-9764-4bc4988aa1c5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754) (ec=ERR.5.4.6114) 2022-12-21T06:07:36.822Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5be3ce1f-de60-4150-9764-4bc4988aa1c5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:07:36.822Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5be3ce1f-de60-4150-9764-4bc4988aa1c5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754) (ec=ERR.5.4.6114) 2022-12-21T06:07:36.822Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5be3ce1f-de60-4150-9764-4bc4988aa1c5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754) (ec=ERR.5.4.6114) 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-12-21T06:07:36.826Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||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-12-21T06:07:36.826Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5be3ce1f-de60-4150-9764-4bc4988aa1c5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5be3ce1f-de60-4150-9764-4bc4988aa1c5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754) (ec=ERR.5.4.6114) 2022-12-21T06:07:36.826Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:07:36.827Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:36.829Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:36.829Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602856826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5be3ce1f-de60-4150-9764-4bc4988aa1c5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:07:36.929Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:36.930Z||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-12-21T06:07:36.930Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:36.941Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:36.942Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 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-12-21T06:07:37.843Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:07:37.844Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:07:37.844Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:42.272Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:42.274Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:07:42.274Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a663cf19-5b1d-404a-87d8-3d24b3bdaf86","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"37b41978-1c1f-48cb-be8b-52a59eaf1e78","serviceDescription":"service","serviceInvariantUUID":"6dbda451-1e78-4652-80ae-23fbcee980ce","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6d55041-c10e-4328-9bdb-d88432b5dd88","resourceInvariantUUID":"23c54aeb-9548-481a-bdcd-4768976d6c1e","resourceCustomizationUUID":"c21478fa-6ada-44c0-9df8-eed8453ff9c1","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":"NmIxOTY2NDdmNDk4ZDA5YTAxZjc5YTE4NjVkNmUyNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53a1d21f-e772-47bb-9e1f-538ad7284ec2","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":"ZWIwY2U4ZDM5NmMzMjBkM2Q4MzUzMjg1YWJiOTA0Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16ba761d-79a1-45f9-857b-8ceddfb1c65e","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":"4e48b3d8-babe-451f-99f9-c88658019f42","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":"e117f2ee-07e6-4a08-a314-239382dcdc3e","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":"b8fc43d8-7757-41a6-9001-693699e5a647","artifactVersion":"2","generatedFromUUID":"4e48b3d8-babe-451f-99f9-c88658019f42"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDMyNzRiODZiNDYyNGUzMzBiZjc4ZmZmZjViOGRmN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8604d12a-0913-4d8c-b191-795d3941b403","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjgyMzY5YWE2OGZhOGVmMTY2MDI3NGFkOTE5YTRhODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0d227e1-9e5d-4e8a-a027-0b4268637390","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:07:42.285Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:07:42.286Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:42.289Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:42.289Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:07:42.389Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:42.390Z||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-12-21T06:07:42.390Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:42.403Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:42.403Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:43.290Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:07:43.290Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:43.299Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:43.299Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:07:43.399Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:43.400Z||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-12-21T06:07:43.400Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:43.415Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:43.416Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:44.299Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:07:44.300Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:44.303Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:44.303Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-21T06:07:44.402Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:07:44.403Z||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-12-21T06:07:44.403Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:44.420Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:44.421Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:45.304Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:07:45.304Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:45.306Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:45.306Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:07:45.406Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:45.407Z||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-12-21T06:07:45.407Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:45.416Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:45.417Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:46.306Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:07:46.307Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:46.309Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:46.310Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-21T06:07:46.412Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-21T06:07:46.413Z||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-12-21T06:07:46.413Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:46.426Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:46.426Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:47.310Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:07:47.311Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:47.313Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:47.313Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:07:47.413Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:47.414Z||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-12-21T06:07:47.414Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:47.426Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:47.427Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:48.313Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:07:48.314Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:48.316Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:48.316Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:07:48.416Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:48.417Z||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-12-21T06:07:48.417Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:48.432Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:48.432Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:07:49.317Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "37b41978-1c1f-48cb-be8b-52a59eaf1e78", "serviceDescription": "service", "serviceInvariantUUID": "6dbda451-1e78-4652-80ae-23fbcee980ce", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c21478fa-6ada-44c0-9df8-eed8453ff9c1", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d6d55041-c10e-4328-9bdb-d88432b5dd88", "resourceInvariantUUID": "23c54aeb-9548-481a-bdcd-4768976d6c1e", "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": "ZWIwY2U4ZDM5NmMzMjBkM2Q4MzUzMjg1YWJiOTA0Yjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "16ba761d-79a1-45f9-857b-8ceddfb1c65e", "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": "4e48b3d8-babe-451f-99f9-c88658019f42", "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": "b8fc43d8-7757-41a6-9001-693699e5a647", "generatedFromUUID": "4e48b3d8-babe-451f-99f9-c88658019f42" }, "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": "b8fc43d8-7757-41a6-9001-693699e5a647", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjgyMzY5YWE2OGZhOGVmMTY2MDI3NGFkOTE5YTRhODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0d227e1-9e5d-4e8a-a027-0b4268637390" } ], "workloadContext": "Production" } 2022-12-21T06:07:49.317Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:07:49.317Z|5be3ce1f-de60-4150-9764-4bc4988aa1c5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37b41978-1c1f-48cb-be8b-52a59eaf1e78 ASDC 2022-12-21T06:07:49.318Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:a663cf19-5b1d-404a-87d8-3d24b3bdaf86 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:37b41978-1c1f-48cb-be8b-52a59eaf1e78 ServiceInvariantUUID:6dbda451-1e78-4652-80ae-23fbcee980ce 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:b0d227e1-9e5d-4e8a-a027-0b4268637390 ArtifactChecksum:NjgyMzY5YWE2OGZhOGVmMTY2MDI3NGFkOTE5YTRhODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c21478fa-6ada-44c0-9df8-eed8453ff9c1 ResourceInvariantUUID:23c54aeb-9548-481a-bdcd-4768976d6c1e ResourceName:basic_vm ResourceType:VF ResourceUUID:d6d55041-c10e-4328-9bdb-d88432b5dd88 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:16ba761d-79a1-45f9-857b-8ceddfb1c65e ArtifactChecksum:ZWIwY2U4ZDM5NmMzMjBkM2Q4MzUzMjg1YWJiOTA0Yjk= 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:4e48b3d8-babe-451f-99f9-c88658019f42 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:b8fc43d8-7757-41a6-9001-693699e5a647 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:b8fc43d8-7757-41a6-9001-693699e5a647 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-21T06:07:49.318Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37b41978-1c1f-48cb-be8b-52a59eaf1e78 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-12-21T06:07:49.348Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:07:49.349Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:07:49.349Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:07:49.349Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0d227e1-9e5d-4e8a-a027-0b4268637390 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-21T06:07:49.349Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:07:49.349Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-21T06:07:49.423Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:07:49.426Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b0d227e1-9e5d-4e8a-a027-0b4268637390 74793 2022-12-21T06:07:49.426Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-21T06:07:49.426Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-21T06:07:49.426Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:07:49.426Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:49.428Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:49.428Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602869426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:07:49.529Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:07:49.530Z||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-12-21T06:07:49.530Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:49.540Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:49.540Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:50.429Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:07:50.430Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:07:50.430Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b0d227e1-9e5d-4e8a-a027-0b4268637390, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-21T06:07:50.430Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-21T06:07:50.431Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-21T06:07:50.431Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-21T06:07:50.583Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16571649774193998634/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-21T06:07:51.689Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:07:51.689Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:07:51.689Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-21T06:07:51.689Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.690Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:07:51.691Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.691Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:51.691Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:51.691Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:07:51.691Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:07:51.692Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.692Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:51.692Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:51.692Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:07:51.692Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:07:51.692Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.693Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:51.693Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.693Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-21T06:07:51.693Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-21T06:07:51.693Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-21T06:07:51.694Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-21T06:07:51.694Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-21T06:07:51.694Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-21T06:07:51.694Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.694Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:07:51.694Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.695Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:51.695Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:07:51.695Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.695Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:51.695Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:07:51.695Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.696Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:51.696Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:07:51.696Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.696Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-21T06:07:51.696Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-21T06:07:51.696Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-21T06:07:51.697Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ff720a85-bc96-4827-b45e-df7c89783b80 2022-12-21T06:07:51.697Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.697Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:51.697Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.697Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:51.697Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.698Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:51.698Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:51.698Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:51.698Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:37b41978-1c1f-48cb-be8b-52a59eaf1e78 Model Version:NULL Model InvariantUuid:6dbda451-1e78-4652-80ae-23fbcee980ce Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:20a9c3a1-d351-41e4-9548-a5e8ebdc89c1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:23c54aeb-9548-481a-bdcd-4768976d6c1e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c21478fa-6ada-44c0-9df8-eed8453ff9c1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d52a8f0f-13a3-4429-b1dd-2e3623de691d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c8840119-c8de-4a29-8b9e-defa60418929 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ff720a85-bc96-4827-b45e-df7c89783b80 ModelInvariantUuid:4a9a59aa-15e3-4975-88d7-2643a057553a ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:c3cf46e3-e1ac-4da7-982c-ece745f9c16c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2591de0f-ff18-4774-bb0c-87f13b47d1a8 ModelInvariantUuid:86f45d9f-bcd8-4c0e-a3c2-1ababceb9ae1 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:b49e46de-8b68-4402-a9da-8cae72a0ec4e 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-12-21T06:07:51.705Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d6d55041-c10e-4328-9bdb-d88432b5dd88 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-12-21T06:07:51.708Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-12-21T06:07:51.708Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6d55041-c10e-4328-9bdb-d88432b5dd88 2022-12-21T06:07:51.708Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 16ba761d-79a1-45f9-857b-8ceddfb1c65e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-21T06:07:51.708Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:07:51.708Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.771Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:07:51.771Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 16ba761d-79a1-45f9-857b-8ceddfb1c65e 787 2022-12-21T06:07:51.772Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.772Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:51.772Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:07:51.772Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:51.774Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:51.775Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602871772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:07:51.875Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:51.876Z||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-12-21T06:07:51.876Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:51.887Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:51.888Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:52.776Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d52a8f0f-13a3-4429-b1dd-2e3623de691d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c8840119-c8de-4a29-8b9e-defa60418929", "vfModuleModelCustomizationUUID": "d8169761-3322-46f3-8a3a-02f3e42a08b9", "isBase": true, "artifacts": [ "4e48b3d8-babe-451f-99f9-c88658019f42", "b8fc43d8-7757-41a6-9001-693699e5a647" ], "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-12-21T06:07:52.779Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c8840119-c8de-4a29-8b9e-defa60418929 VfModuleModelInvariantUUID:d52a8f0f-13a3-4429-b1dd-2e3623de691d VfModuleModelDescription:NULL Artifacts UUID List:{ 4e48b3d8-babe-451f-99f9-c88658019f42 , b8fc43d8-7757-41a6-9001-693699e5a647 } 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-12-21T06:07:52.781Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d52a8f0f-13a3-4429-b1dd-2e3623de691d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c8840119-c8de-4a29-8b9e-defa60418929", "vfModuleModelCustomizationUUID": "d8169761-3322-46f3-8a3a-02f3e42a08b9", "isBase": true, "artifacts": [ "4e48b3d8-babe-451f-99f9-c88658019f42", "b8fc43d8-7757-41a6-9001-693699e5a647" ], "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-12-21T06:07:52.782Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c8840119-c8de-4a29-8b9e-defa60418929 VfModuleModelInvariantUUID:d52a8f0f-13a3-4429-b1dd-2e3623de691d VfModuleModelDescription:NULL Artifacts UUID List:{ 4e48b3d8-babe-451f-99f9-c88658019f42 , b8fc43d8-7757-41a6-9001-693699e5a647 } 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-12-21T06:07:52.782Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4e48b3d8-babe-451f-99f9-c88658019f42 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-21T06:07:52.782Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:07:52.783Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:52.834Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:07:52.835Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4e48b3d8-babe-451f-99f9-c88658019f42 5033 2022-12-21T06:07:52.835Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:52.835Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:52.835Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:07:52.836Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:52.838Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:52.838Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602872835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:07:52.938Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:52.939Z||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-12-21T06:07:52.939Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:52.949Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:52.950Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:53.839Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b8fc43d8-7757-41a6-9001-693699e5a647 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-21T06:07:53.840Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:07:53.840Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:53.895Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:07:53.898Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b8fc43d8-7757-41a6-9001-693699e5a647 903 2022-12-21T06:07:53.898Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:53.898Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:53.899Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:07:53.899Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:53.901Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:53.902Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602873898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:07:54.001Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:07:54.002Z||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-12-21T06:07:54.003Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:54.013Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:54.013Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:07:54.420Z||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-12-21T06:07:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:07:54.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:54.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:07:54.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602712714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:07:54.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:07:54.902Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 37b41978-1c1f-48cb-be8b-52a59eaf1e78 2022-12-21T06:07:54.903Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d6d55041-c10e-4328-9bdb-d88432b5dd88 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-12-21T06:07:54.915Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33dc9020, org.onap.sdc.toscaparser.api.parameters.Input@28c86654, org.onap.sdc.toscaparser.api.parameters.Input@64659bff, org.onap.sdc.toscaparser.api.parameters.Input@5338f0d1, org.onap.sdc.toscaparser.api.parameters.Input@4b23706] 2022-12-21T06:07:54.916Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.916Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.916Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-21T06:07:54.917Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c21478fa-6ada-44c0-9df8-eed8453ff9c1 2022-12-21T06:07:54.917Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c21478fa-6ada-44c0-9df8-eed8453ff9c1 matches Tosca VF Customization UUID: c21478fa-6ada-44c0-9df8-eed8453ff9c1 2022-12-21T06:07:54.917Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c21478fa-6ada-44c0-9df8-eed8453ff9c1 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-12-21T06:07:54.919Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.919Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.920Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c21478fa-6ada-44c0-9df8-eed8453ff9c1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-21T06:07:54.920Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@337b1d39 2022-12-21T06:07:54.920Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.920Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:07:54.920Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8169761-3322-46f3-8a3a-02f3e42a08b9 2022-12-21T06:07:54.920Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8169761-3322-46f3-8a3a-02f3e42a08b9 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-12-21T06:07:54.922Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.923Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:54.923Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:07:54.923Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.923Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:54.923Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:07:54.923Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.924Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-21T06:07:54.924Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-21T06:07:54.924Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-21T06:07:54.924Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ff720a85-bc96-4827-b45e-df7c89783b80 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-12-21T06:07:54.926Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.926Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:54.927Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:07:54.927Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.927Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-21T06:07:54.927Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c21478fa-6ada-44c0-9df8-eed8453ff9c1 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-12-21T06:07:54.929Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.929Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.929Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 37b41978-1c1f-48cb-be8b-52a59eaf1e78: basic_vm 2022-12-21T06:07:54.929Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.929Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.930Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.930Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.930Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.930Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.930Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.930Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.931Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:07:54.931Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:07:54.931Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:55.005Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d6d55041-c10e-4328-9bdb-d88432b5dd88 1 ASDC deployResourceStructure 2022-12-21T06:07:55.005Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:55.005Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:55.005Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:07:55.005Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:55.007Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:55.007Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602875005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:07:55.107Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:55.108Z||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-12-21T06:07:55.108Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:55.119Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:55.120Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:56.008Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:56.009Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:56.009Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:07:56.009Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:56.011Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:56.011Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602876008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:07:56.111Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:07:56.112Z||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-12-21T06:07:56.112Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:56.122Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:56.122Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:57.013Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:57.013Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:07:57.013Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:07:57.013Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:57.016Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:57.016Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602877013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-21T06:07:57.116Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:57.117Z||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-12-21T06:07:57.117Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:57.133Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:57.134Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:07:58.017Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-21T06:07:58.017Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-21T06:07:58.017Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:07:58.018Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:07:58.020Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:07:58.020Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602878017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:07:58.120Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:07:58.121Z||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-12-21T06:07:58.121Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:07:58.132Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:07:58.132Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:07:59.021Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a663cf19-5b1d-404a-87d8-3d24b3bdaf86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:07:59.038Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a663cf19-5b1d-404a-87d8-3d24b3bdaf86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:07:59.040Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:07:59.040Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:07:59.040Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:07:59.040Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:07:59.040Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:07:59.041Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:07:59.045Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:08:29.045Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a663cf19-5b1d-404a-87d8-3d24b3bdaf86 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-12-21T06:08:29.082Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a663cf19-5b1d-404a-87d8-3d24b3bdaf86 and serviceModelVersionId: 37b41978-1c1f-48cb-be8b-52a59eaf1e78 2022-12-21T06:08:29.082Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6dbda451-1e78-4652-80ae-23fbcee980ce 2022-12-21T06:08:29.083Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0 2022-12-21T06:08:29.087Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:08:29.126Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0|INFO|500||Invoke 2022-12-21T06:08:29.127Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a663cf19-5b1d-404a-87d8-3d24b3bdaf86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09f9fb7c-a969-43fc-adb0-d4abee1b6757], X-ECOMP-RequestID=[a663cf19-5b1d-404a-87d8-3d24b3bdaf86], X-TransactionId=[], X-ONAP-RequestID=[a663cf19-5b1d-404a-87d8-3d24b3bdaf86], Content-Type=[application/merge-patch+json]} 2022-12-21T06:08:29.145Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:08:29.182Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?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/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:08:30 GMT], content-length=[495], x-aai-txid=[2-aai-resources-221221-06:08:30:893-89050], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:08:29.182Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78","ERR.5.4.6114"]}}} 2022-12-21T06:08:29.183Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:08:29.187Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a663cf19-5b1d-404a-87d8-3d24b3bdaf86 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78) (ec=ERR.5.4.6114) 2022-12-21T06:08:29.187Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a663cf19-5b1d-404a-87d8-3d24b3bdaf86 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:08:29.188Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a663cf19-5b1d-404a-87d8-3d24b3bdaf86 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78) (ec=ERR.5.4.6114) 2022-12-21T06:08:29.188Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a663cf19-5b1d-404a-87d8-3d24b3bdaf86 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78) (ec=ERR.5.4.6114) 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-12-21T06:08:29.192Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||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-12-21T06:08:29.192Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a663cf19-5b1d-404a-87d8-3d24b3bdaf86 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a663cf19-5b1d-404a-87d8-3d24b3bdaf86 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78) (ec=ERR.5.4.6114) 2022-12-21T06:08:29.192Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:08:29.192Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:29.194Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:29.194Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602909192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da663cf19-5b1d-404a-87d8-3d24b3bdaf86 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:08:29.294Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:29.295Z||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-12-21T06:08:29.295Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:29.308Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:29.309Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-21T06:08:30.205Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:08:30.206Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb","serviceDescription":"service","serviceInvariantUUID":"627b354c-e9af-4581-9cb5-50e2ea2df216","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"603cc084-0afd-4622-b0e4-0babf0f5e669","resourceInvariantUUID":"985b9dcb-0322-4ab6-8df3-28d723bc5347","resourceCustomizationUUID":"4bd577a6-78a3-47fa-8144-d506cd5770f5","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":"ZDNjOTlmOTNmYWIxYmMzOTY5ODM0MWNlZDJhMjJiMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"751e035c-1e40-429d-9605-9b6751837613","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":"fce83dd1-c3d1-42a6-b9d8-f9a9c8457631","artifactVersion":"2","generatedFromUUID":"5bfca276-bc19-4148-b128-9da5c2832d15"},{"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":"5bfca276-bc19-4148-b128-9da5c2832d15","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":"YmIyN2IzZGRmYTkzN2NmMGI5NTkzM2EzMDY3YTU0YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4abbcdda-00a8-4f50-9295-c0746407563e","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":"f0d8728f-0ce7-4355-9636-4e89029711f4","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":"2ba8335c-9091-4e4c-b2ab-a9de50088019","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":"d7e6955c-bbae-4fa3-9523-d7aca6d141ab","artifactVersion":"2","generatedFromUUID":"f0d8728f-0ce7-4355-9636-4e89029711f4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGY0ZDExOTQ0MzZkYzA2NDJmODRjYzAxMDg2MDg0NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78ef98e9-784e-4471-ae33-d642cf316079","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzczNTAwMDExZGVlZjA2NDZlYTdjZWFiZGVhNmYwMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db5675c3-91bb-4a4e-ab8a-8154d3bdfcb3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:08:30.206Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:30.206Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:30.208Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:30.208Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:30.308Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:30.309Z||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-12-21T06:08:30.309Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:30.317Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:30.317Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:31.208Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:31.210Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:31.212Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:31.212Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-21T06:08:31.312Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:31.313Z||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-12-21T06:08:31.313Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:31.329Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:31.330Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:32.213Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:32.213Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:32.215Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:32.215Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-21T06:08:32.315Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:32.316Z||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-12-21T06:08:32.316Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:32.324Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:32.325Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:33.216Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:33.217Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:33.219Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:33.219Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:08:33.319Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:08:33.320Z||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-12-21T06:08:33.320Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:33.349Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:33.349Z||pool-85-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:34.220Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:34.221Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:34.222Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:34.222Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-21T06:08:34.322Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:34.323Z||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-12-21T06:08:34.323Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:34.334Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:34.335Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:35.227Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:35.228Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:35.230Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:35.230Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:35.330Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:35.331Z||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-12-21T06:08:35.331Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:35.349Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:35.349Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:36.231Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:36.231Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:36.233Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:36.233Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-21T06:08:36.334Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:36.334Z||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-12-21T06:08:36.335Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:36.344Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:36.345Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:37.234Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:37.235Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:37.237Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:37.237Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:37.337Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:37.338Z||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-12-21T06:08:37.338Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:37.346Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:37.347Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:08:38.237Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:08:38.238Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:38.240Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:38.240Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:08:38.341Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:08:38.341Z||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-12-21T06:08:38.341Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:38.350Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:38.351Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:08:39.241Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb", "serviceDescription": "service", "serviceInvariantUUID": "627b354c-e9af-4581-9cb5-50e2ea2df216", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4bd577a6-78a3-47fa-8144-d506cd5770f5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "603cc084-0afd-4622-b0e4-0babf0f5e669", "resourceInvariantUUID": "985b9dcb-0322-4ab6-8df3-28d723bc5347", "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": "fce83dd1-c3d1-42a6-b9d8-f9a9c8457631", "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": "5bfca276-bc19-4148-b128-9da5c2832d15", "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": "YmIyN2IzZGRmYTkzN2NmMGI5NTkzM2EzMDY3YTU0YmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4abbcdda-00a8-4f50-9295-c0746407563e", "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": "f0d8728f-0ce7-4355-9636-4e89029711f4", "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": "d7e6955c-bbae-4fa3-9523-d7aca6d141ab", "generatedFromUUID": "f0d8728f-0ce7-4355-9636-4e89029711f4" }, "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": "d7e6955c-bbae-4fa3-9523-d7aca6d141ab", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzczNTAwMDExZGVlZjA2NDZlYTdjZWFiZGVhNmYwMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db5675c3-91bb-4a4e-ab8a-8154d3bdfcb3" } ], "workloadContext": "Production" } 2022-12-21T06:08:39.242Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:08:39.242Z|a663cf19-5b1d-404a-87d8-3d24b3bdaf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb ASDC 2022-12-21T06:08:39.242Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb ServiceInvariantUUID:627b354c-e9af-4581-9cb5-50e2ea2df216 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:db5675c3-91bb-4a4e-ab8a-8154d3bdfcb3 ArtifactChecksum:NzczNTAwMDExZGVlZjA2NDZlYTdjZWFiZGVhNmYwMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4bd577a6-78a3-47fa-8144-d506cd5770f5 ResourceInvariantUUID:985b9dcb-0322-4ab6-8df3-28d723bc5347 ResourceName:basic_cnf ResourceType:VF ResourceUUID:603cc084-0afd-4622-b0e4-0babf0f5e669 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:fce83dd1-c3d1-42a6-b9d8-f9a9c8457631 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:5bfca276-bc19-4148-b128-9da5c2832d15 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:4abbcdda-00a8-4f50-9295-c0746407563e ArtifactChecksum:YmIyN2IzZGRmYTkzN2NmMGI5NTkzM2EzMDY3YTU0YmI= 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:f0d8728f-0ce7-4355-9636-4e89029711f4 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:d7e6955c-bbae-4fa3-9523-d7aca6d141ab 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:d7e6955c-bbae-4fa3-9523-d7aca6d141ab ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-21T06:08:39.242Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb 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-12-21T06:08:39.274Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:08:39.274Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:08:39.274Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:08:39.274Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db5675c3-91bb-4a4e-ab8a-8154d3bdfcb3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-21T06:08:39.274Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:08:39.274Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-21T06:08:39.414Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:08:39.417Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar db5675c3-91bb-4a4e-ab8a-8154d3bdfcb3 73679 2022-12-21T06:08:39.417Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-21T06:08:39.417Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-21T06:08:39.417Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:08:39.417Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:39.423Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:39.423Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602919417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:39.520Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-21T06:08:39.520Z||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-12-21T06:08:39.521Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:39.527Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:39.528Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:08:40.423Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:08:40.424Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:08:40.424Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: db5675c3-91bb-4a4e-ab8a-8154d3bdfcb3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-21T06:08:40.425Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-21T06:08:40.425Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-21T06:08:40.425Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-21T06:08:40.597Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11785612953641592901/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-12-21T06:08:41.776Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:08:41.776Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:08:41.776Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-21T06:08:41.776Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-21T06:08:41.776Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:41.776Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-21T06:08:41.776Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:08:41.777Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.778Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:41.778Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:41.778Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:08:41.778Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:08:41.778Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.778Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:41.778Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.779Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:41.780Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:08:41.780Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.780Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:41.780Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:08:41.780Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.780Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:41.780Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9fcf2e32-f73b-42a0-b376-b1b02499db93 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:41.781Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.782Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:41.782Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:41.782Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:41.782Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb Model Version:NULL Model InvariantUuid:627b354c-e9af-4581-9cb5-50e2ea2df216 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:67c1e523-af72-4150-92b5-77a0a9bbc763 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:985b9dcb-0322-4ab6-8df3-28d723bc5347 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4bd577a6-78a3-47fa-8144-d506cd5770f5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:258f944f-b0af-4fa8-893c-de9af497ca94 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:657e9971-b0ec-4d62-8050-3dd9287f4186 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9fcf2e32-f73b-42a0-b376-b1b02499db93 ModelInvariantUuid:53788c9c-6642-4ef6-99aa-62a0e7e61ec6 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:cf7f6797-987a-4a3c-ae68-06af09e71d88 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:be970d7d-9fb5-4821-9354-8e8e966d81a9 ModelInvariantUuid:73042c21-c52f-4d7b-bd66-d2698ab921df ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:70e324d1-d4fd-483e-97a3-e6c56df660a5 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-12-21T06:08:41.795Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 603cc084-0afd-4622-b0e4-0babf0f5e669 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-12-21T06:08:41.797Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-12-21T06:08:41.798Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 603cc084-0afd-4622-b0e4-0babf0f5e669 2022-12-21T06:08:41.798Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fce83dd1-c3d1-42a6-b9d8-f9a9c8457631 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-21T06:08:41.798Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:08:41.798Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:41.851Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:08:41.852Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fce83dd1-c3d1-42a6-b9d8-f9a9c8457631 12 2022-12-21T06:08:41.852Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:41.852Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:41.853Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:08:41.853Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:41.855Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:41.855Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602921852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:41.955Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-21T06:08:41.956Z||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-12-21T06:08:41.956Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:41.965Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:41.966Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:42.861Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5bfca276-bc19-4148-b128-9da5c2832d15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-21T06:08:42.861Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:08:42.862Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:42.908Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:08:42.909Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5bfca276-bc19-4148-b128-9da5c2832d15 2688 2022-12-21T06:08:42.909Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:42.909Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:42.910Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:08:42.910Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:42.912Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:42.912Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602922909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:43.020Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-12-21T06:08:43.024Z||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-12-21T06:08:43.024Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:43.046Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:43.047Z||pool-93-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:43.915Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4abbcdda-00a8-4f50-9295-c0746407563e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-21T06:08:43.915Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:08:43.916Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:43.997Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:08:44.001Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4abbcdda-00a8-4f50-9295-c0746407563e 828 2022-12-21T06:08:44.002Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:44.002Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:44.002Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:08:44.002Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:44.007Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:44.007Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602924002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:44.105Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-21T06:08:44.106Z||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-12-21T06:08:44.106Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:44.123Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:44.124Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:45.008Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "258f944f-b0af-4fa8-893c-de9af497ca94", "vfModuleModelVersion": "1", "vfModuleModelUUID": "657e9971-b0ec-4d62-8050-3dd9287f4186", "vfModuleModelCustomizationUUID": "f9b252be-3a84-4d9d-998a-097923813241", "isBase": true, "artifacts": [ "f0d8728f-0ce7-4355-9636-4e89029711f4", "5bfca276-bc19-4148-b128-9da5c2832d15", "d7e6955c-bbae-4fa3-9523-d7aca6d141ab" ], "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-12-21T06:08:45.012Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:657e9971-b0ec-4d62-8050-3dd9287f4186 VfModuleModelInvariantUUID:258f944f-b0af-4fa8-893c-de9af497ca94 VfModuleModelDescription:NULL Artifacts UUID List:{ f0d8728f-0ce7-4355-9636-4e89029711f4 , 5bfca276-bc19-4148-b128-9da5c2832d15 , d7e6955c-bbae-4fa3-9523-d7aca6d141ab } 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-12-21T06:08:45.030Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "258f944f-b0af-4fa8-893c-de9af497ca94", "vfModuleModelVersion": "1", "vfModuleModelUUID": "657e9971-b0ec-4d62-8050-3dd9287f4186", "vfModuleModelCustomizationUUID": "f9b252be-3a84-4d9d-998a-097923813241", "isBase": true, "artifacts": [ "f0d8728f-0ce7-4355-9636-4e89029711f4", "5bfca276-bc19-4148-b128-9da5c2832d15", "d7e6955c-bbae-4fa3-9523-d7aca6d141ab" ], "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-12-21T06:08:45.030Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:657e9971-b0ec-4d62-8050-3dd9287f4186 VfModuleModelInvariantUUID:258f944f-b0af-4fa8-893c-de9af497ca94 VfModuleModelDescription:NULL Artifacts UUID List:{ f0d8728f-0ce7-4355-9636-4e89029711f4 , 5bfca276-bc19-4148-b128-9da5c2832d15 , d7e6955c-bbae-4fa3-9523-d7aca6d141ab } 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-12-21T06:08:45.030Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f0d8728f-0ce7-4355-9636-4e89029711f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-21T06:08:45.031Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:08:45.031Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-21T06:08:45.108Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:08:45.109Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f0d8728f-0ce7-4355-9636-4e89029711f4 1164 2022-12-21T06:08:45.109Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:45.109Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:45.109Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:08:45.110Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:45.111Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:45.111Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602925109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:45.214Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-21T06:08:45.215Z||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-12-21T06:08:45.216Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:45.233Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:45.233Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:46.113Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d7e6955c-bbae-4fa3-9523-d7aca6d141ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-21T06:08:46.113Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:08:46.114Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:46.213Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:08:46.214Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d7e6955c-bbae-4fa3-9523-d7aca6d141ab 200 2022-12-21T06:08:46.214Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:46.214Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:46.214Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:08:46.215Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:46.224Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:46.224Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602926214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:46.324Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:46.325Z||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-12-21T06:08:46.325Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:46.335Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:46.335Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:47.225Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb 2022-12-21T06:08:47.225Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 603cc084-0afd-4622-b0e4-0babf0f5e669 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 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-12-21T06:08:47.240Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-21T06:08:47.244Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e5ce7fc, org.onap.sdc.toscaparser.api.parameters.Input@2cebbfd5, org.onap.sdc.toscaparser.api.parameters.Input@1a51c65d, org.onap.sdc.toscaparser.api.parameters.Input@7836030f, org.onap.sdc.toscaparser.api.parameters.Input@11bc78f2] 2022-12-21T06:08:47.245Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.245Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.246Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-21T06:08:47.246Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4bd577a6-78a3-47fa-8144-d506cd5770f5 2022-12-21T06:08:47.246Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4bd577a6-78a3-47fa-8144-d506cd5770f5 matches Tosca VF Customization UUID: 4bd577a6-78a3-47fa-8144-d506cd5770f5 2022-12-21T06:08:47.246Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4bd577a6-78a3-47fa-8144-d506cd5770f5 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-12-21T06:08:47.248Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.248Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.248Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4bd577a6-78a3-47fa-8144-d506cd5770f5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-21T06:08:47.249Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cc9628e 2022-12-21T06:08:47.249Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.249Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:08:47.250Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9b252be-3a84-4d9d-998a-097923813241 2022-12-21T06:08:47.250Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9b252be-3a84-4d9d-998a-097923813241 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-12-21T06:08:47.252Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.252Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:47.253Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:08:47.253Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.253Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:47.254Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:08:47.254Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.254Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-21T06:08:47.255Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-21T06:08:47.255Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9fcf2e32-f73b-42a0-b376-b1b02499db93 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-12-21T06:08:47.257Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.258Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:47.258Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:08:47.259Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.259Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-21T06:08:47.259Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4bd577a6-78a3-47fa-8144-d506cd5770f5 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-12-21T06:08:47.261Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.262Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.262Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb: basic_cnf 2022-12-21T06:08:47.262Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.263Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.263Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.263Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.264Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.264Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.265Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.265Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.265Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:08:47.266Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:08:47.266Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:47.348Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 603cc084-0afd-4622-b0e4-0babf0f5e669 1 ASDC deployResourceStructure 2022-12-21T06:08:47.349Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:47.349Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:47.349Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-21T06:08:47.350Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:47.351Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:47.351Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602927348, "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-12-21T06:08:47.452Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:08:47.452Z||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-12-21T06:08:47.453Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:47.464Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:47.464Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:48.352Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:48.353Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:48.353Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-21T06:08:48.354Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:48.355Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:48.356Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602928352, "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-12-21T06:08:48.456Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:48.457Z||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-12-21T06:08:48.457Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:48.474Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:48.474Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:49.357Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:49.357Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:49.358Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:08:49.360Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:49.362Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:49.362Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602929357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:08:49.462Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:49.463Z||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-12-21T06:08:49.463Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:49.473Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:49.473Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:08:50.363Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:50.364Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:50.364Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:08:50.365Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:50.367Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:50.367Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602930363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:08:50.467Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:50.468Z||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-12-21T06:08:50.468Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:50.516Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:50.517Z||pool-100-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:51.372Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:51.372Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:08:51.372Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:08:51.373Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:51.374Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:51.375Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602931372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-21T06:08:51.475Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:08:51.476Z||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-12-21T06:08:51.476Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:51.486Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:51.486Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:52.375Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-21T06:08:52.376Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-21T06:08:52.376Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:08:52.376Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:08:52.387Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:08:52.388Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602932375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:08:52.479Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-12-21T06:08:52.480Z||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-12-21T06:08:52.480Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:08:52.490Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:52.490Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:08:53.392Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:08:53.402Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:08:53.404Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:08:53.404Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:08:53.404Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:08:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:08:54.420Z||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-12-21T06:08:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:08:54.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:08:54.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602756231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:54.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:08:54.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602763659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:08:54.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:08:54.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "aai-ml", "timestamp": 1671602764671, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:08:54.452Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 2022-12-21T06:08:54.452Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 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-12-21T06:08:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "cds", "timestamp": 1671602762790, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:54.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602763723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:54.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "aai-ml", "timestamp": 1671602765681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:54.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "multicloud-k8s-id", "timestamp": 1671602763169, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:54.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "cds", "timestamp": 1671602762790, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:08:54.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602763723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:08:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "multicloud-k8s-id", "timestamp": 1671602763169, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:08:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "aai-ml", "timestamp": 1671602765681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:08:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "aai-ml", "timestamp": 1671602773225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:54.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:08:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "cds", "timestamp": 1671602773480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:54.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:08:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602772944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:08:54.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:08:54.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "cds", "timestamp": 1671602774486, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:08:54.480Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6503475d-84eb-4cc5-a06b-25c857fe0088 2022-12-21T06:08:54.480Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6503475d-84eb-4cc5-a06b-25c857fe0088 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-12-21T06:08:54.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602774874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:08:54.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:08:54.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671602775880, "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-12-21T06:08:54.493Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6503475d-84eb-4cc5-a06b-25c857fe0088 2022-12-21T06:08:54.493Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6503475d-84eb-4cc5-a06b-25c857fe0088 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-12-21T06:08:54.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "aai-ml", "timestamp": 1671602778079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:08:54.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:08:54.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "aai-ml", "timestamp": 1671602779085, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:08:54.507Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6503475d-84eb-4cc5-a06b-25c857fe0088 2022-12-21T06:08:54.507Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6503475d-84eb-4cc5-a06b-25c857fe0088 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-12-21T06:08:54.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "ves-openapi-manager", "timestamp": 1671602778230, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:54.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:08:54.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:08:54.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "ves-openapi-manager", "timestamp": 1671602778230, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:08:54.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:23.404Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:09:23.416Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:09:23.418Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:09:23.418Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:09:23.418Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:09:23.418Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:09:23.418Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:09:23.419Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:09:23.423Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:09:53.423Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 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-12-21T06:09:53.434Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 and serviceModelVersionId: 15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb 2022-12-21T06:09:53.434Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 627b354c-e9af-4581-9cb5-50e2ea2df216 2022-12-21T06:09:53.434Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb?depth=0 2022-12-21T06:09:53.438Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:09:53.480Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb?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-12-21T06:09:53.481Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb?depth=0|INFO|500||Invoke 2022-12-21T06:09:53.502Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:09:53.536Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:09:53.537Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:09:55 GMT], content-length=[495], x-aai-txid=[1-aai-resources-221221-06:09:55:260-16986], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:09:53.538Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb","ERR.5.4.6114"]}}} 2022-12-21T06:09:53.543Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb) (ec=ERR.5.4.6114) 2022-12-21T06:09:53.543Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:09:53.543Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb) (ec=ERR.5.4.6114) 2022-12-21T06:09:53.544Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb) (ec=ERR.5.4.6114) 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-12-21T06:09:53.548Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||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-12-21T06:09:53.548Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb) (ec=ERR.5.4.6114) 2022-12-21T06:09:53.548Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:09:53.549Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:09:53.550Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:09:53.550Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602993548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:09:53.650Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:09:53.651Z||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-12-21T06:09:53.651Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:09:53.665Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:09:53.665Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:09:54.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:09:54.420Z||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-12-21T06:09:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:09:54.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:09:54.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5be3ce1f-de60-4150-9764-4bc4988aa1c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602856826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5be3ce1f-de60-4150-9764-4bc4988aa1c5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/900aa9a1-3002-4f35-bf29-a2e375eb8499/model-vers/model-ver/80b16589-c4ea-47bf-8eb7-dbc175a26754) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:09:54.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:09:54.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:09:54.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:54.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:09:54.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:54.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-21T06:09:54.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:54.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:09:54.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:54.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-21T06:09:54.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:54.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:09:54.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:54.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:09:54.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:09:54.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602869426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:09:54.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:09:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602871772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:09:54.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:09:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602872835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:09:54.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:09:54.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602873898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:09:54.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-21T06:09:54.564Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:09:54.564Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6503475d-84eb-4cc5-a06b-25c857fe0088","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ba551e19-a401-4cdb-82b9-ffa54714b83e","serviceDescription":"service","serviceInvariantUUID":"c48fb117-0260-4ebd-ba1d-1551a343ce5a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"95b13ec3-dc0f-4b75-9f1c-8829c7eda498","resourceInvariantUUID":"e37456b2-c542-44ca-a6b0-b9891fdd9e0f","resourceCustomizationUUID":"8af3a39f-9041-4c5a-aa3a-da9b0eb0a7e9","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":"NzNhYTQ1YzRlNDUzYWE0MjI5NTdlYThlMTk2ZjgzZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07999274-9169-4251-a981-571b8ef8d30c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDEyOTlkNzA2YjNhYWFjYTM3MTA2YWY4NTNkYTg4YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11013011-5ff7-4ed1-843f-55bbb312e593","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:09:54.564Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:09:54.565Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:09:54.567Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:09:54.567Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:09:54.667Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:09:54.668Z||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-12-21T06:09:54.668Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:09:54.678Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:09:54.679Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:09:55.567Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:09:55.568Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:09:55.569Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:09:55.569Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:09:55.670Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:09:55.670Z||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-12-21T06:09:55.671Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:09:55.679Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:09:55.679Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:09:56.570Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "ba551e19-a401-4cdb-82b9-ffa54714b83e", "serviceDescription": "service", "serviceInvariantUUID": "c48fb117-0260-4ebd-ba1d-1551a343ce5a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8af3a39f-9041-4c5a-aa3a-da9b0eb0a7e9", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "95b13ec3-dc0f-4b75-9f1c-8829c7eda498", "resourceInvariantUUID": "e37456b2-c542-44ca-a6b0-b9891fdd9e0f", "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": "ZDEyOTlkNzA2YjNhYWFjYTM3MTA2YWY4NTNkYTg4YmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "11013011-5ff7-4ed1-843f-55bbb312e593" } ], "workloadContext": "Production" } 2022-12-21T06:09:56.570Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:09:56.570Z|9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba551e19-a401-4cdb-82b9-ffa54714b83e ASDC 2022-12-21T06:09:56.571Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:6503475d-84eb-4cc5-a06b-25c857fe0088 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:ba551e19-a401-4cdb-82b9-ffa54714b83e ServiceInvariantUUID:c48fb117-0260-4ebd-ba1d-1551a343ce5a 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:11013011-5ff7-4ed1-843f-55bbb312e593 ArtifactChecksum:ZDEyOTlkNzA2YjNhYWFjYTM3MTA2YWY4NTNkYTg4YmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8af3a39f-9041-4c5a-aa3a-da9b0eb0a7e9 ResourceInvariantUUID:e37456b2-c542-44ca-a6b0-b9891fdd9e0f ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:95b13ec3-dc0f-4b75-9f1c-8829c7eda498 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-21T06:09:56.571Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba551e19-a401-4cdb-82b9-ffa54714b83e 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-12-21T06:09:56.597Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:09:56.598Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:09:56.598Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:09:56.598Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11013011-5ff7-4ed1-843f-55bbb312e593 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-21T06:09:56.598Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:09:56.598Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-21T06:09:56.742Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:09:56.744Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 11013011-5ff7-4ed1-843f-55bbb312e593 57654 2022-12-21T06:09:56.745Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-21T06:09:56.745Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-21T06:09:56.745Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:09:56.745Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:09:56.747Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:09:56.747Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602996744, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:09:56.847Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:09:56.848Z||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-12-21T06:09:56.848Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:09:56.858Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:09:56.858Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:09:57.753Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:09:57.753Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:09:57.754Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11013011-5ff7-4ed1-843f-55bbb312e593, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-21T06:09:57.754Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-21T06:09:57.754Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-21T06:09:57.754Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-21T06:09:57.848Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18095315730960958593/Definitions/service-BasicNetwork-template.yml 2022-12-21T06:09:58.262Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:09:58.263Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:09:58.263Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-21T06:09:58.263Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-21T06:09:58.264Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.264Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.264Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.264Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.265Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.265Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.265Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.266Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.266Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:09:58.266Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.266Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.267Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-21T06:09:58.267Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:09:58.267Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:09:58.268Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.268Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.268Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-21T06:09:58.268Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:09:58.269Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:09:58.269Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.270Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.271Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.271Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.271Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.271Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.271Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.272Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.272Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.272Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.272Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:ba551e19-a401-4cdb-82b9-ffa54714b83e Model Version:NULL Model InvariantUuid:c48fb117-0260-4ebd-ba1d-1551a343ce5a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:e37456b2-c542-44ca-a6b0-b9891fdd9e0f Model UUID:2374e151-8ce3-4271-83e7-b2127001a5df Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8af3a39f-9041-4c5a-aa3a-da9b0eb0a7e9 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-12-21T06:09:58.279Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 95b13ec3-dc0f-4b75-9f1c-8829c7eda498 2022-12-21T06:09:58.280Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||No resources found for Service: ba551e19-a401-4cdb-82b9-ffa54714b83e 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-12-21T06:09:58.283Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| 2022-12-21T06:09:58.283Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-21T06:09:58.283Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ba551e19-a401-4cdb-82b9-ffa54714b83e 2022-12-21T06:09:58.283Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ba551e19-a401-4cdb-82b9-ffa54714b83e 2022-12-21T06:09:58.283Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-21T06:09:58.284Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.287Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41afc521, org.onap.sdc.toscaparser.api.parameters.Input@57ae0c53, org.onap.sdc.toscaparser.api.parameters.Input@5253dfc5, org.onap.sdc.toscaparser.api.parameters.Input@5fb03394, org.onap.sdc.toscaparser.api.parameters.Input@6089738e] 2022-12-21T06:09:58.288Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.289Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.289Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.289Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.289Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ba551e19-a401-4cdb-82b9-ffa54714b83e: Generic NeutronNet 2022-12-21T06:09:58.289Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.289Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.290Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.290Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.315Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.315Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.316Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.316Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.316Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:09:58.316Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:09:58.316Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:09:58.348Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-21T06:09:58.348Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-21T06:09:58.348Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-21T06:09:58.348Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:09:58.348Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:09:58.350Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:09:58.350Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602998348, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:09:58.450Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:09:58.451Z||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-12-21T06:09:58.451Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:09:58.461Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:09:58.461Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:09:59.351Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6503475d-84eb-4cc5-a06b-25c857fe0088 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:09:59.360Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6503475d-84eb-4cc5-a06b-25c857fe0088 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:09:59.362Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:09:59.362Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:09:59.362Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:09:59.362Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:09:59.362Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:09:59.362Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:09:59.366Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:10:29.367Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6503475d-84eb-4cc5-a06b-25c857fe0088 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-12-21T06:10:29.386Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6503475d-84eb-4cc5-a06b-25c857fe0088 and serviceModelVersionId: ba551e19-a401-4cdb-82b9-ffa54714b83e 2022-12-21T06:10:29.386Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c48fb117-0260-4ebd-ba1d-1551a343ce5a 2022-12-21T06:10:29.387Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e?depth=0 2022-12-21T06:10:29.391Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:10:29.439Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e?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-12-21T06:10:29.444Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e?depth=0|INFO|500||Invoke 2022-12-21T06:10:29.462Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:10:29.504Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:10:29.509Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:10:31 GMT], content-length=[495], x-aai-txid=[0-aai-resources-221221-06:10:31:222-40824], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:10:29.512Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e","ERR.5.4.6114"]}}} 2022-12-21T06:10:29.516Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6503475d-84eb-4cc5-a06b-25c857fe0088 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e) (ec=ERR.5.4.6114) 2022-12-21T06:10:29.516Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6503475d-84eb-4cc5-a06b-25c857fe0088 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:10:29.516Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6503475d-84eb-4cc5-a06b-25c857fe0088 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e) (ec=ERR.5.4.6114) 2022-12-21T06:10:29.516Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6503475d-84eb-4cc5-a06b-25c857fe0088 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e) (ec=ERR.5.4.6114) 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-12-21T06:10:29.520Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||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-12-21T06:10:29.520Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6503475d-84eb-4cc5-a06b-25c857fe0088 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6503475d-84eb-4cc5-a06b-25c857fe0088 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e) (ec=ERR.5.4.6114) 2022-12-21T06:10:29.520Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:10:29.521Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:10:29.522Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:10:29.522Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603029520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6503475d-84eb-4cc5-a06b-25c857fe0088 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:10:29.622Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:10:29.623Z||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-12-21T06:10:29.623Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:10:29.634Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:10:29.634Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-21T06:10:30.534Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:10:30.534Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:10:30.535Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:10:40.805Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:10:40.806Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:10:40.806Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:10:40.806Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:10:50.354Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:10:50.354Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:10:50.355Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:10:50.355Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:10:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:10:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:10:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:10:54.436Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:10:54.437Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.437Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602875005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.438Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.438Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.438Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602876008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.439Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.439Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.439Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602877013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.439Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.440Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.440Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602878017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.440Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.440Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.441Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a663cf19-5b1d-404a-87d8-3d24b3bdaf86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602909192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da663cf19-5b1d-404a-87d8-3d24b3bdaf86 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6dbda451-1e78-4652-80ae-23fbcee980ce/model-vers/model-ver/37b41978-1c1f-48cb-be8b-52a59eaf1e78) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:10:54.441Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.441Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.442Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:10:54.442Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.442Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.442Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-21T06:10:54.443Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.443Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.443Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-21T06:10:54.444Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.444Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.444Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:10:54.444Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.445Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.445Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-21T06:10:54.445Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.445Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.446Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:10:54.446Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.446Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.446Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-21T06:10:54.447Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.447Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.447Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:10:54.448Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.448Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.448Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:10:54.448Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:10:54.448Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.449Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602919417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:10:54.449Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.450Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.450Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602921852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:10:54.450Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.450Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602922909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-21T06:10:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602924002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:10:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602925109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:10:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602926214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:10:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.454Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.454Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602927348, "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-12-21T06:10:54.454Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.454Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.455Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602928352, "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-12-21T06:10:54.455Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.455Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.455Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602929357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.456Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.456Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.456Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602930363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.456Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.457Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.457Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602931372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.457Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:54.457Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:10:54.458Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602932375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:10:54.458Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:10:59.895Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:10:59.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:10:59.897Z||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-12-21T06:10:59.897Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:11:09.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:11:09.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:11:09.438Z||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-12-21T06:11:09.439Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:11:18.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:11:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:11:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:11:54.419Z||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-12-21T06:11:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:11:54.420Z||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-12-21T06:11:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:11:54.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:11:54.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:11:54.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602993548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9439bc5f-d3f7-4f4c-9636-1a8dc29fb3c2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/627b354c-e9af-4581-9cb5-50e2ea2df216/model-vers/model-ver/15c81b0f-5cc3-4d20-b2b3-ecea4c2b64bb) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:11:54.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:12:03.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:12:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:12:54.418Z||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-12-21T06:12:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:12:54.419Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:12:54.419Z|6503475d-84eb-4cc5-a06b-25c857fe0088|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-12-21T06:12:54.419Z|6503475d-84eb-4cc5-a06b-25c857fe0088|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 9D8MjfKuHnjszald) ... 2022-12-21T06:12:54.941Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:12:54.942Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:12:54.942Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602857843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602996744, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:12:54.943Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:12:54.944Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671602998348, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:12:54.944Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:12:54.944Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:12:54.944Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6503475d-84eb-4cc5-a06b-25c857fe0088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603029520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6503475d-84eb-4cc5-a06b-25c857fe0088 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c48fb117-0260-4ebd-ba1d-1551a343ce5a/model-vers/model-ver/ba551e19-a401-4cdb-82b9-ffa54714b83e) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:12:54.944Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:13:03.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:13:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:13:54.418Z||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-12-21T06:13:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:13:54.419Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:13:54.419Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T06:13:54.419Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T06:14:03.970Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:14:03.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:14:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:14:54.418Z||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-12-21T06:14:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:14:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:14:54.420Z||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-12-21T06:14:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:15:03.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:15:03.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:15:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:15:54.418Z||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-12-21T06:15:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:15:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:15:54.419Z||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-12-21T06:15:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:16:03.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:03.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:54.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:16:54.418Z||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-12-21T06:16:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:16:54.422Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:16:54.422Z|6503475d-84eb-4cc5-a06b-25c857fe0088|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-12-21T06:16:54.422Z|6503475d-84eb-4cc5-a06b-25c857fe0088|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 9D8MjfKuHnjszald) ... 2022-12-21T06:16:55.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:55.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02","serviceName":"Demo_pNF_XlbbyxzGSPOIroJPjQEV","serviceVersion":"1.0","serviceUUID":"b79c1ad0-fedd-40d0-85d2-d0e130a96915","serviceDescription":"catalog service description","serviceInvariantUUID":"4d3484ea-0e29-40ef-b307-2fdde0ba1815","resources":[{"resourceInstanceName":"pNF 0daf4d37-1c31 0","resourceName":"pNF 0daf4d37-1c31","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c1dc541-edc6-414f-bd73-52ae921ec7d0","resourceInvariantUUID":"adf6c3b6-df6f-4b00-8507-e766b9c06bda","resourceCustomizationUUID":"1f1aa101-6bfc-481f-98eb-c9859ac64913","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml","artifactChecksum":"YTdlYWEwMTk3M2RmYmUyN2UzZDFiODA3MGMyNDg5MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5d78b35-ca7f-43f1-be8e-9bc6124a26f2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar","artifactChecksum":"NWRiMmU0MjhiZjEwMjRmODc3NDQzY2RiMWNmYzYwODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"990a12e0-1349-4ca2-969a-d16a3f31480c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9a9b0f6-8e54-458d-babd-ae81936fb568","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwNjk4OTY0ZmM5ZGQ1MGM4YjdhMWM3Y2U4YzNmNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a586c603-7423-4fbf-9cd9-99087f7f71e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa969c64-eee3-4c12-b887-e8773369d1e2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c276478-04d1-42e1-b191-fe0687dde435","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXlbbyxzgspoirojpjqev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml","artifactChecksum":"ODFjYWVlN2Y5OTVjZWM2MGMzYjEyYjIxMDE4NGY4NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fa1dd31-8b9a-45f5-91b6-73d6b0c6733c","artifactVersion":"1"},{"artifactName":"service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar","artifactChecksum":"NzU4ZjgxOTM2NGQ3ZjQ1ZjNjZTM1Y2FkZGNmOTk3ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8543ab67-a89a-4535-bf95-086e24d5509a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:16:55.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:16:55.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:16:55.087Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:16:55.088Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.100Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:55.101Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.101Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.102Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.103Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.103Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.103Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.103Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.103Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.103Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.104Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.104Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.104Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.104Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.104Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.104Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.104Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.105Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.105Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.105Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.105Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.105Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.105Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.105Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.109Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.109Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.109Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.109Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.109Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.109Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.109Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.112Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.112Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.112Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.112Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.112Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.112Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.113Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.113Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.113Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.113Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.113Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.113Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603362790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:16:55.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "multicloud-k8s-id", "timestamp": 1671603363171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:16:55.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603363725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:16:55.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603378331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:16:55.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:16:55.116Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.116Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603377794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:16:55.116Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:16:55.116Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.116Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.116Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.116Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.117Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "cds", "timestamp": 1671603379338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-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-12-21T06:16:55.136Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 2022-12-21T06:16:55.136Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 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-12-21T06:16:55.145Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.145Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.145Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.145Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.146Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.146Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.146Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.146Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603380137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:16:55.146Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:16:55.146Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.146Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.147Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.147Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.147Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603372714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:16:55.147Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.147Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.147Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671603381144, "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-12-21T06:16:55.153Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 2022-12-21T06:16:55.153Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 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-12-21T06:16:55.161Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.161Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.161Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.161Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.161Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603381717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:16:55.161Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:16:55.162Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.162Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.162Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.162Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.162Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.162Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.162Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.163Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-21T06:16:55.163Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.163Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.163Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.163Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.163Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.163Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603378230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:55.164Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-21T06:16:55.164Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.164Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603387014, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:16:55.164Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:16:55.164Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.164Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603387662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:16:55.164Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:16:55.165Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.165Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "aai-ml", "timestamp": 1671603388672, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:16:55.169Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 2022-12-21T06:16:55.169Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 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-12-21T06:16:55.176Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.176Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603388073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:16:55.177Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:16:55.177Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:16:55.177Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "ves-openapi-manager", "timestamp": 1671603389080, "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-12-21T06:16:55.181Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 2022-12-21T06:16:55.181Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 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-12-21T06:16:55.188Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:16:55.188Z||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-12-21T06:16:55.188Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:16:55.200Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:55.200Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:16:56.088Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:16:56.089Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:16:56.090Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:16:56.091Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:56.193Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-21T06:16:56.194Z||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-12-21T06:16:56.194Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:16:56.209Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:56.210Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:16:57.091Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:16:57.092Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:16:57.094Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:16:57.094Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:57.194Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:16:57.195Z||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-12-21T06:16:57.195Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:16:57.206Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:57.206Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:16:58.095Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:16:58.095Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:16:58.098Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:16:58.098Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:58.198Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:16:58.199Z||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-12-21T06:16:58.199Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:16:58.208Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:58.209Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:16:59.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:16:59.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:16:59.101Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:16:59.101Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:16:59.201Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:16:59.202Z||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-12-21T06:16:59.202Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:16:59.211Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:16:59.211Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:17:00.102Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:17:00.102Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:17:00.105Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:17:00.105Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:17:00.205Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:17:00.205Z||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-12-21T06:17:00.206Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:17:00.215Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:17:00.216Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:17:01.106Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:17:01.106Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:17:01.108Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:17:01.108Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:17:01.208Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:17:01.209Z||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-12-21T06:17:01.209Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:17:01.217Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:17:01.218Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:17:02.109Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:17:02.109Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:17:02.112Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:17:02.112Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:17:02.212Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:17:02.213Z||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-12-21T06:17:02.213Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:17:02.222Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:17:02.223Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:17:03.113Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "serviceName": "Demo_pNF_XlbbyxzGSPOIroJPjQEV", "serviceVersion": "1.0", "serviceUUID": "b79c1ad0-fedd-40d0-85d2-d0e130a96915", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4d3484ea-0e29-40ef-b307-2fdde0ba1815", "resources": [ { "resourceInstanceName": "pNF 0daf4d37-1c31 0", "resourceCustomizationUUID": "1f1aa101-6bfc-481f-98eb-c9859ac64913", "resourceName": "pNF 0daf4d37-1c31", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2c1dc541-edc6-414f-bd73-52ae921ec7d0", "resourceInvariantUUID": "adf6c3b6-df6f-4b00-8507-e766b9c06bda", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "artifactChecksum": "NzU4ZjgxOTM2NGQ3ZjQ1ZjNjZTM1Y2FkZGNmOTk3ZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8543ab67-a89a-4535-bf95-086e24d5509a" } ], "workloadContext": "Production" } 2022-12-21T06:17:03.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:17:03.114Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b79c1ad0-fedd-40d0-85d2-d0e130a96915 ASDC 2022-12-21T06:17:03.115Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 ServiceName:Demo_pNF_XlbbyxzGSPOIroJPjQEV ServiceVersion:1.0 ServiceUUID:b79c1ad0-fedd-40d0-85d2-d0e130a96915 ServiceInvariantUUID:4d3484ea-0e29-40ef-b307-2fdde0ba1815 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar ArtifactUUID:8543ab67-a89a-4535-bf95-086e24d5509a ArtifactChecksum:NzU4ZjgxOTM2NGQ3ZjQ1ZjNjZTM1Y2FkZGNmOTk3ZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0daf4d37-1c31 0 ResourceCustomizationUUID:1f1aa101-6bfc-481f-98eb-c9859ac64913 ResourceInvariantUUID:adf6c3b6-df6f-4b00-8507-e766b9c06bda ResourceName:pNF 0daf4d37-1c31 ResourceType:PNF ResourceUUID:2c1dc541-edc6-414f-bd73-52ae921ec7d0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-21T06:17:03.115Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b79c1ad0-fedd-40d0-85d2-d0e130a96915 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-12-21T06:17:03.188Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:17:03.190Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-21T06:17:03.190Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-21T06:17:03.191Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8543ab67-a89a-4535-bf95-086e24d5509a from URL: /sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:03.191Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-21T06:17:03.191Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:03.262Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-21T06:17:03.266Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 8543ab67-a89a-4535-bf95-086e24d5509a 87777 2022-12-21T06:17:03.267Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar ASDC sendASDCNotification 2022-12-21T06:17:03.267Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:03.267Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:17:03.267Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:17:03.269Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:17:03.269Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603423266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:17:03.375Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-12-21T06:17:03.375Z||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-12-21T06:17:03.375Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:17:03.388Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:17:03.388Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:17:04.269Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:17:04.270Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-21T06:17:04.270Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8543ab67-a89a-4535-bf95-086e24d5509a, URL: /sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar to file: /app/ASDC/1/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:04.271Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:04.271Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:04.271Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:04.483Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14138025567410872393/Definitions/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml 2022-12-21T06:17:05.358Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0daf4d37-1c31 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-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.359Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-21T06:17:05.360Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.360Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.360Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Node template pNF 0daf4d37-1c31 0 is matching search criteria 2022-12-21T06:17:05.360Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-21T06:17:05.360Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0daf4d37-1c31 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:17:05.361Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.361Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.361Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Node template pNF 0daf4d37-1c31 0 is matching search criteria 2022-12-21T06:17:05.361Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-21T06:17:05.361Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0daf4d37-1c31 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:17:05.361Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.361Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.362Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.362Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.362Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.362Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.362Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.362Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.362Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.363Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.363Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_XlbbyxzGSPOIroJPjQEV Description:catalog service description Model UUID:b79c1ad0-fedd-40d0-85d2-d0e130a96915 Model Version:NULL Model InvariantUuid:4d3484ea-0e29-40ef-b307-2fdde0ba1815 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-12-21T06:17:05.368Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c1dc541-edc6-414f-bd73-52ae921ec7d0 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-12-21T06:17:05.372Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||pNF 0daf4d37-1c31 0 2022-12-21T06:17:05.372Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c1dc541-edc6-414f-bd73-52ae921ec7d0 2022-12-21T06:17:05.372Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b79c1ad0-fedd-40d0-85d2-d0e130a96915 2022-12-21T06:17:05.372Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b79c1ad0-fedd-40d0-85d2-d0e130a96915 2022-12-21T06:17:05.373Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0daf4d37-1c31 0 2c1dc541-edc6-414f-bd73-52ae921ec7d0 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-12-21T06:17:05.377Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@592f1fc1, org.onap.sdc.toscaparser.api.parameters.Input@35bc3376, org.onap.sdc.toscaparser.api.parameters.Input@5b2167d, org.onap.sdc.toscaparser.api.parameters.Input@428fcd8e, org.onap.sdc.toscaparser.api.parameters.Input@63ff0309] 2022-12-21T06:17:05.377Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.377Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.378Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b79c1ad0-fedd-40d0-85d2-d0e130a96915: pNF 0daf4d37-1c31 2022-12-21T06:17:05.378Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Processing PNF resource: 2c1dc541-edc6-414f-bd73-52ae921ec7d0 2022-12-21T06:17:05.378Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:17:05.378Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_XlbbyxzGSPOIroJPjQEV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:17:05.378Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1f1aa101-6bfc-481f-98eb-c9859ac64913 is the same as notified resource customizationUUID: 1f1aa101-6bfc-481f-98eb-c9859ac64913 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-12-21T06:17:05.410Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0daf4d37-1c31 2c1dc541-edc6-414f-bd73-52ae921ec7d0 0 ASDC deployResourceStructure 2022-12-21T06:17:05.410Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar ASDC sendASDCNotification 2022-12-21T06:17:05.410Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar 2022-12-21T06:17:05.410Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:17:05.410Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:17:05.412Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:17:05.412Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603425410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:17:05.512Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:17:05.513Z||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-12-21T06:17:05.513Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:17:05.522Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:17:05.523Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:17:06.413Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:17:06.423Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:17:06.425Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:17:06.425Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:17:06.425Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:17:06.425Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:17:06.426Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-21T06:17:06.426Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:17:06.426Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:17:06.430Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:17:36.431Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 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-12-21T06:17:36.437Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 and serviceModelVersionId: b79c1ad0-fedd-40d0-85d2-d0e130a96915 2022-12-21T06:17:36.437Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d3484ea-0e29-40ef-b307-2fdde0ba1815 2022-12-21T06:17:36.438Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915?depth=0 2022-12-21T06:17:36.443Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:17:36.484Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915?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-12-21T06:17:36.490Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915?depth=0|INFO|500||Invoke 2022-12-21T06:17:36.519Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:17:36.597Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:17:36.598Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:17:38 GMT], content-length=[495], x-aai-txid=[0-aai-resources-221221-06:17:38:339-46574], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:17:36.599Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915","ERR.5.4.6114"]}}} 2022-12-21T06:17:36.603Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915) (ec=ERR.5.4.6114) 2022-12-21T06:17:36.603Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:17:36.603Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915) (ec=ERR.5.4.6114) 2022-12-21T06:17:36.603Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915) (ec=ERR.5.4.6114) 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-12-21T06:17:36.609Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:17:36.609Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915) (ec=ERR.5.4.6114) 2022-12-21T06:17:36.609Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:17:36.610Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:17:36.611Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:17:36.611Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603456609, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:17:36.712Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:17:36.712Z||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-12-21T06:17:36.712Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:17:36.743Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:17:36.743Z||pool-119-thread-1|||||INFO|500||cambria reply ok (31 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-12-21T06:17:54.417Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:17:54.418Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:17:54.418Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:17:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:17:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:17:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:17:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:17:54.545Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:17:54.546Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:17:54.547Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:03.968Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:18:54.417Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:18:54.418Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:18:54.418Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:18:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:18:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:18:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:18:54.941Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:18:54.942Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.942Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:18:54.942Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:54.942Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.942Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/resourceInstances/pnf0daf4d371c310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:18:54.943Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603414417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603423266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603425410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlbbyxzgspoirojpjqev/1.0/artifacts/service-DemoPnfXlbbyxzgspoirojpjqev-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:18:54.944Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:18:54.945Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:18:54.945Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671603456609, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df9fb55cd-5bad-459a-b39b-dfcb6c6e1b02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4d3484ea-0e29-40ef-b307-2fdde0ba1815/model-vers/model-ver/b79c1ad0-fedd-40d0-85d2-d0e130a96915) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:18:54.945Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:19:03.977Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:19:54.417Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:19:54.418Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:19:54.418Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:19:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:19:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:19:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:20:03.967Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:20:03.969Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:20:54.418Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:20:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:20:54.419Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T06:20:54.420Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T06:20:54.420Z||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-12-21T06:20:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:21:03.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:21:03.977Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:21:54.417Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:21:54.418Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T06:21:54.418Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T06:21:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:21:54.419Z||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-12-21T06:21:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:22:03.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:22:03.963Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:22:54.417Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:22:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:22:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:22:54.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:22:54.421Z||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-12-21T06:22:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:23:03.977Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:23:03.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:23:54.417Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:23:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:23:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:23:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:23:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:23:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:24:03.978Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:24:03.992Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:24:54.417Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:24:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:24:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:24:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:24:54.419Z||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-12-21T06:24:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:25:03.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:25:03.975Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:25:54.417Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:25:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:25:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:25:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:25:54.420Z||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-12-21T06:25:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:26:03.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:26:03.966Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:26:54.417Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:26:54.418Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:26:54.419Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:26:54.420Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:26:54.421Z||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-12-21T06:26:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:27:03.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:03.975Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:54.417Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:27:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:27:54.419Z||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-12-21T06:27:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:27:54.419Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:27:54.420Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:27:55.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:55.062Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:55.063Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.064Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d37c035-3289-4610-9719-b4e153d2c1e4","serviceName":"Demo_pNF_ZsYyzRDdBNdnLPHKOnNS","serviceVersion":"1.0","serviceUUID":"132131a8-0f91-48cd-b345-669f31406d8c","serviceDescription":"catalog service description","serviceInvariantUUID":"dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9","resources":[{"resourceInstanceName":"pNF b0cac768-672a 0","resourceName":"pNF b0cac768-672a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eefe3d2b-ad54-4527-8dad-db21a36d1c97","resourceInvariantUUID":"33aab257-d169-47be-a7be-774538a17b6c","resourceCustomizationUUID":"15449dcd-a135-40df-945f-a9123b6b1e3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml","artifactChecksum":"N2M5N2U0ODFiOWRkZmU0MzQ5ZjhjZGRiODkzNTExNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ae705f0-bcbb-45de-8151-4a4a1de2ad7f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar","artifactChecksum":"NWRiMmU0MjhiZjEwMjRmODc3NDQzY2RiMWNmYzYwODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f0b5129c-7eea-4aec-89be-c2614d228b51","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e590bc7-6fe5-46f1-ac1b-3cd7e6ee77fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml","artifactChecksum":"MzdlOTdhNjljZDg1NTJjNzAwZGU1M2QwOWZkMjgzMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c82d1b1-2cac-4fe3-8358-c814404229c4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6cf6a9e-43d7-4108-a650-ba4885d76bf9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39064656-e114-4a33-b474-b330e1ec0c26","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZsyyzrddbndnlphkonns-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml","artifactChecksum":"MzYyMjgyMDIwMmYzMmRjNDRhN2Y2NTZjOTA5ZmI5ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb1e0289-489d-4dc8-8203-c92c4542f612","artifactVersion":"1"},{"artifactName":"service-DemoPnfZsyyzrddbndnlphkonns-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar","artifactChecksum":"YzRkYTdmZjRmY2Q4ODFkODA3MGNhOTFhYmU0NGIyOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72e9eae-8f91-477a-b81e-51dda0c67aed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:27:55.073Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:27:55.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.074Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:27:55.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "multicloud-k8s-id", "timestamp": 1671604043169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:27:55.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604052790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:27:55.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.090Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:27:55.090Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604061548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:27:55.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:27:55.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604053723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:27:55.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "cds", "timestamp": 1671604062554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-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-12-21T06:27:55.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d37c035-3289-4610-9719-b4e153d2c1e4 2022-12-21T06:27:55.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d37c035-3289-4610-9719-b4e153d2c1e4 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-12-21T06:27:55.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604062494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:27:55.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:27:55.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-21T06:27:55.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604064568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:27:55.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:27:55.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604065573, "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-12-21T06:27:55.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d37c035-3289-4610-9719-b4e153d2c1e4 2022-12-21T06:27:55.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d37c035-3289-4610-9719-b4e153d2c1e4 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-12-21T06:27:55.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604058230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604066984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:27:55.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:27:55.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604068007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:27:55.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:27:55.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:55.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "ves-openapi-manager", "timestamp": 1671604069010, "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-12-21T06:27:55.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4d37c035-3289-4610-9719-b4e153d2c1e4 2022-12-21T06:27:55.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d37c035-3289-4610-9719-b4e153d2c1e4 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-12-21T06:27:55.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604062723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:27:55.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:27:55.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:27:55.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604071588, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:27:55.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:27:55.188Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-21T06:27:55.190Z||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-12-21T06:27:55.190Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:27:55.207Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:55.207Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:27:56.093Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:27:56.094Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:27:56.096Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:27:56.096Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:56.196Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:27:56.197Z||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-12-21T06:27:56.197Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:27:56.208Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:56.209Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:27:57.098Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:27:57.100Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:27:57.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:27:57.106Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:57.204Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-21T06:27:57.205Z||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-12-21T06:27:57.205Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:27:57.214Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:57.214Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:27:58.107Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:27:58.108Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:27:58.110Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:27:58.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:58.211Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:27:58.211Z||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-12-21T06:27:58.211Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:27:58.236Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:58.237Z||pool-123-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:27:59.111Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:27:59.112Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:27:59.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:27:59.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:27:59.214Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:27:59.215Z||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-12-21T06:27:59.215Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:27:59.224Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:27:59.225Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:28:00.114Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:28:00.115Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:28:00.118Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:28:00.118Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:28:00.218Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:28:00.218Z||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-12-21T06:28:00.219Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:28:00.227Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:28:00.228Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:28:01.118Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:28:01.119Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:28:01.121Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:28:01.122Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:28:01.222Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:28:01.222Z||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-12-21T06:28:01.223Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:28:01.237Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:28:01.238Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:28:02.122Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:28:02.123Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:28:02.125Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:28:02.125Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:28:02.225Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:28:02.226Z||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-12-21T06:28:02.226Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:28:02.234Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:28:02.234Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:28:03.126Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "serviceName": "Demo_pNF_ZsYyzRDdBNdnLPHKOnNS", "serviceVersion": "1.0", "serviceUUID": "132131a8-0f91-48cd-b345-669f31406d8c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9", "resources": [ { "resourceInstanceName": "pNF b0cac768-672a 0", "resourceCustomizationUUID": "15449dcd-a135-40df-945f-a9123b6b1e3d", "resourceName": "pNF b0cac768-672a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "eefe3d2b-ad54-4527-8dad-db21a36d1c97", "resourceInvariantUUID": "33aab257-d169-47be-a7be-774538a17b6c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "artifactChecksum": "YzRkYTdmZjRmY2Q4ODFkODA3MGNhOTFhYmU0NGIyOGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72e9eae-8f91-477a-b81e-51dda0c67aed" } ], "workloadContext": "Production" } 2022-12-21T06:28:03.127Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:28:03.127Z|6503475d-84eb-4cc5-a06b-25c857fe0088|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 132131a8-0f91-48cd-b345-669f31406d8c ASDC 2022-12-21T06:28:03.128Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4d37c035-3289-4610-9719-b4e153d2c1e4 ServiceName:Demo_pNF_ZsYyzRDdBNdnLPHKOnNS ServiceVersion:1.0 ServiceUUID:132131a8-0f91-48cd-b345-669f31406d8c ServiceInvariantUUID:dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZsyyzrddbndnlphkonns-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar ArtifactUUID:a72e9eae-8f91-477a-b81e-51dda0c67aed ArtifactChecksum:YzRkYTdmZjRmY2Q4ODFkODA3MGNhOTFhYmU0NGIyOGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b0cac768-672a 0 ResourceCustomizationUUID:15449dcd-a135-40df-945f-a9123b6b1e3d ResourceInvariantUUID:33aab257-d169-47be-a7be-774538a17b6c ResourceName:pNF b0cac768-672a ResourceType:PNF ResourceUUID:eefe3d2b-ad54-4527-8dad-db21a36d1c97 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-21T06:28:03.128Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 132131a8-0f91-48cd-b345-669f31406d8c 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-12-21T06:28:03.161Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:28:03.162Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:28:03.162Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:28:03.163Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a72e9eae-8f91-477a-b81e-51dda0c67aed from URL: /sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:03.163Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-21T06:28:03.163Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:03.234Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-21T06:28:03.240Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar a72e9eae-8f91-477a-b81e-51dda0c67aed 87790 2022-12-21T06:28:03.241Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar ASDC sendASDCNotification 2022-12-21T06:28:03.241Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:03.241Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:28:03.241Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:28:03.244Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:28:03.244Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604083240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:28:03.346Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-21T06:28:03.347Z||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-12-21T06:28:03.347Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:28:03.361Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:28:03.362Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:28:04.245Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:28:04.246Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-21T06:28:04.246Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a72e9eae-8f91-477a-b81e-51dda0c67aed, URL: /sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar to file: /app/ASDC/1/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:04.247Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:04.248Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:04.248Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:04.526Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3837548643345311276/Definitions/service-DemoPnfZsyyzrddbndnlphkonns-template.yml 2022-12-21T06:28:05.415Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:28:05.416Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:28:05.416Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.416Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-21T06:28:05.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||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-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||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-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||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-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||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-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b0cac768-672a 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-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||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-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-21T06:28:05.420Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.420Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.420Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Node template pNF b0cac768-672a 0 is matching search criteria 2022-12-21T06:28:05.421Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:28:05.421Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF b0cac768-672a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:28:05.421Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.421Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.423Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Node template pNF b0cac768-672a 0 is matching search criteria 2022-12-21T06:28:05.424Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-21T06:28:05.424Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF b0cac768-672a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:28:05.424Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.424Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.424Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.425Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.425Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.425Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.426Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.426Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.426Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.427Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.427Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ZsYyzRDdBNdnLPHKOnNS Description:catalog service description Model UUID:132131a8-0f91-48cd-b345-669f31406d8c Model Version:NULL Model InvariantUuid:dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9 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-12-21T06:28:05.434Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: eefe3d2b-ad54-4527-8dad-db21a36d1c97 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-12-21T06:28:05.437Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||pNF b0cac768-672a 0 2022-12-21T06:28:05.438Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eefe3d2b-ad54-4527-8dad-db21a36d1c97 2022-12-21T06:28:05.438Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 132131a8-0f91-48cd-b345-669f31406d8c 2022-12-21T06:28:05.438Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 132131a8-0f91-48cd-b345-669f31406d8c 2022-12-21T06:28:05.438Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b0cac768-672a 0 eefe3d2b-ad54-4527-8dad-db21a36d1c97 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-12-21T06:28:05.441Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a431d32, org.onap.sdc.toscaparser.api.parameters.Input@4aa48144, org.onap.sdc.toscaparser.api.parameters.Input@3f09f503, org.onap.sdc.toscaparser.api.parameters.Input@620019cd, org.onap.sdc.toscaparser.api.parameters.Input@70b83232] 2022-12-21T06:28:05.442Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.442Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.442Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 132131a8-0f91-48cd-b345-669f31406d8c: pNF b0cac768-672a 2022-12-21T06:28:05.442Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||Processing PNF resource: eefe3d2b-ad54-4527-8dad-db21a36d1c97 2022-12-21T06:28:05.442Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:28:05.443Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZsYyzRDdBNdnLPHKOnNS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:28:05.443Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||Resource customization UUID: 15449dcd-a135-40df-945f-a9123b6b1e3d is the same as notified resource customizationUUID: 15449dcd-a135-40df-945f-a9123b6b1e3d 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-12-21T06:28:05.489Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b0cac768-672a eefe3d2b-ad54-4527-8dad-db21a36d1c97 0 ASDC deployResourceStructure 2022-12-21T06:28:05.489Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar ASDC sendASDCNotification 2022-12-21T06:28:05.490Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar 2022-12-21T06:28:05.490Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:28:05.490Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:28:05.492Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:28:05.492Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604085489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:28:05.592Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:28:05.593Z||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-12-21T06:28:05.593Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:28:05.603Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:28:05.604Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:28:06.492Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:28:06.503Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:28:06.506Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:28:06.506Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:28:06.506Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:28:36.509Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:28:36.522Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:28:36.527Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:28:36.527Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:28:36.527Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:28:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:28:54.420Z||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-12-21T06:28:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:28:54.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:28:54.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-21T06:28:54.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:28:54.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:06.527Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:29:06.540Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:29:06.542Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:29:06.542Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:29:06.542Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:29:36.543Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:29:36.553Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:29:36.555Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:29:36.555Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:29:36.555Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:29:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:29:54.420Z||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-12-21T06:29:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:29:54.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:29:54.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:29:54.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:54.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604077060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:29:54.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:29:54.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:29:54.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:54.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "aai-ml", "timestamp": 1671604078071, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:29:54.980Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4d37c035-3289-4610-9719-b4e153d2c1e4 2022-12-21T06:29:54.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d37c035-3289-4610-9719-b4e153d2c1e4 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-12-21T06:29:54.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:29:54.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:54.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:29:54.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:54.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/resourceInstances/pnfb0cac768672a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:29:54.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604074417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604083240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:29:54.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:29:54.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-21T06:29:54.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604085489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZsyyzrddbndnlphkonns/1.0/artifacts/service-DemoPnfZsyyzrddbndnlphkonns-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:29:54.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:30:06.556Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:30:06.569Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:30:06.571Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:30:06.571Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:30:06.571Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:30:06.571Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:30:06.572Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-21T06:30:06.572Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:30:06.572Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:30:06.577Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:30:36.578Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 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-12-21T06:30:36.586Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d37c035-3289-4610-9719-b4e153d2c1e4 and serviceModelVersionId: 132131a8-0f91-48cd-b345-669f31406d8c 2022-12-21T06:30:36.587Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9 2022-12-21T06:30:36.590Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c?depth=0 2022-12-21T06:30:36.603Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:30:36.667Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c?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-12-21T06:30:36.669Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c?depth=0|INFO|500||Invoke 2022-12-21T06:30:36.690Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:30:36.732Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:30:36.733Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:30:38 GMT], content-length=[495], x-aai-txid=[0-aai-resources-221221-06:30:38:568-41018], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:30:36.734Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c","ERR.5.4.6114"]}}} 2022-12-21T06:30:36.749Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4d37c035-3289-4610-9719-b4e153d2c1e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c) (ec=ERR.5.4.6114) 2022-12-21T06:30:36.749Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4d37c035-3289-4610-9719-b4e153d2c1e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:30:36.750Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4d37c035-3289-4610-9719-b4e153d2c1e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c) (ec=ERR.5.4.6114) 2022-12-21T06:30:36.750Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4d37c035-3289-4610-9719-b4e153d2c1e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c) (ec=ERR.5.4.6114) 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-12-21T06:30:36.755Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||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-12-21T06:30:36.755Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d37c035-3289-4610-9719-b4e153d2c1e4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4d37c035-3289-4610-9719-b4e153d2c1e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c) (ec=ERR.5.4.6114) 2022-12-21T06:30:36.756Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:30:36.756Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:30:36.758Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:30:36.759Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604236756, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4d37c035-3289-4610-9719-b4e153d2c1e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:30:36.860Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:30:36.861Z||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-12-21T06:30:36.861Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:30:36.873Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:30:36.873Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 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-12-21T06:30:37.771Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:30:37.771Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:30:37.771Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:30:48.138Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:30:48.139Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:30:48.139Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:30:48.139Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:30:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:30:54.420Z||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-12-21T06:30:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:30:55.051Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:30:55.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-21T06:30:55.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d37c035-3289-4610-9719-b4e153d2c1e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604236756, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4d37c035-3289-4610-9719-b4e153d2c1e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dbf8c5c2-71ad-49bd-8c56-f7c15f1327a9/model-vers/model-ver/132131a8-0f91-48cd-b345-669f31406d8c) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:30:55.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:30:57.685Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:30:57.686Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:30:57.686Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:30:57.686Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:31:07.240Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:31:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:31:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:31:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:31:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:31:54.420Z||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-12-21T06:31:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:32:03.977Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:32:04.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:32:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:32:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:32:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:32:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:32:54.419Z||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-12-21T06:32:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:33:03.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:33:03.981Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:33:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:33:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:33:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:33:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:33:54.419Z||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-12-21T06:33:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:34:03.966Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:34:03.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:34:54.417Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:34:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:34:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:34:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:34:54.419Z||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-12-21T06:34:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:35:03.982Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:35:03.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:35:54.418Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:35:54.419Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T06:35:54.419Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T06:35:54.421Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:35:54.421Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:35:54.421Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:36:03.995Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:04.000Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:54.417Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:36:54.417Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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-12-21T06:36:54.418Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|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 9D8MjfKuHnjszald) ... 2022-12-21T06:36:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:36:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:36:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:36:54.541Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:55.044Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:55.045Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.045Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"34faa2fe-b1da-49f3-9006-4bf6945ad818","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"95801b64-cd39-4996-af96-edeba1fdd12a","serviceDescription":"service","serviceInvariantUUID":"4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3149a56e-3955-43d1-898a-86f68ef5b8a0","resourceInvariantUUID":"a90732ba-8b5a-488a-8133-bb21a57b0bb8","resourceCustomizationUUID":"bcfefc5d-205b-4123-a18a-18e887c1bc10","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":"MDJjMjI1NDI5NzRlYjFiNGE2ZWE3ZTIxM2JjN2JhNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed336bbe-4a4b-478c-9f1c-1e10f7ea76dc","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":"MGYyNjY1ODFkZWU0ODM4NDQyYmM0M2U2NTQ0YjI5ZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"863cd747-c1a7-4c32-a778-be49f22c297e","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":"e672aa63-ef25-420b-ad64-df0a8bc8faa6","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":"c62dd978-395b-4bc4-a51a-764824fafd07","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":"bf84c9b9-cc99-405a-98f2-f33f93a77b5a","artifactVersion":"2","generatedFromUUID":"e672aa63-ef25-420b-ad64-df0a8bc8faa6"},{"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":"NDNiYjJmOWUxZTNiYjIxYmMzY2NhMWY5NzllYjY1ZjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9b353bae-d7d3-4653-8cad-becf30ae4145","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":"ODFlYTlkNWY3NTNlYWY1ZGM5ZjhjYWFhMzk1NGY2NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69b10a70-f010-4b9f-844d-1557feaa94f3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmUzMDgxN2Q0ZGYwM2IxYzMyZTE4Y2VjOWJiYTM2ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b25f5078-468d-46a9-ad4b-036fe19450c4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:36:55.048Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:36:55.049Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:36:55.050Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.050Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.050Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.051Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.052Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.053Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.054Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.055Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604562790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604563169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604563723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.056Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.057Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604579494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604580022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604579502, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.060Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604572714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604580570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604581499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.061Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604581667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.062Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.062Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.062Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "cds", "timestamp": 1671604582484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-12-21T06:36:55.073Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:36:55.073Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-21T06:36:55.096Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34faa2fe-b1da-49f3-9006-4bf6945ad818 2022-12-21T06:36:55.097Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34faa2fe-b1da-49f3-9006-4bf6945ad818 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-12-21T06:36:55.109Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.109Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.109Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.109Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.109Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604582697, "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-12-21T06:36:55.114Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34faa2fe-b1da-49f3-9006-4bf6945ad818 2022-12-21T06:36:55.114Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34faa2fe-b1da-49f3-9006-4bf6945ad818 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-12-21T06:36:55.123Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.123Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604582766, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:36:55.123Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.123Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.123Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.123Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "multicloud-k8s-id", "timestamp": 1671604583701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.124Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604583771, "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-12-21T06:36:55.129Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34faa2fe-b1da-49f3-9006-4bf6945ad818 2022-12-21T06:36:55.129Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34faa2fe-b1da-49f3-9006-4bf6945ad818 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-12-21T06:36:55.136Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.137Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.137Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.137Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.137Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.137Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.138Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.139Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.139Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.139Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.139Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.139Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.139Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:36:55.139Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.140Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.140Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.140Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.140Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.140Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.140Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.141Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.141Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-21T06:36:55.141Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.141Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.141Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.141Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.141Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.142Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.142Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.142Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.142Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.142Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.142Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.142Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604589155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.143Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.144Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-21T06:36:55.144Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.144Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.144Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.144Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.144Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.144Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "aai-ml", "timestamp": 1671604590165, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:36:55.149Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 34faa2fe-b1da-49f3-9006-4bf6945ad818 2022-12-21T06:36:55.149Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34faa2fe-b1da-49f3-9006-4bf6945ad818 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-12-21T06:36:55.156Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.157Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.158Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604583487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.159Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604594389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.160Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-12-21T06:36:55.160Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.161Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.161Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.161Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.161Z||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-12-21T06:36:55.161Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.161Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:36:55.161Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604584706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.161Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.161Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.162Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "cds", "timestamp": 1671604595764, "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-12-21T06:36:55.175Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:55.176Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:36:55.177Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 2022-12-21T06:36:55.178Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 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-12-21T06:36:55.184Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.185Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.185Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.185Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.185Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.185Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.185Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.186Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604595446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.186Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.186Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.186Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "ves-openapi-manager", "timestamp": 1671604578230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.186Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.187Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.187Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.187Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.187Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.187Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604596511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.187Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.188Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.188Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.188Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.188Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.188Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604597566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.189Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604598627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.190Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.190Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.190Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.190Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.190Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.190Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604599701, "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-12-21T06:36:55.194Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 2022-12-21T06:36:55.195Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 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-12-21T06:36:55.201Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.201Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.202Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.202Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.202Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "multicloud-k8s-id", "timestamp": 1671604600706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:36:55.202Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.202Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.202Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.203Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.203Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.203Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.203Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.203Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.203Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.204Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.204Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.204Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604593723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.204Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.204Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.204Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.205Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.205Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.205Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604604487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.205Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.205Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.205Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.206Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.206Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.206Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.206Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.206Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.206Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.207Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.207Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.207Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604607101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:36:55.207Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:55.207Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.207Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.209Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.209Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.209Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604608105, "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-12-21T06:36:55.213Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 2022-12-21T06:36:55.213Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 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-12-21T06:36:55.221Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.221Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.221Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604602714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:36:55.222Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604613590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:36:55.223Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:36:56.077Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:36:56.077Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:36:56.081Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:36:56.081Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:36:56.181Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:36:56.182Z||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-12-21T06:36:56.182Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:36:56.192Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:56.193Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:36:57.081Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:36:57.082Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:36:57.084Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:36:57.084Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-21T06:36:57.184Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:36:57.185Z||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-12-21T06:36:57.185Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:36:57.195Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:57.195Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:36:58.084Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:36:58.085Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:36:58.087Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:36:58.087Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:36:58.187Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:36:58.187Z||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-12-21T06:36:58.187Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:36:58.197Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:58.197Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:36:59.087Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:36:59.088Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:36:59.090Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:36:59.090Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-21T06:36:59.190Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:36:59.191Z||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-12-21T06:36:59.191Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:36:59.202Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:36:59.202Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:37:00.090Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:00.091Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:00.092Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:00.092Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:37:00.192Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:37:00.193Z||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-12-21T06:37:00.193Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:00.204Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:00.205Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:01.093Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:01.093Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:01.095Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:01.095Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:37:01.195Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:01.196Z||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-12-21T06:37:01.196Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:01.205Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:01.205Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:02.095Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:02.096Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:02.098Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:02.098Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:37:02.198Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:37:02.199Z||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-12-21T06:37:02.199Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:02.222Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:02.223Z||pool-138-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:03.099Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "95801b64-cd39-4996-af96-edeba1fdd12a", "serviceDescription": "service", "serviceInvariantUUID": "4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "bcfefc5d-205b-4123-a18a-18e887c1bc10", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3149a56e-3955-43d1-898a-86f68ef5b8a0", "resourceInvariantUUID": "a90732ba-8b5a-488a-8133-bb21a57b0bb8", "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": "MGYyNjY1ODFkZWU0ODM4NDQyYmM0M2U2NTQ0YjI5ZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "863cd747-c1a7-4c32-a778-be49f22c297e", "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": "e672aa63-ef25-420b-ad64-df0a8bc8faa6", "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": "bf84c9b9-cc99-405a-98f2-f33f93a77b5a", "generatedFromUUID": "e672aa63-ef25-420b-ad64-df0a8bc8faa6" }, "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": "bf84c9b9-cc99-405a-98f2-f33f93a77b5a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZmUzMDgxN2Q0ZGYwM2IxYzMyZTE4Y2VjOWJiYTM2ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b25f5078-468d-46a9-ad4b-036fe19450c4" } ], "workloadContext": "Production" } 2022-12-21T06:37:03.100Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:37:03.100Z|6d0d94ab-0336-42cc-a5c7-8cf4a1be6797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95801b64-cd39-4996-af96-edeba1fdd12a ASDC 2022-12-21T06:37:03.102Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:34faa2fe-b1da-49f3-9006-4bf6945ad818 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:95801b64-cd39-4996-af96-edeba1fdd12a ServiceInvariantUUID:4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89 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:b25f5078-468d-46a9-ad4b-036fe19450c4 ArtifactChecksum:ZmUzMDgxN2Q0ZGYwM2IxYzMyZTE4Y2VjOWJiYTM2ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:bcfefc5d-205b-4123-a18a-18e887c1bc10 ResourceInvariantUUID:a90732ba-8b5a-488a-8133-bb21a57b0bb8 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3149a56e-3955-43d1-898a-86f68ef5b8a0 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:863cd747-c1a7-4c32-a778-be49f22c297e ArtifactChecksum:MGYyNjY1ODFkZWU0ODM4NDQyYmM0M2U2NTQ0YjI5ZDU= 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:e672aa63-ef25-420b-ad64-df0a8bc8faa6 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:bf84c9b9-cc99-405a-98f2-f33f93a77b5a 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:bf84c9b9-cc99-405a-98f2-f33f93a77b5a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-21T06:37:03.102Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95801b64-cd39-4996-af96-edeba1fdd12a 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-12-21T06:37:03.152Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:37:03.154Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:37:03.154Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:37:03.154Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b25f5078-468d-46a9-ad4b-036fe19450c4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-21T06:37:03.154Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:03.155Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-21T06:37:03.227Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:03.235Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b25f5078-468d-46a9-ad4b-036fe19450c4 82622 2022-12-21T06:37:03.235Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-21T06:37:03.236Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-21T06:37:03.236Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:03.237Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:03.238Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:03.239Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604623235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:03.339Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:03.340Z||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-12-21T06:37:03.340Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:03.370Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:03.370Z||pool-139-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:04.239Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:37:04.240Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:37:04.241Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b25f5078-468d-46a9-ad4b-036fe19450c4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:04.244Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-21T06:37:04.245Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:04.245Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:04.525Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7770698597855233612/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-21T06:37:05.762Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:37:05.762Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T06:37:05.762Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:05.762Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|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-BasicVmMacro-csar.csar 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.763Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:05.764Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:05.764Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T06:37:05.764Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:37:05.764Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.765Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:05.765Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:05.765Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T06:37:05.765Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:37:05.765Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.765Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:05.765Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.766Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:37:05.767Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.767Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:05.767Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:05.767Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.767Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:05.767Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-21T06:37:05.768Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ff2feb0-f19e-4519-b2a4-17b7b5f8bb51 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:05.769Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:05.770Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:95801b64-cd39-4996-af96-edeba1fdd12a Model Version:NULL Model InvariantUuid:4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5b293a2d-595a-480a-9db8-86f2f8ef8fe4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a90732ba-8b5a-488a-8133-bb21a57b0bb8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bcfefc5d-205b-4123-a18a-18e887c1bc10 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f2e0a731-7594-43d7-b392-d2fff2e14407 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5a958001-9098-4f6a-a084-cbec9fa5619b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9ff2feb0-f19e-4519-b2a4-17b7b5f8bb51 ModelInvariantUuid:c2b50451-bb73-4025-9121-2f5d54a63222 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:71d351ae-1cbd-457a-ad58-48733881dcb9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:eff22783-f2e7-4b85-8ca5-82bfc296321d ModelInvariantUuid:f2c838f3-ffeb-4bb5-b65a-85f2920100f0 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:206f8afc-fcf1-47f7-9770-756fe1852709 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-12-21T06:37:05.777Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3149a56e-3955-43d1-898a-86f68ef5b8a0 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-12-21T06:37:05.781Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-12-21T06:37:05.781Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3149a56e-3955-43d1-898a-86f68ef5b8a0 2022-12-21T06:37:05.782Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 863cd747-c1a7-4c32-a778-be49f22c297e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-21T06:37:05.782Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:05.783Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:05.830Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:05.831Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 863cd747-c1a7-4c32-a778-be49f22c297e 792 2022-12-21T06:37:05.831Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:05.831Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:05.832Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:05.832Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:05.835Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:05.835Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604625831, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:05.940Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-12-21T06:37:05.941Z||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-12-21T06:37:05.941Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:05.957Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:05.958Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:06.836Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f2e0a731-7594-43d7-b392-d2fff2e14407", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a958001-9098-4f6a-a084-cbec9fa5619b", "vfModuleModelCustomizationUUID": "9caf925e-2672-445e-9f07-f36644da5187", "isBase": true, "artifacts": [ "e672aa63-ef25-420b-ad64-df0a8bc8faa6", "bf84c9b9-cc99-405a-98f2-f33f93a77b5a" ], "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-12-21T06:37:06.840Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a958001-9098-4f6a-a084-cbec9fa5619b VfModuleModelInvariantUUID:f2e0a731-7594-43d7-b392-d2fff2e14407 VfModuleModelDescription:NULL Artifacts UUID List:{ e672aa63-ef25-420b-ad64-df0a8bc8faa6 , bf84c9b9-cc99-405a-98f2-f33f93a77b5a } 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-12-21T06:37:06.841Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f2e0a731-7594-43d7-b392-d2fff2e14407", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a958001-9098-4f6a-a084-cbec9fa5619b", "vfModuleModelCustomizationUUID": "9caf925e-2672-445e-9f07-f36644da5187", "isBase": true, "artifacts": [ "e672aa63-ef25-420b-ad64-df0a8bc8faa6", "bf84c9b9-cc99-405a-98f2-f33f93a77b5a" ], "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-12-21T06:37:06.842Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a958001-9098-4f6a-a084-cbec9fa5619b VfModuleModelInvariantUUID:f2e0a731-7594-43d7-b392-d2fff2e14407 VfModuleModelDescription:NULL Artifacts UUID List:{ e672aa63-ef25-420b-ad64-df0a8bc8faa6 , bf84c9b9-cc99-405a-98f2-f33f93a77b5a } 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-12-21T06:37:06.842Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e672aa63-ef25-420b-ad64-df0a8bc8faa6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-21T06:37:06.842Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:06.842Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:06.886Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:06.887Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e672aa63-ef25-420b-ad64-df0a8bc8faa6 5033 2022-12-21T06:37:06.887Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:06.887Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:06.888Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:06.888Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:06.890Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:06.890Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604626887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:06.990Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:37:06.991Z||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-12-21T06:37:06.991Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:07.000Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:07.000Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:37:07.891Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf84c9b9-cc99-405a-98f2-f33f93a77b5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-21T06:37:07.891Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:07.892Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:07.932Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:07.933Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bf84c9b9-cc99-405a-98f2-f33f93a77b5a 903 2022-12-21T06:37:07.933Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:07.933Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:07.933Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:07.934Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:07.935Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:07.935Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604627933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:08.036Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:37:08.036Z||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-12-21T06:37:08.036Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:08.050Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:08.051Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:08.936Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 95801b64-cd39-4996-af96-edeba1fdd12a 2022-12-21T06:37:08.937Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3149a56e-3955-43d1-898a-86f68ef5b8a0 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-12-21T06:37:08.950Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@324b50d7, org.onap.sdc.toscaparser.api.parameters.Input@5dfb703c, org.onap.sdc.toscaparser.api.parameters.Input@695ab01, org.onap.sdc.toscaparser.api.parameters.Input@2223b2e3, org.onap.sdc.toscaparser.api.parameters.Input@4a868398] 2022-12-21T06:37:08.952Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.952Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.952Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-21T06:37:08.953Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= bcfefc5d-205b-4123-a18a-18e887c1bc10 2022-12-21T06:37:08.953Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bcfefc5d-205b-4123-a18a-18e887c1bc10 matches Tosca VF Customization UUID: bcfefc5d-205b-4123-a18a-18e887c1bc10 2022-12-21T06:37:08.953Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: bcfefc5d-205b-4123-a18a-18e887c1bc10 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-12-21T06:37:08.955Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.955Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.956Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id bcfefc5d-205b-4123-a18a-18e887c1bc10: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-12-21T06:37:08.956Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@581705f3 2022-12-21T06:37:08.956Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.956Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:37:08.956Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9caf925e-2672-445e-9f07-f36644da5187 2022-12-21T06:37:08.956Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9caf925e-2672-445e-9f07-f36644da5187 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-12-21T06:37:08.959Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.960Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:08.960Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:08.961Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.961Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:08.961Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:08.962Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.963Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-21T06:37:08.963Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-21T06:37:08.963Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-21T06:37:08.963Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ff2feb0-f19e-4519-b2a4-17b7b5f8bb51 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-12-21T06:37:08.965Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.966Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:08.966Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:08.966Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.966Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-21T06:37:08.967Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bcfefc5d-205b-4123-a18a-18e887c1bc10 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-12-21T06:37:08.968Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.968Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.969Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 95801b64-cd39-4996-af96-edeba1fdd12a: basic_vm_macro 2022-12-21T06:37:08.969Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.969Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.969Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.970Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.970Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.970Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.971Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.971Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.971Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:08.972Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:08.972Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:09.044Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3149a56e-3955-43d1-898a-86f68ef5b8a0 1 ASDC deployResourceStructure 2022-12-21T06:37:09.044Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:09.045Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:09.045Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:37:09.045Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:09.046Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:09.046Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604629044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:37:09.147Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:37:09.147Z||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-12-21T06:37:09.147Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:09.157Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:09.157Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:10.047Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:10.047Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:10.048Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:37:10.048Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:10.050Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:10.050Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604630047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:37:10.150Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:10.151Z||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-12-21T06:37:10.151Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:10.163Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:10.164Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:11.051Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:11.051Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||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-12-21T06:37:11.051Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:37:11.051Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:11.053Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:11.053Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604631051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-21T06:37:11.153Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:11.154Z||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-12-21T06:37:11.154Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:11.164Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:11.164Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:12.053Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-21T06:37:12.054Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-21T06:37:12.054Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:37:12.054Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:12.056Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:12.056Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604632053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:37:12.158Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-21T06:37:12.159Z||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-12-21T06:37:12.159Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:12.167Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:12.167Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:13.056Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34faa2fe-b1da-49f3-9006-4bf6945ad818 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:37:13.066Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34faa2fe-b1da-49f3-9006-4bf6945ad818 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:37:13.069Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:37:13.069Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:37:13.069Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:37:13.069Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:37:13.069Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:37:13.069Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:37:13.073Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:37:43.074Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34faa2fe-b1da-49f3-9006-4bf6945ad818 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-12-21T06:37:43.080Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34faa2fe-b1da-49f3-9006-4bf6945ad818 and serviceModelVersionId: 95801b64-cd39-4996-af96-edeba1fdd12a 2022-12-21T06:37:43.080Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89 2022-12-21T06:37:43.084Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a?depth=0 2022-12-21T06:37:43.089Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:37:43.169Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a?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-12-21T06:37:43.170Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a?depth=0|INFO|500||Invoke 2022-12-21T06:37:43.194Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:37:43.224Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:37:43.225Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:37:45 GMT], content-length=[495], x-aai-txid=[1-aai-resources-221221-06:37:45:115-8509], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:37:43.226Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a","ERR.5.4.6114"]}}} 2022-12-21T06:37:43.230Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=34faa2fe-b1da-49f3-9006-4bf6945ad818 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a) (ec=ERR.5.4.6114) 2022-12-21T06:37:43.230Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34faa2fe-b1da-49f3-9006-4bf6945ad818 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:37:43.230Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34faa2fe-b1da-49f3-9006-4bf6945ad818 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a) (ec=ERR.5.4.6114) 2022-12-21T06:37:43.230Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=34faa2fe-b1da-49f3-9006-4bf6945ad818 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a) (ec=ERR.5.4.6114) 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-12-21T06:37:43.236Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|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-12-21T06:37:43.236Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34faa2fe-b1da-49f3-9006-4bf6945ad818 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=34faa2fe-b1da-49f3-9006-4bf6945ad818 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a) (ec=ERR.5.4.6114) 2022-12-21T06:37:43.237Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:37:43.237Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:43.240Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:43.240Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604663237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34faa2fe-b1da-49f3-9006-4bf6945ad818 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:37:43.339Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:37:43.340Z||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-12-21T06:37:43.340Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:43.358Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:43.359Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-21T06:37:44.254Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-21T06:37:44.255Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c537942-cf92-4b1d-aa1c-68c1380a3ed6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30","serviceDescription":"service","serviceInvariantUUID":"b9fa20df-40ff-4c67-b974-5beaa3da8eb6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3f064c9-70b9-421d-9222-7b7f3e9de990","resourceInvariantUUID":"79fa0619-9099-49e6-9f65-b87720a7aef8","resourceCustomizationUUID":"e895786b-402b-4043-8910-e565db974431","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":"YzI1OWIwYmUwM2Q2ZDllNDI3OWE0MzI3NTZhODE5N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7352b947-a517-4480-b48e-fdf577db0cd4","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":"MzBkNmY1MDY0NDdhYzM2MTA0NGM0ZDZkMGM4ODYzNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bbe1d394-6237-42c6-aeb6-4892b90e7c30","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":"25b44788-4e09-49af-b321-0aeb4161ae7a","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":"9e67623d-e34b-4258-a745-2cc6062534ad","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":"37b0dc4a-febc-4a2f-b456-f342fcf7b9d8","artifactVersion":"2","generatedFromUUID":"89559267-01db-4277-bf0c-4468466d53bc"},{"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":"3994bfd7-f117-4959-8a5d-ee9e82b51f68","artifactVersion":"2","generatedFromUUID":"25b44788-4e09-49af-b321-0aeb4161ae7a"},{"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":"89559267-01db-4277-bf0c-4468466d53bc","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":"639d3cf9-2bca-4bee-927d-1775bd6dbcca","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":"ZDYzNjNjMzk2ZjRiMTllY2E2Y2ViMTUzYTBkM2Y0NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9b40415-bf9a-479a-b53b-b2346c86d512","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmY3NDRiY2Q4Y2JlYTFlMDY0MTI4NWY0MDBhMzEyMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e5e4a73-8db6-478a-a30b-2d3e68eb750a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:37:44.255Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:44.255Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:44.257Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:44.257Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:37:44.358Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:37:44.359Z||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-12-21T06:37:44.359Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:44.373Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:44.374Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:45.258Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:45.258Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:45.260Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:45.260Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:37:45.361Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:45.361Z||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-12-21T06:37:45.361Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:45.376Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:45.376Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:46.260Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:46.261Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:46.262Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:46.262Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-21T06:37:46.363Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:46.363Z||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-12-21T06:37:46.364Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:46.373Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:46.373Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:47.263Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:47.263Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:47.265Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:47.265Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:37:47.366Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:47.366Z||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-12-21T06:37:47.367Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:47.387Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:47.388Z||pool-151-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:48.266Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:48.267Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:48.268Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:48.268Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-21T06:37:48.368Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:48.369Z||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-12-21T06:37:48.369Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:48.386Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:48.386Z||pool-152-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:49.269Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:49.269Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:49.271Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:49.271Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-21T06:37:49.372Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:37:49.375Z||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-12-21T06:37:49.375Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:49.389Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:49.389Z||pool-153-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:50.272Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:50.272Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:50.276Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:50.276Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-21T06:37:50.377Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:50.378Z||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-12-21T06:37:50.378Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:50.393Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:50.394Z||pool-154-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:51.289Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:51.289Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:51.297Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:51.297Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:37:51.391Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-21T06:37:51.392Z||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-12-21T06:37:51.392Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:51.420Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:51.421Z||pool-155-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":6,"count":1} 2022-12-21T06:37:52.299Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:52.300Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:52.303Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:52.303Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:37:52.407Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-12-21T06:37:52.408Z||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-12-21T06:37:52.408Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:52.435Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:52.435Z||pool-156-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:53.303Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:37:53.303Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:53.305Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:53.305Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:37:53.405Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:53.406Z||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-12-21T06:37:53.406Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:53.455Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:53.456Z||pool-157-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:37:54.306Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30", "serviceDescription": "service", "serviceInvariantUUID": "b9fa20df-40ff-4c67-b974-5beaa3da8eb6", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e895786b-402b-4043-8910-e565db974431", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a3f064c9-70b9-421d-9222-7b7f3e9de990", "resourceInvariantUUID": "79fa0619-9099-49e6-9f65-b87720a7aef8", "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": "MzBkNmY1MDY0NDdhYzM2MTA0NGM0ZDZkMGM4ODYzNWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bbe1d394-6237-42c6-aeb6-4892b90e7c30", "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": "25b44788-4e09-49af-b321-0aeb4161ae7a", "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": "3994bfd7-f117-4959-8a5d-ee9e82b51f68", "generatedFromUUID": "25b44788-4e09-49af-b321-0aeb4161ae7a" }, "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": "37b0dc4a-febc-4a2f-b456-f342fcf7b9d8", "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": "3994bfd7-f117-4959-8a5d-ee9e82b51f68", "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": "89559267-01db-4277-bf0c-4468466d53bc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZmY3NDRiY2Q4Y2JlYTFlMDY0MTI4NWY0MDBhMzEyMjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e5e4a73-8db6-478a-a30b-2d3e68eb750a" } ], "workloadContext": "Production" } 2022-12-21T06:37:54.308Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:37:54.308Z|34faa2fe-b1da-49f3-9006-4bf6945ad818|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 ASDC 2022-12-21T06:37:54.309Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0c537942-cf92-4b1d-aa1c-68c1380a3ed6 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 ServiceInvariantUUID:b9fa20df-40ff-4c67-b974-5beaa3da8eb6 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:0e5e4a73-8db6-478a-a30b-2d3e68eb750a ArtifactChecksum:ZmY3NDRiY2Q4Y2JlYTFlMDY0MTI4NWY0MDBhMzEyMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e895786b-402b-4043-8910-e565db974431 ResourceInvariantUUID:79fa0619-9099-49e6-9f65-b87720a7aef8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:a3f064c9-70b9-421d-9222-7b7f3e9de990 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:bbe1d394-6237-42c6-aeb6-4892b90e7c30 ArtifactChecksum:MzBkNmY1MDY0NDdhYzM2MTA0NGM0ZDZkMGM4ODYzNWM= 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:25b44788-4e09-49af-b321-0aeb4161ae7a 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:3994bfd7-f117-4959-8a5d-ee9e82b51f68 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:37b0dc4a-febc-4a2f-b456-f342fcf7b9d8 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:3994bfd7-f117-4959-8a5d-ee9e82b51f68 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:89559267-01db-4277-bf0c-4468466d53bc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-21T06:37:54.309Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 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-12-21T06:37:54.350Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:37:54.351Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:37:54.351Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:37:54.351Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e5e4a73-8db6-478a-a30b-2d3e68eb750a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:54.351Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:54.352Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:37:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:37:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:37:54.421Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:54.433Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0e5e4a73-8db6-478a-a30b-2d3e68eb750a 162979 2022-12-21T06:37:54.434Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-21T06:37:54.434Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:54.434Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:54.435Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:54.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:54.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604674434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:54.537Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-21T06:37:54.538Z||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-12-21T06:37:54.538Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:54.549Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:54.549Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:54.550Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:54.550Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:37:54.550Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:37:54.551Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:37:55.441Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:37:55.442Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:37:55.442Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0e5e4a73-8db6-478a-a30b-2d3e68eb750a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:55.442Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-21T06:37:55.442Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:55.443Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:55.580Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7827960737852864333/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-21T06:37:56.940Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:37:56.941Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T06:37:56.941Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:56.941Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-21T06:37:56.942Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|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-BasicCnfMacro-csar.csar 2022-12-21T06:37:56.942Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-21T06:37:56.942Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:56.942Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:56.942Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T06:37:56.943Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.943Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:56.943Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:37:56.943Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T06:37:56.944Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:37:56.944Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.944Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:56.945Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:37:56.945Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T06:37:56.945Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:37:56.946Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.946Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:56.947Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.947Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-21T06:37:56.947Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-21T06:37:56.947Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-21T06:37:56.948Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-21T06:37:56.948Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.948Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:37:56.949Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.949Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:37:56.949Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:56.949Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.950Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:37:56.950Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:56.950Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.950Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:37:56.951Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:56.951Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.951Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:37:56.951Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:37:56.951Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.952Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-21T06:37:56.952Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-21T06:37:56.952Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1dd253e6-69d3-4a75-aaad-9c42d1b5b5b1 2022-12-21T06:37:56.952Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.952Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:56.953Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.953Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:56.953Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.953Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:56.953Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:37:56.954Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:37:56.954Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 Model Version:NULL Model InvariantUuid:b9fa20df-40ff-4c67-b974-5beaa3da8eb6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:9c89118c-aab4-4748-a912-638778f4c1b8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:79fa0619-9099-49e6-9f65-b87720a7aef8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e895786b-402b-4043-8910-e565db974431 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ccf95e05-febc-43d7-a78c-f6033615132f ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:30484040-5af3-4f88-89db-575bcbbf555e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:c85a6139-de72-454b-97de-11e847d726a3 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ee899b70-5433-4949-ae3b-7b39f079c103 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1dd253e6-69d3-4a75-aaad-9c42d1b5b5b1 ModelInvariantUuid:6a760751-a714-4946-9a01-e2869dc7cf81 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:4846948f-cea0-4210-ac59-8ceb9c83c90f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:dc6462ac-ff0c-438d-982c-be04cf98ce60 ModelInvariantUuid:0005253b-52bc-4374-a69a-dbd7c53fa38f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:410eac23-550a-4803-9ec8-89494965c852 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-12-21T06:37:56.959Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a3f064c9-70b9-421d-9222-7b7f3e9de990 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-12-21T06:37:56.961Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-12-21T06:37:56.961Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3f064c9-70b9-421d-9222-7b7f3e9de990 2022-12-21T06:37:56.961Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bbe1d394-6237-42c6-aeb6-4892b90e7c30 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-21T06:37:56.961Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:56.962Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:57.020Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:57.021Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json bbe1d394-6237-42c6-aeb6-4892b90e7c30 1565 2022-12-21T06:37:57.021Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:57.021Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:57.021Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:57.022Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:57.024Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:57.024Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604677021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:57.129Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-12-21T06:37:57.130Z||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-12-21T06:37:57.130Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:57.138Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:57.138Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:58.024Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c85a6139-de72-454b-97de-11e847d726a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee899b70-5433-4949-ae3b-7b39f079c103", "vfModuleModelCustomizationUUID": "cf106617-2809-469e-b7a0-e430a55cb5b4", "isBase": true, "artifacts": [ "25b44788-4e09-49af-b321-0aeb4161ae7a", "3994bfd7-f117-4959-8a5d-ee9e82b51f68" ], "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": "ccf95e05-febc-43d7-a78c-f6033615132f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "30484040-5af3-4f88-89db-575bcbbf555e", "vfModuleModelCustomizationUUID": "95bdc30c-844e-431a-b132-123334c4860a", "isBase": false, "artifacts": [ "89559267-01db-4277-bf0c-4468466d53bc" ], "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-12-21T06:37:58.028Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee899b70-5433-4949-ae3b-7b39f079c103 VfModuleModelInvariantUUID:c85a6139-de72-454b-97de-11e847d726a3 VfModuleModelDescription:NULL Artifacts UUID List:{ 25b44788-4e09-49af-b321-0aeb4161ae7a , 3994bfd7-f117-4959-8a5d-ee9e82b51f68 } 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:30484040-5af3-4f88-89db-575bcbbf555e VfModuleModelInvariantUUID:ccf95e05-febc-43d7-a78c-f6033615132f VfModuleModelDescription:NULL Artifacts UUID List:{ 89559267-01db-4277-bf0c-4468466d53bc } 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-12-21T06:37:58.031Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c85a6139-de72-454b-97de-11e847d726a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee899b70-5433-4949-ae3b-7b39f079c103", "vfModuleModelCustomizationUUID": "cf106617-2809-469e-b7a0-e430a55cb5b4", "isBase": true, "artifacts": [ "25b44788-4e09-49af-b321-0aeb4161ae7a", "3994bfd7-f117-4959-8a5d-ee9e82b51f68" ], "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": "ccf95e05-febc-43d7-a78c-f6033615132f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "30484040-5af3-4f88-89db-575bcbbf555e", "vfModuleModelCustomizationUUID": "95bdc30c-844e-431a-b132-123334c4860a", "isBase": false, "artifacts": [ "89559267-01db-4277-bf0c-4468466d53bc" ], "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-12-21T06:37:58.031Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee899b70-5433-4949-ae3b-7b39f079c103 VfModuleModelInvariantUUID:c85a6139-de72-454b-97de-11e847d726a3 VfModuleModelDescription:NULL Artifacts UUID List:{ 25b44788-4e09-49af-b321-0aeb4161ae7a , 3994bfd7-f117-4959-8a5d-ee9e82b51f68 } 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:30484040-5af3-4f88-89db-575bcbbf555e VfModuleModelInvariantUUID:ccf95e05-febc-43d7-a78c-f6033615132f VfModuleModelDescription:NULL Artifacts UUID List:{ 89559267-01db-4277-bf0c-4468466d53bc } 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-12-21T06:37:58.031Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25b44788-4e09-49af-b321-0aeb4161ae7a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-21T06:37:58.031Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:58.031Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:58.106Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:58.108Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 25b44788-4e09-49af-b321-0aeb4161ae7a 914 2022-12-21T06:37:58.108Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:58.114Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:58.114Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:58.115Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:58.117Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:58.117Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604678108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:58.217Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:37:58.218Z||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-12-21T06:37:58.218Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:58.228Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:58.229Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:37:59.118Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 37b0dc4a-febc-4a2f-b456-f342fcf7b9d8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-21T06:37:59.118Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:37:59.118Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:59.171Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:37:59.172Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 37b0dc4a-febc-4a2f-b456-f342fcf7b9d8 12 2022-12-21T06:37:59.172Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:59.172Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:37:59.172Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:37:59.172Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:37:59.179Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:37:59.179Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604679172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:37:59.280Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:37:59.280Z||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-12-21T06:37:59.280Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:37:59.291Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:37:59.291Z||pool-161-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:00.188Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3994bfd7-f117-4959-8a5d-ee9e82b51f68 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-21T06:38:00.190Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:38:00.190Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:00.252Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:38:00.252Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3994bfd7-f117-4959-8a5d-ee9e82b51f68 96 2022-12-21T06:38:00.253Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:00.253Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:00.253Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:38:00.254Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:00.256Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:00.256Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604680253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:00.356Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:38:00.357Z||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-12-21T06:38:00.357Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:00.402Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:00.403Z||pool-162-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:01.257Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 89559267-01db-4277-bf0c-4468466d53bc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-21T06:38:01.257Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:38:01.257Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:01.310Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:38:01.311Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 89559267-01db-4277-bf0c-4468466d53bc 20206 2022-12-21T06:38:01.311Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:01.311Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:01.312Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:38:01.312Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:01.314Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:01.314Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604681311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:01.414Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:38:01.415Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:38:01.415Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:01.431Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:01.431Z||pool-163-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:02.319Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 2022-12-21T06:38:02.320Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a3f064c9-70b9-421d-9222-7b7f3e9de990 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-12-21T06:38:02.328Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1064414b, org.onap.sdc.toscaparser.api.parameters.Input@25407bb9, org.onap.sdc.toscaparser.api.parameters.Input@395484e1, org.onap.sdc.toscaparser.api.parameters.Input@4faa47f2, org.onap.sdc.toscaparser.api.parameters.Input@7d763955] 2022-12-21T06:38:02.330Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.330Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.330Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-21T06:38:02.330Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e895786b-402b-4043-8910-e565db974431 2022-12-21T06:38:02.330Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e895786b-402b-4043-8910-e565db974431 matches Tosca VF Customization UUID: e895786b-402b-4043-8910-e565db974431 2022-12-21T06:38:02.330Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e895786b-402b-4043-8910-e565db974431 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-12-21T06:38:02.332Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.332Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.333Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e895786b-402b-4043-8910-e565db974431: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-12-21T06:38:02.333Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5baba604 2022-12-21T06:38:02.333Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.333Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-21T06:38:02.333Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95bdc30c-844e-431a-b132-123334c4860a 2022-12-21T06:38:02.333Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95bdc30c-844e-431a-b132-123334c4860a 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-12-21T06:38:02.335Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.335Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:38:02.335Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:38:02.336Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.336Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:38:02.336Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-21T06:38:02.336Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.336Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-21T06:38:02.336Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e895786b-402b-4043-8910-e565db974431 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-12-21T06:38:02.338Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.338Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.338Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30: basic_cnf_macro 2022-12-21T06:38:02.338Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.338Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.338Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.339Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.339Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.339Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.339Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.339Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.339Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:38:02.339Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:38:02.340Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:02.379Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a3f064c9-70b9-421d-9222-7b7f3e9de990 2 ASDC deployResourceStructure 2022-12-21T06:38:02.379Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:02.379Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:02.380Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:38:02.380Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:02.381Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:02.381Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604682379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:38:02.481Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:38:02.482Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:38:02.482Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:02.494Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:02.495Z||pool-164-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:03.382Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:03.382Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:03.382Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:38:03.382Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:03.386Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:03.386Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604683382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:38:03.484Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-21T06:38:03.485Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:38:03.486Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:03.500Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:03.500Z||pool-165-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:38:04.387Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:04.387Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:04.387Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-21T06:38:04.387Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:04.389Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:04.390Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604684387, "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-12-21T06:38:04.490Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:38:04.490Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:38:04.490Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:04.499Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:04.499Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:05.390Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:05.390Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:05.390Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:38:05.391Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:05.392Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:05.392Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604685390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-21T06:38:05.492Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:38:05.493Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:38:05.493Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:05.501Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:05.501Z||pool-167-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:06.393Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:06.393Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||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-12-21T06:38:06.393Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-21T06:38:06.393Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:06.395Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:06.395Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604686393, "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-12-21T06:38:06.496Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-21T06:38:06.497Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:38:06.497Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:06.506Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:06.506Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:07.395Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-21T06:38:07.396Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-21T06:38:07.396Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:38:07.396Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:38:07.398Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:38:07.398Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604687395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:38:07.498Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:38:07.498Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:38:07.498Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:38:07.508Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:07.509Z||pool-169-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:38:08.399Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:38:08.408Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:38:08.412Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:38:08.412Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:38:08.412Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:38:38.413Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:38:38.424Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:38:38.426Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:38:38.426Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:38:38.426Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:38:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:38:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:38:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:38:54.449Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:38:54.450Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.450Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:38:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-21T06:38:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.451Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-21T06:38:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.452Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604620407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:38:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.453Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "aai-ml", "timestamp": 1671604621412, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:38:54.459Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 2022-12-21T06:38:54.460Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 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-12-21T06:38:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:38:54.468Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604623235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604625831, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.469Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604626887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604627933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.470Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604629044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:38:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604630047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:38:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604631051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-21T06:38:54.471Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604632053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "34faa2fe-b1da-49f3-9006-4bf6945ad818", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604663237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d34faa2fe-b1da-49f3-9006-4bf6945ad818 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4c82b6bb-fa8e-4fdb-ad0f-be093df7ed89/model-vers/model-ver/95801b64-cd39-4996-af96-edeba1fdd12a) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.472Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.473Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-21T06:38:54.474Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.475Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-21T06:38:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.476Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.477Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.478Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.479Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-21T06:38:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.480Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.481Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.482Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.482Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.482Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.482Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.482Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-21T06:38:54.482Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.482Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.483Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.483Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.483Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.483Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.483Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.483Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.483Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.484Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.484Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.484Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.484Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.484Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.485Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-21T06:38:54.485Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.485Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.485Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.485Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.485Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.485Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-21T06:38:54.486Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.486Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.486Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.486Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.486Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.486Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.487Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.487Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.487Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.487Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.487Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.487Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.488Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.489Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.489Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.489Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.489Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.489Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.489Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.490Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.490Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.490Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.490Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.490Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604658230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.490Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.490Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604662714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "multicloud-k8s-id", "timestamp": 1671604663169, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604614417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:38:54.491Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.492Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.492Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:38:54.492Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-21T06:38:54.492Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.492Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604673719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:54.493Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:38:54.493Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-21T06:38:54.493Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604674383, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:38:54.493Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:39:08.427Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:39:08.438Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:39:08.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:39:08.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:39:08.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:39:08.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:39:08.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:39:08.440Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:39:08.446Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:39:38.447Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 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-12-21T06:39:38.453Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 and serviceModelVersionId: c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 2022-12-21T06:39:38.453Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9fa20df-40ff-4c67-b974-5beaa3da8eb6 2022-12-21T06:39:38.454Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30?depth=0 2022-12-21T06:39:38.459Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:39:38.491Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30?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-12-21T06:39:38.492Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30?depth=0|INFO|500||Invoke 2022-12-21T06:39:38.510Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:39:38.549Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:39:38.549Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:39:40 GMT], content-length=[495], x-aai-txid=[1-aai-resources-221221-06:39:40:445-74444], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:39:38.551Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30","ERR.5.4.6114"]}}} 2022-12-21T06:39:38.554Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30) (ec=ERR.5.4.6114) 2022-12-21T06:39:38.554Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:39:38.555Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30) (ec=ERR.5.4.6114) 2022-12-21T06:39:38.555Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30) (ec=ERR.5.4.6114) 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-12-21T06:39:38.560Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|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-12-21T06:39:38.560Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c537942-cf92-4b1d-aa1c-68c1380a3ed6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30) (ec=ERR.5.4.6114) 2022-12-21T06:39:38.560Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:39:38.560Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:38.562Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:38.562Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604778560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:39:38.662Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:39:38.663Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:38.663Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:38.675Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:38.676Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-21T06:39:39.572Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:39:39.573Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|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-12-21T06:39:39.573Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:39:44.103Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:44.103Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-21T06:39:44.103Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5189286e-ef1b-492a-aad2-56e6a78d9e93","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8ba8f994-f202-4125-af6a-291d4b165ad4","serviceDescription":"service","serviceInvariantUUID":"b9fbe76a-cff4-41df-8896-61f8fd420d38","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"93d1e8d3-9d60-4236-81ff-a4009fd38b5d","resourceInvariantUUID":"05fb6ddb-d335-49bd-b361-11b886b28169","resourceCustomizationUUID":"9f6b9846-97aa-4d9b-b363-610b76671c7f","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":"MzdiMjI2OWZhNzdiMDUyODZiNjg5MTliZmQ1NDk2YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ca30873-c805-4e8f-84d9-6c1737c4b97c","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":"2e950baa-8c7c-4ab8-8e35-d5c3a131a36c","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":"d1394b4a-f4a3-4630-90e3-659a1f21e9ff","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":"NWQ3OWU2NzIxYjBhMzU0YzM4Yzg4MWExMGE0NTUyNDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab6a01a3-c565-4bf5-99b3-dca309042f59","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":"44cd07e2-2e01-4202-8eb0-228ab9e6614a","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":"3f7b1e0a-3476-42aa-b817-851303430c59","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":"5f775211-9695-427a-9ff3-b8752408862c","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":"MTI1NDBkOWM2ZTc4ZmUyOGFmOTU2MGRhNTc0NGExOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3630bbf7-5d3f-4326-b8d9-809ec4103eaf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzY2MDFlZjhmNjBlMGFlYmM5ZWEwNjQyYmQwMjcxZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"990eefe8-5b94-4860-b9c1-9416eace4ab7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-21T06:39:44.105Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:44.105Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:44.108Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:44.108Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:44.207Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-21T06:39:44.208Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:44.208Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:44.220Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:44.221Z||pool-171-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:45.109Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:45.109Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:45.111Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:45.111Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:45.211Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:39:45.212Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:45.212Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:45.221Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:45.221Z||pool-172-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:46.111Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:46.112Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:46.133Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:46.133Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:46.213Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-12-21T06:39:46.214Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:46.215Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:46.223Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:46.223Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:47.133Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:47.134Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:47.135Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:47.135Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:47.235Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:39:47.236Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:47.236Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:47.246Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:47.246Z||pool-174-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:48.136Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:48.137Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:48.139Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:48.139Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:48.241Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-21T06:39:48.241Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:48.241Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:48.254Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:48.255Z||pool-175-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:49.140Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:49.140Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:49.142Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:49.142Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:49.242Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:39:49.243Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:49.243Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:49.255Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:49.256Z||pool-176-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:50.143Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:50.143Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:50.145Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:50.145Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:50.245Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:39:50.245Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:50.245Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:50.263Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:50.263Z||pool-177-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:51.145Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:51.146Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:51.147Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:51.147Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:39:51.247Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:39:51.248Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:51.248Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:51.258Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:51.258Z||pool-178-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-21T06:39:52.148Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-21T06:39:52.148Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:52.151Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:52.151Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:39:52.251Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-21T06:39:52.252Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:52.252Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:52.260Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:52.261Z||pool-179-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:53.152Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "8ba8f994-f202-4125-af6a-291d4b165ad4", "serviceDescription": "service", "serviceInvariantUUID": "b9fbe76a-cff4-41df-8896-61f8fd420d38", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "9f6b9846-97aa-4d9b-b363-610b76671c7f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "93d1e8d3-9d60-4236-81ff-a4009fd38b5d", "resourceInvariantUUID": "05fb6ddb-d335-49bd-b361-11b886b28169", "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": "NzY2MDFlZjhmNjBlMGFlYmM5ZWEwNjQyYmQwMjcxZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "990eefe8-5b94-4860-b9c1-9416eace4ab7" } ], "workloadContext": "Production" } 2022-12-21T06:39:53.152Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-21T06:39:53.152Z|0c537942-cf92-4b1d-aa1c-68c1380a3ed6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ba8f994-f202-4125-af6a-291d4b165ad4 ASDC 2022-12-21T06:39:53.153Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5189286e-ef1b-492a-aad2-56e6a78d9e93 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:8ba8f994-f202-4125-af6a-291d4b165ad4 ServiceInvariantUUID:b9fbe76a-cff4-41df-8896-61f8fd420d38 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:990eefe8-5b94-4860-b9c1-9416eace4ab7 ArtifactChecksum:NzY2MDFlZjhmNjBlMGFlYmM5ZWEwNjQyYmQwMjcxZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:9f6b9846-97aa-4d9b-b363-610b76671c7f ResourceInvariantUUID:05fb6ddb-d335-49bd-b361-11b886b28169 ResourceName:test-pnf ResourceType:PNF ResourceUUID:93d1e8d3-9d60-4236-81ff-a4009fd38b5d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-21T06:39:53.153Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ba8f994-f202-4125-af6a-291d4b165ad4 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-12-21T06:39:53.172Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:39:53.173Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:39:53.173Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:39:53.173Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 990eefe8-5b94-4860-b9c1-9416eace4ab7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-21T06:39:53.173Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-21T06:39:53.173Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-21T06:39:53.238Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-21T06:39:53.243Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 990eefe8-5b94-4860-b9c1-9416eace4ab7 110866 2022-12-21T06:39:53.243Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-21T06:39:53.243Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-21T06:39:53.243Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-21T06:39:53.243Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:53.245Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:53.246Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604793243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:39:53.345Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:39:53.346Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:53.346Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:53.375Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:53.375Z||pool-180-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:54.247Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-21T06:39:54.248Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-21T06:39:54.248Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 990eefe8-5b94-4860-b9c1-9416eace4ab7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-21T06:39:54.249Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-21T06:39:54.250Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-21T06:39:54.250Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-21T06:39:54.390Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP628061608318979208/Definitions/service-TestPnfMacro-template.yml 2022-12-21T06:39:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:39:54.421Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:39:54.421Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:39:54.438Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:54.439Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:39:54.439Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604674434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:39:54.440Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:39:55.195Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||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-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||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-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||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-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||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-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-21T06:39:55.196Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-21T06:39:55.197Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-TestPnfMacro-csar.csar 2022-12-21T06:39:55.197Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-21T06:39:55.197Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.197Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.197Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-21T06:39:55.197Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T06:39:55.197Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.198Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.199Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:8ba8f994-f202-4125-af6a-291d4b165ad4 Model Version:NULL Model InvariantUuid:b9fbe76a-cff4-41df-8896-61f8fd420d38 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-12-21T06:39:55.207Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 93d1e8d3-9d60-4236-81ff-a4009fd38b5d 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-12-21T06:39:55.209Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-12-21T06:39:55.209Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 93d1e8d3-9d60-4236-81ff-a4009fd38b5d 2022-12-21T06:39:55.210Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8ba8f994-f202-4125-af6a-291d4b165ad4 2022-12-21T06:39:55.210Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8ba8f994-f202-4125-af6a-291d4b165ad4 2022-12-21T06:39:55.210Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 93d1e8d3-9d60-4236-81ff-a4009fd38b5d 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-12-21T06:39:55.216Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a388fb4, org.onap.sdc.toscaparser.api.parameters.Input@7af6cbfe, org.onap.sdc.toscaparser.api.parameters.Input@440ccd00, org.onap.sdc.toscaparser.api.parameters.Input@4d66af21, org.onap.sdc.toscaparser.api.parameters.Input@533ddc16] 2022-12-21T06:39:55.217Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.217Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.217Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8ba8f994-f202-4125-af6a-291d4b165ad4: test-pnf 2022-12-21T06:39:55.217Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Processing PNF resource: 93d1e8d3-9d60-4236-81ff-a4009fd38b5d 2022-12-21T06:39:55.218Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-21T06:39:55.218Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-21T06:39:55.218Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Resource customization UUID: 9f6b9846-97aa-4d9b-b363-610b76671c7f is the same as notified resource customizationUUID: 9f6b9846-97aa-4d9b-b363-610b76671c7f 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-12-21T06:39:55.247Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 93d1e8d3-9d60-4236-81ff-a4009fd38b5d 0 ASDC deployResourceStructure 2022-12-21T06:39:55.247Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-21T06:39:55.247Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-21T06:39:55.247Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-21T06:39:55.248Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:39:55.250Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:39:55.250Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604795247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:39:55.356Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-12-21T06:39:55.358Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:39:55.358Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:39:55.377Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:39:55.377Z||pool-181-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-21T06:39:56.251Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:39:56.259Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:39:56.261Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:39:56.261Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:39:56.261Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:40:26.261Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:40:26.270Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:40:26.272Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:40:26.272Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-21T06:40:26.272Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-21T06:40:54.421Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:40:54.421Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:40:54.422Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:40:54.442Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:40:54.443Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.443Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604674767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604667790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.444Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "ves-openapi-manager", "timestamp": 1671604675774, "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-12-21T06:40:54.453Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5189286e-ef1b-492a-aad2-56e6a78d9e93 2022-12-21T06:40:54.453Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5189286e-ef1b-492a-aad2-56e6a78d9e93 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-12-21T06:40:54.476Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.477Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604677562, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:40:54.477Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.477Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.477Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604677021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-21T06:40:54.477Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.477Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.477Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "cds", "timestamp": 1671604678845, "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-12-21T06:40:54.482Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5189286e-ef1b-492a-aad2-56e6a78d9e93 2022-12-21T06:40:54.483Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5189286e-ef1b-492a-aad2-56e6a78d9e93 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-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604678108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604679454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604679172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:40:54.491Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.492Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.492Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "aai-ml", "timestamp": 1671604680462, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-12-21T06:40:54.496Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5189286e-ef1b-492a-aad2-56e6a78d9e93 2022-12-21T06:40:54.496Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5189286e-ef1b-492a-aad2-56e6a78d9e93 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-12-21T06:40:54.505Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604680253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604681311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604682379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604683382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-21T06:40:54.506Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604684387, "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-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604685390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.507Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604686393, "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-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604687395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.508Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.511Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.511Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.511Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.511Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.511Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.511Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:40:54.511Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604683725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604693517, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.512Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604695675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:40:54.513Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:40:54.513Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:40:54.513Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671604696679, "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-12-21T06:40:54.520Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5189286e-ef1b-492a-aad2-56e6a78d9e93 2022-12-21T06:40:54.520Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5189286e-ef1b-492a-aad2-56e6a78d9e93 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-12-21T06:40:56.273Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-21T06:40:56.285Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-21T06:40:56.288Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-21T06:40:56.288Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-21T06:40:56.288Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-21T06:40:56.288Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-21T06:40:56.288Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-21T06:40:56.288Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-12-21T06:40:56.288Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-12-21T06:40:56.293Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-21T06:41:26.293Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 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-12-21T06:41:26.300Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5189286e-ef1b-492a-aad2-56e6a78d9e93 and serviceModelVersionId: 8ba8f994-f202-4125-af6a-291d4b165ad4 2022-12-21T06:41:26.300Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9fbe76a-cff4-41df-8896-61f8fd420d38 2022-12-21T06:41:26.302Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0 2022-12-21T06:41:26.307Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-21T06:41:26.364Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0|INFO|500||Invoke 2022-12-21T06:41:26.365Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5189286e-ef1b-492a-aad2-56e6a78d9e93], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0601599c-cc63-4ba1-a90e-bcf9a4f95337], X-ECOMP-RequestID=[5189286e-ef1b-492a-aad2-56e6a78d9e93], X-TransactionId=[], X-ONAP-RequestID=[5189286e-ef1b-492a-aad2-56e6a78d9e93], Content-Type=[application/merge-patch+json]} 2022-12-21T06:41:26.383Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-12-21T06:41:26.418Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?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/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0 has http status code:404 and response headers:{date=[Wed, 21 Dec 2022 06:41:28 GMT], content-length=[495], x-aai-txid=[2-aai-resources-221221-06:41:28:324-76432], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-21T06:41:26.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4","ERR.5.4.6114"]}}} 2022-12-21T06:41:26.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4?depth=0|INFO|404|Not Found|InvokeReturn 2022-12-21T06:41:26.426Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5189286e-ef1b-492a-aad2-56e6a78d9e93 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4) (ec=ERR.5.4.6114) 2022-12-21T06:41:26.426Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5189286e-ef1b-492a-aad2-56e6a78d9e93 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-12-21T06:41:26.427Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5189286e-ef1b-492a-aad2-56e6a78d9e93 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4) (ec=ERR.5.4.6114) 2022-12-21T06:41:26.427Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5189286e-ef1b-492a-aad2-56e6a78d9e93 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4) (ec=ERR.5.4.6114) 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-12-21T06:41:26.432Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T06:41:26.432Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5189286e-ef1b-492a-aad2-56e6a78d9e93 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5189286e-ef1b-492a-aad2-56e6a78d9e93 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4) (ec=ERR.5.4.6114) 2022-12-21T06:41:26.433Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-12-21T06:41:26.433Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-21T06:41:26.435Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-21T06:41:26.435Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604886432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5189286e-ef1b-492a-aad2-56e6a78d9e93 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:41:26.535Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-21T06:41:26.536Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-21T06:41:26.536Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9D8MjfKuHnjszald) ... 2022-12-21T06:41:26.550Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:41:26.550Z||pool-182-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-21T06:41:27.457Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:41:27.458Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T06:41:27.458Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T06:41:37.009Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:41:37.010Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:41:37.011Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T06:41:37.011Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T06:41:46.581Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:41:46.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:41:46.583Z||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-12-21T06:41:46.583Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:41:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:41:54.420Z||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-12-21T06:41:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:41:54.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:41:54.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c537942-cf92-4b1d-aa1c-68c1380a3ed6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604778560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0c537942-cf92-4b1d-aa1c-68c1380a3ed6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fa20df-40ff-4c67-b974-5beaa3da8eb6/model-vers/model-ver/c42dc8cd-5e4b-465b-9b93-fcb42ecd0b30) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:41:54.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:41:54.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-21T06:41:54.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604779572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-21T06:41:54.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-21T06:41:54.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-21T06:41:54.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604793243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-21T06:41:54.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:41:56.138Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:41:56.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:41:56.139Z||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-12-21T06:41:56.139Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:42:05.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:42:54.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:42:54.418Z||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-12-21T06:42:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:42:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:42:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T06:42:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T06:42:54.458Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:42:54.458Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-21T06:42:54.458Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604795247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-21T06:42:54.459Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:43:03.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:43:54.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:43:54.417Z||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-12-21T06:43:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:43:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:43:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:43:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:43:54.949Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:43:54.950Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-21T06:43:54.950Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5189286e-ef1b-492a-aad2-56e6a78d9e93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671604886432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5189286e-ef1b-492a-aad2-56e6a78d9e93 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b9fbe76a-cff4-41df-8896-61f8fd420d38/model-vers/model-ver/8ba8f994-f202-4125-af6a-291d4b165ad4) (ec\u003dERR.5.4.6114)" } 2022-12-21T06:43:54.969Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-21T06:44:03.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:44:54.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:44:54.418Z||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-12-21T06:44:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:44:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:44:54.419Z||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-12-21T06:44:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:45:03.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:45:03.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:45:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:45:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:45:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:45:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:45:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:45:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:46:03.975Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:46:03.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:46:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:46:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:46:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:46:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:46:54.420Z||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-12-21T06:46:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:47:03.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:47:03.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:47:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:47:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:47:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:47:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:47:54.420Z||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-12-21T06:47:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:48:03.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:48:03.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:48:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:48:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:48:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:48:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:48:54.419Z||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-12-21T06:48:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:49:03.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:49:03.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:49:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:49:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:49:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:49:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:49:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:49:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:50:03.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:50:03.982Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:50:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:50:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:50:54.419Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:50:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:50:54.421Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:50:54.421Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:51:03.982Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:51:03.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:51:54.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:51:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:51:54.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:51:54.420Z||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-12-21T06:51:54.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:51:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:52:03.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:52:04.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:52:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:52:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:52:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:52:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:52:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T06:52:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T06:53:03.974Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:53:03.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:53:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:53:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:53:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:53:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:53:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T06:53:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T06:54:03.966Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:54:03.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:54:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:54:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:54:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:54:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:54:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T06:54:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T06:55:03.970Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:55:03.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:55:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:55:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:55:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:55:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:55:54.419Z||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-12-21T06:55:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:56:03.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:56:03.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:56:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:56:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:56:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:56:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:56:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T06:56:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T06:57:03.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:57:03.964Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:57:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:57:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:57:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:57:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:57:54.419Z||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-12-21T06:57:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T06:58:03.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:58:03.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:58:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:58:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:58:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:58:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:58:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|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-12-21T06:58:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|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 9D8MjfKuHnjszald) ... 2022-12-21T06:59:03.959Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:59:03.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T06:59:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:59:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T06:59:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T06:59:54.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T06:59:54.420Z||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-12-21T06:59:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:00:03.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:00:03.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:00:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:00:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:00:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:00:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:00:54.419Z||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-12-21T07:00:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:01:03.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:01:03.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:01:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:01:54.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:01:54.419Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:01:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:01:54.419Z||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-12-21T07:01:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:02:03.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:02:03.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:02:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:02:54.418Z||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-12-21T07:02:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:02:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:02:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:02:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:03:03.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:03:03.971Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:03:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:03:54.418Z||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-12-21T07:03:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:03:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:03:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:03:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:04:03.968Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:04:03.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:04:54.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:04:54.418Z||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-12-21T07:04:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:04:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:04:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:04:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:05:03.960Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:05:03.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:05:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:05:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:05:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:05:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:05:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:05:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:06:03.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:06:03.969Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:06:54.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:06:54.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:06:54.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:06:54.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:06:54.421Z||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-12-21T07:06:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:07:03.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:07:04.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:07:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:07:54.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:07:54.420Z||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-12-21T07:07:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:07:54.420Z||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-12-21T07:07:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:08:03.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:08:03.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:08:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:08:54.418Z||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-12-21T07:08:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:08:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:08:54.420Z||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-12-21T07:08:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:09:03.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:09:03.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:09:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:09:54.418Z||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-12-21T07:09:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:09:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:09:54.419Z||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-12-21T07:09:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:10:03.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:10:03.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:10:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:10:54.418Z||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-12-21T07:10:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:10:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:10:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:10:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:11:03.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:11:03.976Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:11:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:11:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:11:54.419Z||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-12-21T07:11:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:11:54.419Z||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-12-21T07:11:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:12:03.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:12:03.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:12:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:12:54.418Z||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-12-21T07:12:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:12:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:12:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|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-12-21T07:12:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|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 9D8MjfKuHnjszald) ... 2022-12-21T07:13:03.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:13:03.971Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:13:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:13:54.418Z||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-12-21T07:13:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:13:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:13:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:13:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:14:03.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:14:04.004Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:14:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:14:54.418Z||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-12-21T07:14:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:14:54.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:14:54.419Z||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-12-21T07:14:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:15:03.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:15:03.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:15:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:15:54.418Z||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-12-21T07:15:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:15:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:15:54.419Z||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-12-21T07:15:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:16:03.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:16:03.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:16:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:16:54.418Z||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-12-21T07:16:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:16:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:16:54.419Z||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-12-21T07:16:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:17:03.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:17:03.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:17:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:17:54.418Z||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-12-21T07:17:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:17:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:17:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T07:17:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T07:18:03.965Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:18:03.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:18:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:18:54.417Z||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-12-21T07:18:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:18:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:18:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:18:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:19:03.955Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:19:03.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:19:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:19:54.418Z||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-12-21T07:19:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:19:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:19:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:19:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:20:03.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:20:03.983Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:20:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:20:54.419Z||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-12-21T07:20:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:20:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:20:54.419Z||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-12-21T07:20:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:21:03.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:21:03.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:21:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:21:54.418Z||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-12-21T07:21:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:21:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:21:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T07:21:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T07:22:03.966Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:22:03.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:22:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:22:54.418Z||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-12-21T07:22:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:22:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:22:54.419Z||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-12-21T07:22:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:23:03.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:23:03.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:23:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:23:54.418Z||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-12-21T07:23:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:23:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:23:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:23:54.421Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:24:03.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:24:03.965Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:24:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:24:54.418Z||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-12-21T07:24:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:24:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:24:54.419Z||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-12-21T07:24:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:25:03.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:25:03.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:25:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:25:54.418Z||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-12-21T07:25:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:25:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:25:54.419Z||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-12-21T07:25:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:26:03.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:26:03.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:26:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:26:54.418Z||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-12-21T07:26:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:26:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:26:54.419Z||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-12-21T07:26:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:27:03.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:27:03.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:27:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:27:54.418Z||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-12-21T07:27:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:27:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:27:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:27:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:28:03.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:28:04.000Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:28:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:28:54.418Z||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-12-21T07:28:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:28:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:28:54.419Z||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-12-21T07:28:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:29:03.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:29:03.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:29:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:29:54.418Z||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-12-21T07:29:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:29:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:29:54.419Z||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-12-21T07:29:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:30:03.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:30:03.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:30:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:30:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:30:54.419Z||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-12-21T07:30:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:30:54.419Z||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-12-21T07:30:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:31:03.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:31:03.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:31:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:31:54.418Z||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-12-21T07:31:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:31:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:31:54.419Z||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-12-21T07:31:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:32:03.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:32:03.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:32:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:32:54.418Z||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-12-21T07:32:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:32:54.419Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:32:54.420Z|4d37c035-3289-4610-9719-b4e153d2c1e4|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-12-21T07:32:54.420Z|4d37c035-3289-4610-9719-b4e153d2c1e4|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 9D8MjfKuHnjszald) ... 2022-12-21T07:33:03.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:33:03.974Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:33:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:33:54.417Z||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-12-21T07:33:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:33:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:33:54.419Z||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-12-21T07:33:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:34:03.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:34:03.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:34:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:34:54.418Z||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-12-21T07:34:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:34:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:34:54.419Z||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-12-21T07:34:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:35:03.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:35:04.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:35:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:35:54.418Z||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-12-21T07:35:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:35:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:35:54.419Z||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-12-21T07:35:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:36:03.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:36:03.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:36:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:36:54.417Z||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-12-21T07:36:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:36:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:36:54.419Z||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-12-21T07:36:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:37:03.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:37:03.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:37:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:37:54.418Z||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-12-21T07:37:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:37:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:37:54.419Z||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-12-21T07:37:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:38:03.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:38:03.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:38:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:38:54.417Z||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-12-21T07:38:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:38:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:38:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:38:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:39:03.965Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:39:03.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:39:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:39:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:39:54.419Z||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-12-21T07:39:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:39:54.419Z||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-12-21T07:39:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:40:03.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:40:03.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:40:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:40:54.418Z||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-12-21T07:40:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:40:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:40:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:40:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:41:03.958Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:41:03.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:41:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:41:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:41:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:41:54.420Z||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-12-21T07:41:54.420Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:41:54.421Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:42:03.973Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:42:03.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:42:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:42:54.418Z||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-12-21T07:42:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:42:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:42:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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-12-21T07:42:54.419Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|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 9D8MjfKuHnjszald) ... 2022-12-21T07:43:03.959Z|f9fb55cd-5bad-459a-b39b-dfcb6c6e1b02|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:43:03.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:43:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:43:54.418Z||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-12-21T07:43:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:43:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:43:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T07:43:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T07:44:03.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:44:03.988Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:44:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:44:54.418Z||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-12-21T07:44:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:44:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:44:54.419Z||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-12-21T07:44:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:45:03.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:45:03.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:45:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:45:54.418Z||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-12-21T07:45:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:45:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:45:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:45:54.420Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:46:03.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:46:03.986Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:46:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:46:54.418Z||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-12-21T07:46:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:46:54.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:46:54.419Z||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-12-21T07:46:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:47:03.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:47:03.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:47:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:47:54.418Z||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-12-21T07:47:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:47:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:47:54.420Z||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-12-21T07:47:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:48:03.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:48:03.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:48:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:48:54.418Z||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-12-21T07:48:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:48:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:48:54.419Z||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-12-21T07:48:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:49:03.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:49:03.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:49:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:49:54.417Z||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-12-21T07:49:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:49:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:49:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:49:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:50:03.965Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:50:03.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:50:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:50:54.418Z||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-12-21T07:50:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:50:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:50:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:50:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:51:03.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:51:03.962Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:51:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:51:54.418Z||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-12-21T07:51:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:51:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:51:54.419Z||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-12-21T07:51:54.420Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:52:03.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:52:03.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:52:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:52:54.419Z||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-12-21T07:52:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:52:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:52:54.419Z||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-12-21T07:52:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:53:03.961Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:53:03.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:53:54.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:53:54.418Z||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-12-21T07:53:54.418Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:53:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:53:54.419Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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-12-21T07:53:54.420Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|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 9D8MjfKuHnjszald) ... 2022-12-21T07:54:03.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:54:03.968Z|5189286e-ef1b-492a-aad2-56e6a78d9e93|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:54:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:54:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:54:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:54:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:54:54.419Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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-12-21T07:54:54.422Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|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 9D8MjfKuHnjszald) ... 2022-12-21T07:55:03.965Z|9854a8da-0cc6-4136-9ee7-f0a7d22536c6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:55:03.991Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:55:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:55:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:55:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:55:54.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:55:54.419Z||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-12-21T07:55:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:56:03.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:56:03.974Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:56:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:56:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:56:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:56:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:56:54.419Z||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-12-21T07:56:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:57:03.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:57:03.980Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:57:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:57:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:57:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:57:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:57:54.419Z||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-12-21T07:57:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:58:03.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:58:03.987Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:58:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:58:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:58:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:58:54.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:58:54.419Z||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-12-21T07:58:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T07:59:03.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:59:03.982Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T07:59:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:59:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T07:59:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T07:59:54.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T07:59:54.419Z||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-12-21T07:59:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T08:00:03.963Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T08:00:03.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T08:00:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T08:00:54.417Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-21T08:00:54.418Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9D8MjfKuHnjszald) ... 2022-12-21T08:00:54.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-21T08:00:54.419Z||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-12-21T08:00:54.419Z||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 9D8MjfKuHnjszald) ... 2022-12-21T08:01:03.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-21T08:01:03.963Z|4d37c035-3289-4610-9719-b4e153d2c1e4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK