JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-10T09:03:22.702Z||main|||||INFO|500||The following profiles are active: basic 2022-06-10T09:03:45.534Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-10T09:03:45.536Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-10T09:03:45.749Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-10T09:03:52.981Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-10T09:03:53.809Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-10T09:03:54.831Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-10T09:03:54.863Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-10T09:03:55.065Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-10T09:03:55.483Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-10T09:03:56.778Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-10T09:04:00.127Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-10T09:04:04.455Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-10T09:04:04.560Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-10T09:04:05.538Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-10T09:04:05.926Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-10T09:04:08.406Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-10T09:04:10.410Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-10T09:04:10.442Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-10T09:04:10.444Z||main|||||WARN|500||The sdc end point is not alive 2022-06-10T09:04:16.043Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-10T09:04:21.285Z||main|||||WARN|500||--- 2022-06-10T09:04:21.286Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-10T09:04:21.286Z||main|||||WARN|500||--- 2022-06-10T09:04:22.103Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-10T09:04:30.780Z||main|||||INFO|500||Started Application in 74.429 seconds (JVM running for 79.439) 2022-06-10T09:04:30.805Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-10T09:04:30.808Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-10T09:04:30.829Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-10T09:04:30.878Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-10T09:04:30.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 217e999a-9b95-4f9b-b9ac-a50bad71f671 url= /sdc/v1/artifactTypes 2022-06-10T09:04:30.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-10T09:04:31.410Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-10T09:04:31.454Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-10T09:04:31.482Z||scheduling-1|||||DEBUG|500||create keys 2022-06-10T09:04:31.497Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-10T09:04:31.540Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:04:31.563Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df9226ee-7cbd-4279-abf3-7eea54800dc0 url= /sdc/v1/registerForDistribution 2022-06-10T09:04:31.917Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= df9226ee-7cbd-4279-abf3-7eea54800dc0 url= /sdc/v1/registerForDistribution 2022-06-10T09:04:31.918Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-10T09:04:31.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:04:31.946Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:04:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:04:31.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:04:31.950Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:04:31.950Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:04:31.957Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-10T09:04:42.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:04:42.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:05:31.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:05:31.933Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:05:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:05:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:05:31.946Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:05:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:05:41.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:05:41.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:06:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:06:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:06:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:06:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:06:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:06:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:06:41.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:06:41.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:07:31.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:07:31.939Z||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-06-10T09:07:32.041Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:07:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:07:32.042Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:07:32.042Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:07:41.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:07:41.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:08:31.931Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:08:31.933Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:08:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:08:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:08:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:08:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:08:41.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:08:41.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:09:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:09:31.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:09:31.935Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:09:31.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:09:31.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:09:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:09:41.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:09:41.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:10:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:10:31.933Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:10:31.934Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:10:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:10:31.946Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:10:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:10:41.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:10:41.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:11:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:11:31.933Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:11:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:11:31.949Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:11:31.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:11:31.965Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:11:41.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:11:41.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:12:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:12:31.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:12:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:12:31.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:12:31.946Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:12:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:12:41.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:12:41.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:13:22.911Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-10T09:13:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:13:31.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:13:31.935Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:13:31.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:13:31.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:13:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:13:41.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:13:41.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:14:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:14:31.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:14:31.934Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:14:31.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:14:31.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:14:31.950Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:14:41.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:14:41.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:15:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:15:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:15:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:15:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:15:31.947Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:15:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:15:41.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:15:41.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:16:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:16:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:16:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:16:31.946Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:16:31.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:16:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:16:41.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:16:41.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:17:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:17:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:17:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:17:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:17:31.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:17:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:17:41.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:17:41.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:18:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:18:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:18:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:18:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:18:31.946Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:18:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:18:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:18:41.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:19:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:19:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:19:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:19:31.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:19:31.946Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:19:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:19:41.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:19:41.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:20:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:20:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:20:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:20:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:20:31.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:20:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:20:41.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:20:41.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:21:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:21:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:21:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:21:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:21:31.946Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:21:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:21:41.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:21:41.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:22:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:22:31.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:22:31.934Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:22:31.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:22:31.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:22:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:22:41.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:22:41.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:23:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:23:31.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:23:31.935Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:23:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:23:31.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:23:31.948Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:23:41.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:23:41.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:24:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:24:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:24:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:24:31.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:24:31.946Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:24:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:24:41.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:24:41.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:25:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:25:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:25:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:25:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:25:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:25:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:25:41.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:25:41.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:26:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:26:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:26:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:26:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:26:31.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:26:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:26:41.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:26:41.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:27:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:27:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:27:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:27:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:27:31.946Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:27:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:27:41.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:27:41.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:28:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:28:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:28:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:28:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:28:31.946Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:28:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:28:41.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:28:41.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:29:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:29:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:29:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:29:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:29:31.945Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:29:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:29:41.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:29:41.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:30:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:30:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:30:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:30:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:30:31.946Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:30:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:30:41.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:30:41.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:31:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:31:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:31:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:31:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:31:31.946Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:31:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:31:41.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:31:41.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:32:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:32:31.935Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:32:31.935Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:32:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:32:31.946Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:32:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:32:41.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:32:41.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:33:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:33:31.933Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:33:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:33:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:33:31.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:33:31.948Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:33:41.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:33:41.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:34:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:34:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:34:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:34:31.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:34:31.946Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:34:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:34:41.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:34:41.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:35:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:35:31.933Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:35:31.934Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:35:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:35:31.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:35:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:35:41.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:35:41.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:36:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:36:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:36:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:36:31.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:36:31.948Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:36:31.948Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:36:41.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:36:41.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:37:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:37:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:37:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:37:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:37:31.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:37:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:37:41.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:37:41.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:38:31.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:38:31.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:38:31.936Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:38:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:38:31.946Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:38:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:38:41.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:38:41.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:39:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:39:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:39:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:39:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:39:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:39:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:39:41.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:39:41.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:40:31.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:40:31.933Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:40:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:40:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:40:31.946Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:40:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:40:41.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:40:41.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:41:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:41:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:41:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:41:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:41:31.946Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:41:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:41:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:41:41.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:42:31.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:42:31.935Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:42:31.935Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:42:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:42:31.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:42:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:42:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:42:41.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:43:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:43:31.933Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:43:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:43:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:43:31.946Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:43:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:43:41.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:43:41.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:44:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:44:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:44:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:44:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:44:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:44:31.948Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:44:41.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:44:41.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:45:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:45:31.933Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:45:31.938Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:45:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:45:31.945Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:45:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:45:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:45:41.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:46:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:46:31.935Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:46:31.939Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:46:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:46:31.945Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:46:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:46:41.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:46:41.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:47:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:47:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:47:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:47:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:47:31.946Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:47:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:47:41.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:47:41.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:48:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:48:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:48:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:48:31.948Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:48:31.949Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:48:31.950Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:48:41.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:48:41.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:49:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:49:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:49:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:49:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:49:31.946Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:49:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:49:41.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:49:41.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:50:31.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:50:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:50:31.945Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:50:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:33.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:33.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:50:33.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"66e32d64-0df6-4ded-8066-2eb4faa67287","serviceName":"vFW 2022-06-10 09-48-23","serviceVersion":"1.0","serviceUUID":"9bc6036b-267f-4f92-90a4-d3335251451e","serviceDescription":"catalog service description","serviceInvariantUUID":"8c873fad-a4b0-4929-9c89-ee636a7d5b72","resources":[{"resourceInstanceName":"vFW 9f27267c-c326 0","resourceName":"vFW 9f27267c-c326","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9","resourceInvariantUUID":"6b4af2e9-3c40-4551-aa96-cdedbd763028","resourceCustomizationUUID":"9f273cff-11fc-4fb0-b69c-d5175e3ffce8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml","artifactChecksum":"OWNhOWQ3NDQyNmNmN2NjOGNmMWE0MTg4MTZmZTEyMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"080acf89-b714-4484-b239-f24185d35a4b","artifactVersion":"1"},{"artifactName":"vfw9f27267cc3260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json","artifactChecksum":"ZDAwOTMyMmFmODU5YWM1ODM1ZThjOTc2OTExYzM4YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aae00431-2c91-41da-b6ac-be531cccf408","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97e5fae8-cd51-4cfc-a489-b37071154d9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5ZmE2MTE2YzMwNTgwNjU3MDI4MWRiYmJlZDU2YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96213b7d-2577-46e3-b714-8a0f139b1f68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564","artifactVersion":"2","generatedFromUUID":"97e5fae8-cd51-4cfc-a489-b37071154d9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220610094823-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml","artifactChecksum":"N2FjNWViZWQ2ZTFkNjllZWZiZDQ5NmQ1MjMwZDk0MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c0bd13-1f67-4c99-8c6e-45351a1971d7","artifactVersion":"1"},{"artifactName":"service-Vfw20220610094823-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar","artifactChecksum":"ZjUyMWM0YzUyMTY0ZTM1MDlkYzNiNGQwNWNhMDAyZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32ad789f-16bc-44eb-8839-98ea2328fb36","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T09:50:33.037Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:50:33.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:33.072Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:33.072Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:50:33.173Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-10T09:50:33.181Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:33.181Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:33.207Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:33.208Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":5,"count":1} 2022-06-10T09:50:33.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:33.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T09:50:33.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:50:33.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T09:50:34.083Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:50:34.084Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:34.089Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:34.089Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOTIFIED" } 2022-06-10T09:50:34.188Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:50:34.190Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:34.190Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:34.218Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:34.221Z||pool-4-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:35.090Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:50:35.093Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:35.096Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:35.097Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T09:50:35.199Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T09:50:35.201Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:35.201Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:35.218Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:35.219Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:36.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:50:36.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:36.107Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:36.107Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:50:36.208Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:50:36.209Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:36.210Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:36.227Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:36.228Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:37.109Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:50:37.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:37.113Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:37.113Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-10T09:50:37.213Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:50:37.215Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:37.216Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:37.236Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:37.237Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:38.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:50:38.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:38.119Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:38.120Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:50:38.219Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:50:38.222Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:38.223Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:38.245Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:38.245Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:50:39.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:50:39.123Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:39.126Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:39.126Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:50:39.226Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:50:39.228Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:39.228Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:39.247Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:39.248Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:40.129Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "serviceName": "vFW 2022-06-10 09-48-23", "serviceVersion": "1.0", "serviceUUID": "9bc6036b-267f-4f92-90a4-d3335251451e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8c873fad-a4b0-4929-9c89-ee636a7d5b72", "resources": [ { "resourceInstanceName": "vFW 9f27267c-c326 0", "resourceCustomizationUUID": "9f273cff-11fc-4fb0-b69c-d5175e3ffce8", "resourceName": "vFW 9f27267c-c326", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9", "resourceInvariantUUID": "6b4af2e9-3c40-4551-aa96-cdedbd763028", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9f27267cc3260_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "artifactChecksum": "ZDAwOTMyMmFmODU5YWM1ODM1ZThjOTc2OTExYzM4YzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aae00431-2c91-41da-b6ac-be531cccf408", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "97e5fae8-cd51-4cfc-a489-b37071154d9c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564", "generatedFromUUID": "97e5fae8-cd51-4cfc-a489-b37071154d9c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220610094823-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "artifactChecksum": "ZjUyMWM0YzUyMTY0ZTM1MDlkYzNiNGQwNWNhMDAyZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32ad789f-16bc-44eb-8839-98ea2328fb36" } ], "workloadContext": "Production" } 2022-06-10T09:50:40.131Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T09:50:40.132Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bc6036b-267f-4f92-90a4-d3335251451e ASDC 2022-06-10T09:50:40.334Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:66e32d64-0df6-4ded-8066-2eb4faa67287 ServiceName:vFW 2022-06-10 09-48-23 ServiceVersion:1.0 ServiceUUID:9bc6036b-267f-4f92-90a4-d3335251451e ServiceInvariantUUID:8c873fad-a4b0-4929-9c89-ee636a7d5b72 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220610094823-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar ArtifactUUID:32ad789f-16bc-44eb-8839-98ea2328fb36 ArtifactChecksum:ZjUyMWM0YzUyMTY0ZTM1MDlkYzNiNGQwNWNhMDAyZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9f27267c-c326 0 ResourceCustomizationUUID:9f273cff-11fc-4fb0-b69c-d5175e3ffce8 ResourceInvariantUUID:6b4af2e9-3c40-4551-aa96-cdedbd763028 ResourceName:vFW 9f27267c-c326 ResourceType:VF ResourceUUID:b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9f27267cc3260_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json ArtifactUUID:aae00431-2c91-41da-b6ac-be531cccf408 ArtifactChecksum:ZDAwOTMyMmFmODU5YWM1ODM1ZThjOTc2OTExYzM4YzA= 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/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml ArtifactUUID:97e5fae8-cd51-4cfc-a489-b37071154d9c 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/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env ArtifactUUID:13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 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/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env ArtifactUUID:13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T09:50:40.335Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bc6036b-267f-4f92-90a4-d3335251451e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:50:40.758Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T09:50:40.760Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-10T09:50:40.763Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-10T09:50:40.763Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 32ad789f-16bc-44eb-8839-98ea2328fb36 from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:40.763Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-10T09:50:40.766Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:41.045Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-10T09:50:41.070Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar 32ad789f-16bc-44eb-8839-98ea2328fb36 99061 2022-06-10T09:50:41.072Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar ASDC sendASDCNotification 2022-06-10T09:50:41.072Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:41.073Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:50:41.074Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:41.078Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:41.078Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854641070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:50:41.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:50:41.179Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:41.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:41.194Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:41.195Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:42.079Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T09:50:42.083Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-10T09:50:42.084Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 32ad789f-16bc-44eb-8839-98ea2328fb36, URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar to file: /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:42.085Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220610094823-csar.csar 2022-06-10T09:50:42.207Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:42.207Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:43.487Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15377913643223105525/Definitions/service-Vfw20220610094823-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-06-10T09:50:48.263Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T09:50:48.278Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-10T09:50:48.279Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.279Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-10T09:50:48.279Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.280Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.280Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.280Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.281Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.281Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.281Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9f27267c-c326 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.282Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.282Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.282Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar 2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-10T09:50:48.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.308Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:48.316Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:48.316Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-10T09:50:48.323Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T09:50:48.327Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.328Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:48.328Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:48.328Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-10T09:50:48.329Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T09:50:48.329Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.330Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:48.337Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.338Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria 2022-06-10T09:50:48.338Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T09:50:48.338Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T09:50:48.339Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.339Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.340Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T09:50:48.340Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.340Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T09:50:48.341Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T09:50:48.341Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T09:50:48.341Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.342Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.342Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T09:50:48.343Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.343Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T09:50:48.346Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.347Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T09:50:48.348Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.348Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T09:50:48.351Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.351Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:48.352Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:48.352Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.353Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:48.353Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:48.354Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.354Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:48.354Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:48.355Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.355Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria 2022-06-10T09:50:48.356Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T09:50:48.356Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-10T09:50:48.356Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.358Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T09:50:48.358Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.358Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T09:50:48.359Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.366Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=684f0eb7-9157-46d5-beac-c41341879fc2 2022-06-10T09:50:48.367Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.367Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria 2022-06-10T09:50:48.367Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T09:50:48.368Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T09:50:48.368Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.368Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.369Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T09:50:48.369Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.369Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T09:50:48.370Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-10T09:50:48.370Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3678b093-caeb-47f2-8eac-7154d40a310e 2022-06-10T09:50:48.372Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.372Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria 2022-06-10T09:50:48.373Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T09:50:48.373Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T09:50:48.373Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.374Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.374Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T09:50:48.374Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:48.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:48.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-10T09:50:48.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31cfb8c1-ee5c-4022-a7a3-b26c7ba05545 2022-06-10T09:50:48.377Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.377Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:48.377Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.378Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:48.378Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.378Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:48.379Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:48.379Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:48.379Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-10 09-48-23 Description:catalog service description Model UUID:9bc6036b-267f-4f92-90a4-d3335251451e Model Version:NULL Model InvariantUuid:8c873fad-a4b0-4929-9c89-ee636a7d5b72 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9f27267c-c326 Model UUID:db37539c-72b1-449e-a2f2-33d42c97979c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6b4af2e9-3c40-4551-aa96-cdedbd763028 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9f273cff-11fc-4fb0-b69c-d5175e3ffce8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:496d5ef9-d845-4f6b-9eab-000c298f6e24 ModelName:Vfw9f27267cC326..base_vfw..module-0 ModelUuid:e48c0163-c784-49c5-96c8-b5b276c65058 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:684f0eb7-9157-46d5-beac-c41341879fc2 ModelInvariantUuid:37fcf116-efdf-47f8-8730-3b0dc4c4b108 ModelName:vFW 9f27267c-c326-nodes.vfwCvfc ModelUuid:ec188980-13c0-447e-9652-7d95f89fed85 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:cafbf1a4-15af-4e2f-800f-cebea0b0853b ModelInvariantUuid:7c818e72-870d-4550-85c2-5384ab4fe78b ModelName:Vfw9f27267cC326.compute.nodes.heat.vfw ModelUuid:42b49615-6826-429b-82f4-1423718571db ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3678b093-caeb-47f2-8eac-7154d40a310e ModelInvariantUuid:8004d1d6-2880-44f2-b543-4b648ccef527 ModelName:vFW 9f27267c-c326-nodes.vsnCvfc ModelUuid:d29ec8f9-31d3-4459-b0e2-e69f532ac39e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:837681c7-b501-4a17-8bd7-bf055a27fbd6 ModelInvariantUuid:1cfc9151-42ac-4825-bb7e-68740d726009 ModelName:Vfw9f27267cC326.compute.nodes.heat.vsn ModelUuid:297d26a8-e27b-4c31-a12d-3d48f55d95c4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:31cfb8c1-ee5c-4022-a7a3-b26c7ba05545 ModelInvariantUuid:44374935-482e-4794-ae9a-91707d253256 ModelName:vFW 9f27267c-c326-nodes.vpgCvfc ModelUuid:af8684ff-f899-48f7-8d47-0195cc8fa693 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:bffcba0f-91fd-44c7-9505-90db665b70c0 ModelInvariantUuid:49764fba-3a9d-46fb-8ca5-29cae7a9e056 ModelName:Vfw9f27267cC326.compute.nodes.heat.vpg ModelUuid:caa0a35e-68f5-4f20-a730-6086ec416993 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T09:50:48.420Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:50:48.600Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||vFW 9f27267c-c326 0 2022-06-10T09:50:48.614Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9 2022-06-10T09:50:48.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: aae00431-2c91-41da-b6ac-be531cccf408 from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json 2022-06-10T09:50:48.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-10T09:50:48.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json 2022-06-10T09:50:48.885Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-10T09:50:48.886Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json aae00431-2c91-41da-b6ac-be531cccf408 785 2022-06-10T09:50:48.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json ASDC sendASDCNotification 2022-06-10T09:50:48.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json 2022-06-10T09:50:48.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:50:48.888Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:48.892Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:48.893Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854648886, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T09:50:48.993Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:50:48.995Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:48.995Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:49.029Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:49.029Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:50:49.895Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9f27267cC326..base_vfw..module-0", "vfModuleModelInvariantUUID": "496d5ef9-d845-4f6b-9eab-000c298f6e24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e48c0163-c784-49c5-96c8-b5b276c65058", "vfModuleModelCustomizationUUID": "64fd6cd3-029f-4599-82c0-f58a403aab60", "isBase": true, "artifacts": [ "97e5fae8-cd51-4cfc-a489-b37071154d9c", "13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T09:50:49.919Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9f27267cC326..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e48c0163-c784-49c5-96c8-b5b276c65058 VfModuleModelInvariantUUID:496d5ef9-d845-4f6b-9eab-000c298f6e24 VfModuleModelDescription:NULL Artifacts UUID List:{ 97e5fae8-cd51-4cfc-a489-b37071154d9c , 13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T09:50:49.928Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9f27267cC326..base_vfw..module-0", "vfModuleModelInvariantUUID": "496d5ef9-d845-4f6b-9eab-000c298f6e24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e48c0163-c784-49c5-96c8-b5b276c65058", "vfModuleModelCustomizationUUID": "64fd6cd3-029f-4599-82c0-f58a403aab60", "isBase": true, "artifacts": [ "97e5fae8-cd51-4cfc-a489-b37071154d9c", "13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9f27267cC326..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e48c0163-c784-49c5-96c8-b5b276c65058 VfModuleModelInvariantUUID:496d5ef9-d845-4f6b-9eab-000c298f6e24 VfModuleModelDescription:NULL Artifacts UUID List:{ 97e5fae8-cd51-4cfc-a489-b37071154d9c , 13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 97e5fae8-cd51-4cfc-a489-b37071154d9c from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml 2022-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml 2022-06-10T09:50:50.203Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-10T09:50:50.205Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml 97e5fae8-cd51-4cfc-a489-b37071154d9c 20368 2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml 2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:50.209Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:50.209Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854650205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T09:50:50.309Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:50:50.310Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:50.311Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:50.340Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:50.341Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:51.210Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env 2022-06-10T09:50:51.211Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-10T09:50:51.211Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env 2022-06-10T09:50:51.460Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-10T09:50:51.461Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env 13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 2098 2022-06-10T09:50:51.462Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-10T09:50:51.462Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env 2022-06-10T09:50:51.462Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:50:51.463Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:51.467Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:51.467Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854651462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-10T09:50:51.567Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:50:51.568Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:51.569Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:51.589Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:51.590Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:52.468Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9bc6036b-267f-4f92-90a4-d3335251451e 2022-06-10T09:50:52.469Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9f27267c-c326 0 b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:50:52.562Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41e68a92, org.onap.sdc.toscaparser.api.parameters.Input@17668190, org.onap.sdc.toscaparser.api.parameters.Input@98b79c0, org.onap.sdc.toscaparser.api.parameters.Input@14a63b00, org.onap.sdc.toscaparser.api.parameters.Input@6161911c] 2022-06-10T09:50:52.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.571Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-10T09:50:52.571Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9f273cff-11fc-4fb0-b69c-d5175e3ffce8 2022-06-10T09:50:52.572Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f273cff-11fc-4fb0-b69c-d5175e3ffce8 matches Tosca VF Customization UUID: 9f273cff-11fc-4fb0-b69c-d5175e3ffce8 2022-06-10T09:50:52.573Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9f273cff-11fc-4fb0-b69c-d5175e3ffce8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-10T09:50:52.587Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.587Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.590Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9f273cff-11fc-4fb0-b69c-d5175e3ffce8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-10T09:50:52.591Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dd09a07 2022-06-10T09:50:52.592Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.592Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T09:50:52.593Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64fd6cd3-029f-4599-82c0-f58a403aab60 2022-06-10T09:50:52.596Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64fd6cd3-029f-4599-82c0-f58a403aab60 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-10T09:50:52.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:52.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:52.609Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.610Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:52.610Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:52.611Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.611Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria 2022-06-10T09:50:52.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T09:50:52.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-10T09:50:52.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T09:50:52.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T09:50:52.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T09:50:52.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.614Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:52.614Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T09:50:52.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:52.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T09:50:52.616Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.616Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=684f0eb7-9157-46d5-beac-c41341879fc2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-10T09:50:52.629Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.630Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:52.630Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:52.631Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.632Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria 2022-06-10T09:50:52.632Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T09:50:52.632Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T09:50:52.633Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.633Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:52.633Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T09:50:52.634Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.634Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T09:50:52.635Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-10T09:50:52.635Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T09:50:52.636Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:52.636Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T09:50:52.637Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.637Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3678b093-caeb-47f2-8eac-7154d40a310e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-10T09:50:52.642Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.643Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:52.643Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:52.648Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.648Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria 2022-06-10T09:50:52.649Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T09:50:52.649Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T09:50:52.650Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.650Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:52.651Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T09:50:52.651Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.651Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T09:50:52.652Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T09:50:52.652Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T09:50:52.653Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T09:50:52.653Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T09:50:52.654Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-10T09:50:52.654Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31cfb8c1-ee5c-4022-a7a3-b26c7ba05545 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-10T09:50:52.659Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.660Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:52.660Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:50:52.661Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.661Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria 2022-06-10T09:50:52.661Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=9f273cff-11fc-4fb0-b69c-d5175e3ffce8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:50:52.667Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.668Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.668Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9bc6036b-267f-4f92-90a4-d3335251451e: vFW 9f27267c-c326 2022-06-10T09:50:52.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:50:52.672Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-10 09-48-23 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:50:53.230Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9f27267c-c326 b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9 1 ASDC deployResourceStructure 2022-06-10T09:50:53.231Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json ASDC sendASDCNotification 2022-06-10T09:50:53.231Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json 2022-06-10T09:50:53.231Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:50:53.232Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:53.238Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:53.270Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854653231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "DEPLOY_OK" } 2022-06-10T09:50:53.337Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms 2022-06-10T09:50:53.341Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:53.342Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:53.361Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:53.362Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:54.273Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-10T09:50:54.274Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml 2022-06-10T09:50:54.274Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:50:54.274Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:54.295Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:54.295Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854654273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-10T09:50:54.392Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T09:50:54.394Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:54.394Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:54.421Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:54.422Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:50:55.296Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-10T09:50:55.298Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env 2022-06-10T09:50:55.298Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:50:55.298Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:55.301Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:55.301Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854655296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-10T09:50:55.402Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:50:55.407Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:55.407Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:55.434Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:55.435Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:50:56.303Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar ASDC sendASDCNotification 2022-06-10T09:50:56.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar 2022-06-10T09:50:56.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:50:56.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:50:56.308Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:50:56.308Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854656302, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:50:56.408Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:50:56.410Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:50:56.411Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:50:56.428Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:50:56.429Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:50:57.309Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:50:57.345Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:50:57.349Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:50:57.350Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:50:57.350Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:51:27.350Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:51:27.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:51:27.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:51:27.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:51:27.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:51:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:51:31.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:51:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:51:31.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:51:31.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T09:51:31.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "ves-openapi-manager", "timestamp": 1654854626180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:51:31.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T09:51:57.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:51:57.409Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:51:57.415Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:51:57.415Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:51:57.415Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:52:27.417Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:52:27.433Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:52:27.437Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:52:27.437Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:52:27.437Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:52:31.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:52:31.948Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:52:31.948Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:52:32.011Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:52:32.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:52:32.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854624028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:52:32.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:52:32.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:52:32.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854628810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:52:32.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:52:32.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:52:32.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854631326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:52:32.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:52:57.438Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:52:57.512Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:52:57.521Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:52:57.522Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:52:57.522Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:53:27.523Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:53:27.542Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:53:27.547Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:53:27.547Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:53:27.548Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:53:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:53:31.946Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:53:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:53:32.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:53:32.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "ves-openapi-manager", "timestamp": 1654854626180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOTIFIED" } 2022-06-10T09:53:32.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854624028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854628810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854631326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T09:53:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "ves-openapi-manager", "timestamp": 1654854626180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854624028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854628810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854631326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T09:53:32.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "ves-openapi-manager", "timestamp": 1654854626180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854624028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854628810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854631326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-10T09:53:32.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "ves-openapi-manager", "timestamp": 1654854626180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854624028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854635786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854628810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854631326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "ves-openapi-manager", "timestamp": 1654854626180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854624028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854635786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854631326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854628810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854637919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "ves-openapi-manager", "timestamp": 1654854626180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854631931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:53:32.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854624028, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:53:32.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854635786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854628810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:53:32.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854631326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:53:32.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854637919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOTIFIED" } 2022-06-10T09:53:32.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854635786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854640652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854637919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854640431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854640664, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854641070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854635786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854637919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "cds", "timestamp": 1654854641675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:53:32.566Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287 2022-06-10T09:53:32.568Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:53:32.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854641677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854635786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854637919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "policy-id", "timestamp": 1654854642683, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:53:32.602Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287 2022-06-10T09:53:32.603Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:53:32.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854641925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854635786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:53:32.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854637919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854641925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "NOTIFIED" } 2022-06-10T09:53:32.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854643972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854637919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:53:32.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854641925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T09:53:32.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854641925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854641925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-10T09:53:32.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854641925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:53:32.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854641925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:53:32.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T09:53:32.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854648886, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.637Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854650205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854650084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854651262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.640Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854651462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.641Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854652455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854653231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854653593, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:53:32.655Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287 2022-06-10T09:53:32.656Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-10T09:53:32.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854654153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:53:32.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854654273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854653980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "multicloud-k8s-id", "timestamp": 1654854654602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854655296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854654991, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:53:32.693Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287 2022-06-10T09:53:32.694Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:53:32.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854656168, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854656302, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "clamp", "timestamp": 1654854657178, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:53:32.722Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287 2022-06-10T09:53:32.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:53:32.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854663809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:53:32.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:53:32.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T09:53:32.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "aai-ml", "timestamp": 1654854664820, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:53:32.750Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287 2022-06-10T09:53:32.751Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:53:57.548Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:53:57.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:53:57.576Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:53:57.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T09:53:57.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T09:53:57.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T09:53:57.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:53:57.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:53:57.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:53:57.579Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:53:57.579Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:53:57.579Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:53:57.580Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:53:57.598Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T09:54:27.599Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T09:54:27.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 and serviceModelVersionId: 9bc6036b-267f-4f92-90a4-d3335251451e 2022-06-10T09:54:27.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c873fad-a4b0-4929-9c89-ee636a7d5b72 2022-06-10T09:54:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:54:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:54:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:54:41.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:54:51.163Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0 2022-06-10T09:54:51.370Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T09:54:52.261Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|INFO|500||Invoke 2022-06-10T09:54:52.276Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66e32d64-0df6-4ded-8066-2eb4faa67287], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6d7bd0d-2204-461d-ac46-e16eb9063e58], X-ECOMP-RequestID=[66e32d64-0df6-4ded-8066-2eb4faa67287], X-TransactionId=[], X-ONAP-RequestID=[66e32d64-0df6-4ded-8066-2eb4faa67287], Content-Type=[application/merge-patch+json]} 2022-06-10T09:54:52.468Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T09:54:52.848Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?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/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-09:54:52:482-88469], vertex-id=[180368], Content-Length=[0], Date=[Fri, 10 Jun 2022 09:54:52 GMT], Content-Type=[application/json]} 2022-06-10T09:54:52.850Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T09:54:52.851Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|INFO|500||InvokeReturn 2022-06-10T09:54:52.857Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T09:54:52.862Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:54:52.878Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T09:54:52.881Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66e32d64-0df6-4ded-8066-2eb4faa67287 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T09:54:52.883Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T09:54:52.884Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:54:52.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:54:52.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854892881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T09:54:52.987Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:54:52.989Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:54:52.989Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:54:53.012Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:54:53.013Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T09:54:53.909Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:54:53.910Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:54:53.910Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:04.384Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:04.385Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:55:04.386Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:55:04.386Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:13.972Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:13.974Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:55:13.975Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:55:13.975Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:23.552Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:23.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:55:23.554Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:55:23.554Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:25.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:25.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T09:55:25.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b","serviceName":"basic_onboard_xfejDD","serviceVersion":"1.0","serviceUUID":"f0abc089-4145-4b8f-a8f4-c114728a9866","serviceDescription":"service","serviceInvariantUUID":"8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4","resources":[{"resourceInstanceName":"basic_onboard_xfejDD 0","resourceName":"basic_onboard_xfejDD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20482185-fb76-4ea3-abb2-3a7987d69085","resourceInvariantUUID":"04162a9f-2586-4157-a7ca-144c9d5b57a3","resourceCustomizationUUID":"2d09abf1-4e8d-4763-b2f6-d59fd043795e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml","artifactChecksum":"MTMyMTEwZGU5NzQ4NWU0YmExZjE5NmMxZWI4NmU5ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2187060c-06b2-4ceb-aae5-dc5c6b766a3f","artifactVersion":"1"},{"artifactName":"basic_onboard_xfejdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json","artifactChecksum":"MzgyYTAzZmQxMDI2ZTAxZDYxZjM5MWViNGU4YjgyM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05523a94-069c-49b4-a00b-efcc7eee6ce7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a87ebab-505b-4558-81eb-e48a60f7dc27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4e3378e-b8a0-4bd3-8374-961dbcf10b81","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b7280fc-00e0-497a-84cd-ed98cf5eed93","artifactVersion":"2","generatedFromUUID":"9a87ebab-505b-4558-81eb-e48a60f7dc27"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXfejdd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml","artifactChecksum":"YWYzNzA2OTZhNzlmYjIzNmVlMmIxZDY3YTFmNzkxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33e1eea5-0fd0-4347-9b13-cf8a3fd47105","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXfejdd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar","artifactChecksum":"ZGJkZGZhNDg3MjcyMDFkYTc5NDBlY2U2MzEzOTQwMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dde37d1b-3680-49c3-b0a6-a43275d2e014","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T09:55:25.110Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:55:25.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:25.115Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:25.116Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:25.216Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:25.217Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:25.217Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:25.239Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:25.240Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:26.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:55:26.118Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:26.121Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:26.121Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOTIFIED" } 2022-06-10T09:55:26.221Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:26.223Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:26.224Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:26.247Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:26.249Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:55:27.122Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:55:27.124Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:27.128Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:27.128Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T09:55:27.228Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:55:27.229Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:27.230Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:27.259Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:27.260Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:55:28.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:55:28.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:28.140Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:28.141Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:28.240Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T09:55:28.242Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:28.242Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:28.264Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:28.274Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:55:29.142Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:55:29.143Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:29.147Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:29.147Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-10T09:55:29.247Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:29.250Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:29.251Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:29.274Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:29.274Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:55:30.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:55:30.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:30.150Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:30.151Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:30.251Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:30.252Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:30.253Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:30.269Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:30.270Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:31.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T09:55:31.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:31.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:31.156Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:55:31.256Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:31.257Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:31.257Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:31.279Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:31.280Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:55:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:55:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:55:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:32.158Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "serviceName": "basic_onboard_xfejDD", "serviceVersion": "1.0", "serviceUUID": "f0abc089-4145-4b8f-a8f4-c114728a9866", "serviceDescription": "service", "serviceInvariantUUID": "8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4", "resources": [ { "resourceInstanceName": "basic_onboard_xfejDD 0", "resourceCustomizationUUID": "2d09abf1-4e8d-4763-b2f6-d59fd043795e", "resourceName": "basic_onboard_xfejDD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "20482185-fb76-4ea3-abb2-3a7987d69085", "resourceInvariantUUID": "04162a9f-2586-4157-a7ca-144c9d5b57a3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xfejdd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "artifactChecksum": "MzgyYTAzZmQxMDI2ZTAxZDYxZjM5MWViNGU4YjgyM2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05523a94-069c-49b4-a00b-efcc7eee6ce7", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9a87ebab-505b-4558-81eb-e48a60f7dc27", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9b7280fc-00e0-497a-84cd-ed98cf5eed93", "generatedFromUUID": "9a87ebab-505b-4558-81eb-e48a60f7dc27" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9b7280fc-00e0-497a-84cd-ed98cf5eed93", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXfejdd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "artifactChecksum": "ZGJkZGZhNDg3MjcyMDFkYTc5NDBlY2U2MzEzOTQwMGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dde37d1b-3680-49c3-b0a6-a43275d2e014" } ], "workloadContext": "Production" } 2022-06-10T09:55:32.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T09:55:32.159Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f0abc089-4145-4b8f-a8f4-c114728a9866 ASDC 2022-06-10T09:55:32.160Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b ServiceName:basic_onboard_xfejDD ServiceVersion:1.0 ServiceUUID:f0abc089-4145-4b8f-a8f4-c114728a9866 ServiceInvariantUUID:8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXfejdd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar ArtifactUUID:dde37d1b-3680-49c3-b0a6-a43275d2e014 ArtifactChecksum:ZGJkZGZhNDg3MjcyMDFkYTc5NDBlY2U2MzEzOTQwMGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_xfejDD 0 ResourceCustomizationUUID:2d09abf1-4e8d-4763-b2f6-d59fd043795e ResourceInvariantUUID:04162a9f-2586-4157-a7ca-144c9d5b57a3 ResourceName:basic_onboard_xfejDD ResourceType:VF ResourceUUID:20482185-fb76-4ea3-abb2-3a7987d69085 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xfejdd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json ArtifactUUID:05523a94-069c-49b4-a00b-efcc7eee6ce7 ArtifactChecksum:MzgyYTAzZmQxMDI2ZTAxZDYxZjM5MWViNGU4YjgyM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml ArtifactUUID:9a87ebab-505b-4558-81eb-e48a60f7dc27 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env ArtifactUUID:9b7280fc-00e0-497a-84cd-ed98cf5eed93 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env ArtifactUUID:9b7280fc-00e0-497a-84cd-ed98cf5eed93 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T09:55:32.160Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0abc089-4145-4b8f-a8f4-c114728a9866 ASDC treatNotification 2022-06-10T09:55:32.169Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:32.172Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.172Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854892881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T09:55:32.174Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:55:32.174Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.174Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.175Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.175Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.176Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854924028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.176Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.176Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.177Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854921925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.177Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854924028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOTIFIED" } 2022-06-10T09:55:32.179Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.179Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.179Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854921925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOTIFIED" } 2022-06-10T09:55:32.184Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.185Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.185Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854924028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.185Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.186Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.186Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T09:55:32.186Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.187Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.187Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854921925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T09:55:32.187Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "ves-openapi-manager", "timestamp": 1654854926180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 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=? 2022-06-10T09:55:32.189Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854924028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.190Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.190Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.190Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.191Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.191Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854921925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "ves-openapi-manager", "timestamp": 1654854926180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854924028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854921925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "ves-openapi-manager", "timestamp": 1654854926180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854928813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854921925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854924028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "ves-openapi-manager", "timestamp": 1654854926180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854928813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854923553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854921925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854924028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "ves-openapi-manager", "timestamp": 1654854926180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854928813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:55:32.231Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T09:55:32.232Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-10T09:55:32.233Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-10T09:55:32.233Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dde37d1b-3680-49c3-b0a6-a43275d2e014 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:32.233Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-10T09:55:32.234Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:32.400Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-10T09:55:32.408Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar dde37d1b-3680-49c3-b0a6-a43275d2e014 71572 2022-06-10T09:55:32.409Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar ASDC sendASDCNotification 2022-06-10T09:55:32.409Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:32.409Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:55:32.410Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:32.414Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:32.414Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854932409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:55:32.514Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:32.516Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:32.517Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:32.539Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:32.540Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:33.414Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T09:55:33.416Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-10T09:55:33.416Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dde37d1b-3680-49c3-b0a6-a43275d2e014, URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar to file: /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:33.417Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:33.417Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:33.418Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:33.653Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16437548126024397093/Definitions/service-BasicOnboardXfejdd-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-10T09:55:36.064Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xfejDD 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:36.067Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-10T09:55:36.067Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.067Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is not matching search criteria 2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-10T09:55:36.071Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-10T09:55:36.071Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-10T09:55:36.072Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-10T09:55:36.075Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:36.077Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:55:36.077Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.077Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is not matching search criteria 2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea985723-466a-4e90-9d42-0abdf03b8e8e 2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:36.081Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:36.081Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:36.081Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_xfejDD Description:service Model UUID:f0abc089-4145-4b8f-a8f4-c114728a9866 Model Version:NULL Model InvariantUuid:8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_xfejDD Model UUID:d3e3a677-6073-4fbc-880a-ba85dc3862d7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:04162a9f-2586-4157-a7ca-144c9d5b57a3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2d09abf1-4e8d-4763-b2f6-d59fd043795e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:16ead798-ba11-434e-a87a-ad293188acc1 ModelName:BasicOnboardXfejdd..base_ubuntu18..module-0 ModelUuid:83e2d293-4feb-4428-847c-989bd0353db2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ea985723-466a-4e90-9d42-0abdf03b8e8e ModelInvariantUuid:d975d74c-c521-403b-ba5b-b4155cbd9624 ModelName:basic_onboard_xfejDD-nodes.ubuntu18Cvfc ModelUuid:bd0f1afc-9642-4f8a-8c3b-40fde2f6c36b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b964f350-d60b-4d11-b162-44d95253ebdd ModelInvariantUuid:f41bb76f-8d82-4244-87ca-51b7b0b042bf ModelName:BasicOnboardXfejdd.compute.nodes.heat.ubuntu18 ModelUuid:11fffed8-7304-4b64-88c5-f4eb6c4692bc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T09:55:36.101Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 20482185-fb76-4ea3-abb2-3a7987d69085 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:55:36.108Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||basic_onboard_xfejDD 0 2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20482185-fb76-4ea3-abb2-3a7987d69085 2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 05523a94-069c-49b4-a00b-efcc7eee6ce7 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json 2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json 2022-06-10T09:55:36.296Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-10T09:55:36.297Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json 05523a94-069c-49b4-a00b-efcc7eee6ce7 798 2022-06-10T09:55:36.297Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json ASDC sendASDCNotification 2022-06-10T09:55:36.297Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json 2022-06-10T09:55:36.298Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:55:36.298Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:36.302Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:36.302Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854936297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T09:55:36.402Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:36.403Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:36.404Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:36.420Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:36.421Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:37.303Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXfejdd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "16ead798-ba11-434e-a87a-ad293188acc1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83e2d293-4feb-4428-847c-989bd0353db2", "vfModuleModelCustomizationUUID": "2f20ff70-949a-40d1-a181-be221106a2fd", "isBase": true, "artifacts": [ "9a87ebab-505b-4558-81eb-e48a60f7dc27", "9b7280fc-00e0-497a-84cd-ed98cf5eed93" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T09:55:37.311Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXfejdd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83e2d293-4feb-4428-847c-989bd0353db2 VfModuleModelInvariantUUID:16ead798-ba11-434e-a87a-ad293188acc1 VfModuleModelDescription:NULL Artifacts UUID List:{ 9a87ebab-505b-4558-81eb-e48a60f7dc27 , 9b7280fc-00e0-497a-84cd-ed98cf5eed93 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T09:55:37.314Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXfejdd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "16ead798-ba11-434e-a87a-ad293188acc1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83e2d293-4feb-4428-847c-989bd0353db2", "vfModuleModelCustomizationUUID": "2f20ff70-949a-40d1-a181-be221106a2fd", "isBase": true, "artifacts": [ "9a87ebab-505b-4558-81eb-e48a60f7dc27", "9b7280fc-00e0-497a-84cd-ed98cf5eed93" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T09:55:37.314Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXfejdd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83e2d293-4feb-4428-847c-989bd0353db2 VfModuleModelInvariantUUID:16ead798-ba11-434e-a87a-ad293188acc1 VfModuleModelDescription:NULL Artifacts UUID List:{ 9a87ebab-505b-4558-81eb-e48a60f7dc27 , 9b7280fc-00e0-497a-84cd-ed98cf5eed93 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T09:55:37.315Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9a87ebab-505b-4558-81eb-e48a60f7dc27 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml 2022-06-10T09:55:37.315Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-10T09:55:37.315Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml 2022-06-10T09:55:37.427Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-10T09:55:37.427Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml 9a87ebab-505b-4558-81eb-e48a60f7dc27 5033 2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml 2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:37.432Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:37.432Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854937428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T09:55:37.537Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-10T09:55:37.538Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:37.538Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:37.559Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:37.560Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T09:55:38.435Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b7280fc-00e0-497a-84cd-ed98cf5eed93 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env 2022-06-10T09:55:38.436Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-10T09:55:38.436Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env 2022-06-10T09:55:38.610Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-10T09:55:38.610Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env 9b7280fc-00e0-497a-84cd-ed98cf5eed93 909 2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env 2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:38.616Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:38.616Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854938611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-10T09:55:38.714Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T09:55:38.715Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:38.715Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:38.731Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:38.732Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:39.617Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f0abc089-4145-4b8f-a8f4-c114728a9866 2022-06-10T09:55:39.618Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xfejDD 0 20482185-fb76-4ea3-abb2-3a7987d69085 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:55:39.647Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@93a2ed, org.onap.sdc.toscaparser.api.parameters.Input@2fdba06c, org.onap.sdc.toscaparser.api.parameters.Input@1ae0b5dd, org.onap.sdc.toscaparser.api.parameters.Input@487167b2, org.onap.sdc.toscaparser.api.parameters.Input@55e8309b] 2022-06-10T09:55:39.649Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2d09abf1-4e8d-4763-b2f6-d59fd043795e 2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d09abf1-4e8d-4763-b2f6-d59fd043795e matches Tosca VF Customization UUID: 2d09abf1-4e8d-4763-b2f6-d59fd043795e 2022-06-10T09:55:39.651Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2d09abf1-4e8d-4763-b2f6-d59fd043795e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-10T09:55:39.655Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.655Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.656Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2d09abf1-4e8d-4763-b2f6-d59fd043795e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-10T09:55:39.656Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b9c99a5 2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f20ff70-949a-40d1-a181-be221106a2fd 2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f20ff70-949a-40d1-a181-be221106a2fd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-10T09:55:39.662Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.662Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:55:39.664Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.664Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is not matching search criteria 2022-06-10T09:55:39.664Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-10T09:55:39.665Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-10T09:55:39.665Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea985723-466a-4e90-9d42-0abdf03b8e8e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-10T09:55:39.670Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.671Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:39.671Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T09:55:39.671Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.672Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria 2022-06-10T09:55:39.672Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=2d09abf1-4e8d-4763-b2f6-d59fd043795e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:55:39.676Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.676Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f0abc089-4145-4b8f-a8f4-c114728a9866: basic_onboard_xfejDD 2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.678Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.678Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.678Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T09:55:39.680Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_xfejDD Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:55:39.817Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xfejDD 20482185-fb76-4ea3-abb2-3a7987d69085 1 ASDC deployResourceStructure 2022-06-10T09:55:39.817Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json ASDC sendASDCNotification 2022-06-10T09:55:39.818Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json 2022-06-10T09:55:39.818Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:55:39.818Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:39.821Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:39.822Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854939817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T09:55:39.922Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:39.925Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:39.925Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:39.945Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:39.946Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:40.823Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-10T09:55:40.823Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml 2022-06-10T09:55:40.823Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:55:40.825Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:40.827Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:40.828Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854940823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-10T09:55:40.933Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-10T09:55:40.935Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:40.935Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:40.954Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:40.954Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:41.831Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-10T09:55:41.832Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env 2022-06-10T09:55:41.832Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:55:41.833Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:41.838Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:41.839Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854941831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-10T09:55:41.957Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms 2022-06-10T09:55:41.958Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:41.958Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:41.992Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:41.993Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:42.840Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar ASDC sendASDCNotification 2022-06-10T09:55:42.841Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar 2022-06-10T09:55:42.841Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T09:55:42.842Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:55:42.845Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:55:42.846Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854942840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:55:42.946Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:55:42.948Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:55:42.948Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:55:43.003Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:55:43.004Z||pool-33-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-06-10T09:55:43.847Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:55:43.861Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:55:43.865Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:55:43.865Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:55:43.866Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:56:13.866Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:56:13.881Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:56:13.885Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:56:13.885Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:56:13.885Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:56:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:56:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:56:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:56:31.988Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:56:31.989Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:56:31.990Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854931326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:56:31.991Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:56:43.886Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:56:43.902Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:56:43.907Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:56:43.908Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:56:43.908Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:57:13.908Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:57:13.922Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:57:13.931Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:57:13.932Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:57:13.932Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:57:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:57:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:57:31.947Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:57:31.981Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:57:31.982Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:57:31.982Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854932263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T09:57:31.983Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:57:43.932Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:57:43.955Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:57:43.965Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:57:43.965Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:57:43.965Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:58:13.966Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:58:13.989Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:58:13.998Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:58:13.998Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T09:58:13.999Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T09:58:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:58:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:58:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:58:32.485Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:58:32.490Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.490Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854932409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854932178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "ves-openapi-manager", "timestamp": 1654854926180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854928813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854931326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "ves-openapi-manager", "timestamp": 1654854926180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.496Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.496Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854933386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.496Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854928813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854931326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854928813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854934563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854931326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854928813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.501Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854935648, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:58:32.511Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 2022-06-10T09:58:32.511Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:58:32.535Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.535Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854931326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854936297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "multicloud-k8s-id", "timestamp": 1654854936658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854936937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854931326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854935785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854937428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.539Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.539Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.539Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "cds", "timestamp": 1654854937959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:58:32.547Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 2022-06-10T09:58:32.548Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:58:32.563Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.563Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854931326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854935785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854937919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854938611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854935785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854939215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854937919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "NOTIFIED" } 2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854939817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854935785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854940222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854937919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854940823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854935785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "policy-id", "timestamp": 1654854941228, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:58:32.582Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 2022-06-10T09:58:32.583Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-10T09:58:32.604Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.604Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854937919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854941831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854935785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854937919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654854942840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854935785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854943178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.611Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854937919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "aai-ml", "timestamp": 1654854944185, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:58:32.623Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 2022-06-10T09:58:32.623Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:58:32.640Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.640Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854943832, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.641Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.642Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.642Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854937919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "NOTIFIED" } 2022-06-10T09:58:32.643Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-10T09:58:32.644Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.645Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854947247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.645Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.645Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.646Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654854948255, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:58:32.653Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 2022-06-10T09:58:32.654Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:58:32.668Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854957204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854959218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T09:58:32.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:58:32.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:58:32.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "clamp", "timestamp": 1654854960223, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:58:32.679Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 2022-06-10T09:58:32.679Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T09:58:44.000Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:58:44.016Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T09:58:44.021Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T09:58:44.021Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T09:58:44.021Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:58:44.023Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:58:44.023Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T09:58:44.023Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T09:58:44.036Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T09:59:14.037Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T09:59:14.049Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and serviceModelVersionId: f0abc089-4145-4b8f-a8f4-c114728a9866 2022-06-10T09:59:14.050Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4 2022-06-10T09:59:14.052Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0 2022-06-10T09:59:14.063Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T09:59:14.174Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-10T09:59:14.178Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0|INFO|500||Invoke 2022-06-10T09:59:14.243Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T09:59:14.486Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0|INFO|500||InvokeReturn 2022-06-10T09:59:14.486Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-09:59:14:261-28677], vertex-id=[180240], Content-Length=[0], Date=[Fri, 10 Jun 2022 09:59:14 GMT], Content-Type=[application/json]} 2022-06-10T09:59:14.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T09:59:14.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T09:59:14.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T09:59:14.502Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-06-10T09:59:14.502Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T09:59:14.502Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T09:59:14.503Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-10T09:59:14.506Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T09:59:14.506Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855154502, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T09:59:14.606Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T09:59:14.608Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T09:59:14.608Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:59:14.638Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:59:14.639Z||pool-34-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T09:59:15.524Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:59:15.525Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:59:15.525Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:59:25.904Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:59:25.905Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:59:25.906Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:59:25.906Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:59:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:59:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:59:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:59:32.576Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:59:32.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-10T09:59:32.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855154502, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T09:59:32.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T09:59:35.485Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:59:35.486Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:59:35.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:59:35.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T09:59:45.051Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:59:45.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:59:45.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:59:45.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T09:59:54.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T09:59:54.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T09:59:54.623Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T09:59:54.623Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:00:04.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:00:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:00:31.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:00:31.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:00:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:00:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:00:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:00:41.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:00:41.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:01:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:01:31.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:01:31.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:01:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:01:31.945Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:01:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:01:41.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:01:41.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:02:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:02:31.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:02:31.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:02:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:02:31.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:02:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:02:41.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:02:41.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:03:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:03:31.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:03:31.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:03:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:03:31.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:03:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:03:41.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:03:41.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:04:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:04:31.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:04:31.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:04:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:04:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:04:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:04:41.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:04:41.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:05:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:05:31.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:05:31.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:05:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:05:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:05:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:05:32.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:05:32.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "clamp", "timestamp": 1654855507919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "cds", "timestamp": 1654855513809, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "ves-openapi-manager", "timestamp": 1654855506180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855505787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "policy-id", "timestamp": 1654855511326, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "clamp", "timestamp": 1654855507919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:05:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "ves-openapi-manager", "timestamp": 1654855506180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "cds", "timestamp": 1654855513809, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:05:32.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855505787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:05:32.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "policy-id", "timestamp": 1654855511326, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:05:32.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855517401, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:05:32.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "cds", "timestamp": 1654855518066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:05:32.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "policy-id", "timestamp": 1654855518036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:05:32.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "cds", "timestamp": 1654855519097, "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-06-10T10:05:32.268Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 2022-06-10T10:05:32.269Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:05:32.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "policy-id", "timestamp": 1654855519045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:05:32.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855519497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:05:32.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "policy-id", "timestamp": 1654855520103, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:05:32.307Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 2022-06-10T10:05:32.307Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:05:32.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855520509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:05:32.362Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 2022-06-10T10:05:32.362Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:05:32.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855521925, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855521925, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:05:32.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "aai-ml", "timestamp": 1654855524028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "aai-ml", "timestamp": 1654855524028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:05:32.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "aai-ml", "timestamp": 1654855526918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:05:32.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "clamp", "timestamp": 1654855527744, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:05:32.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "clamp", "timestamp": 1654855529341, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:05:32.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:05:32.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "clamp", "timestamp": 1654855530346, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:05:32.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 2022-06-10T10:05:32.412Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:05:32.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:05:32.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:05:32.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T10:05:32.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5b63b07c-e654-4961-b807-26423d2f32ea","serviceDescription":"service","serviceInvariantUUID":"a5d01432-a1c7-468d-809e-a07ec6596be9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"449b4e71-7ffa-48ff-8673-0f57ae0ee0fa","resourceInvariantUUID":"a20e9854-98de-4af1-a4bf-bd0c55273dc4","resourceCustomizationUUID":"daa04b89-a888-496a-9b9c-7b7501471cc7","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":"MTUyZWI4ZTcwMjZhNDgwNTI4MDI0ZjNkY2Y5MWEyMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d9693fa-5724-4324-babc-4b226224e028","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdiYmY3YjIyN2Q4Y2VlYzYwZGY1M2UzMDEzMzc2YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3020aaf-8127-4e06-a345-14b09c0ffb85","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:05:32.603Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:05:32.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:05:32.610Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:05:32.611Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:05:32.716Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-10T10:05:32.717Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:05:32.718Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:05:32.739Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:05:32.740Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:05:33.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:05:33.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:05:33.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:05:33.617Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:05:33.719Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-10T10:05:33.721Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:05:33.721Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:05:33.742Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:05:33.743Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:05:34.619Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "5b63b07c-e654-4961-b807-26423d2f32ea", "serviceDescription": "service", "serviceInvariantUUID": "a5d01432-a1c7-468d-809e-a07ec6596be9", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "daa04b89-a888-496a-9b9c-7b7501471cc7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "449b4e71-7ffa-48ff-8673-0f57ae0ee0fa", "resourceInvariantUUID": "a20e9854-98de-4af1-a4bf-bd0c55273dc4", "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": "YzdiYmY3YjIyN2Q4Y2VlYzYwZGY1M2UzMDEzMzc2YTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3020aaf-8127-4e06-a345-14b09c0ffb85" } ], "workloadContext": "Production" } 2022-06-10T10:05:34.620Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:05:34.620Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5b63b07c-e654-4961-b807-26423d2f32ea ASDC 2022-06-10T10:05:34.622Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:5b63b07c-e654-4961-b807-26423d2f32ea ServiceInvariantUUID:a5d01432-a1c7-468d-809e-a07ec6596be9 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:d3020aaf-8127-4e06-a345-14b09c0ffb85 ArtifactChecksum:YzdiYmY3YjIyN2Q4Y2VlYzYwZGY1M2UzMDEzMzc2YTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:daa04b89-a888-496a-9b9c-7b7501471cc7 ResourceInvariantUUID:a20e9854-98de-4af1-a4bf-bd0c55273dc4 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:449b4e71-7ffa-48ff-8673-0f57ae0ee0fa ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-10T10:05:34.622Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b63b07c-e654-4961-b807-26423d2f32ea ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:05:34.670Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:05:34.672Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:05:34.672Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:05:34.673Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d3020aaf-8127-4e06-a345-14b09c0ffb85 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T10:05:34.673Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:05:34.673Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T10:05:34.823Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d3020aaf-8127-4e06-a345-14b09c0ffb85 52508 2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:05:34.827Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:05:34.830Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:05:34.830Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855534826, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:05:34.931Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:05:34.932Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:05:34.933Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:05:34.950Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:05:34.951Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:05:35.831Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:05:35.833Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:05:35.833Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d3020aaf-8127-4e06-a345-14b09c0ffb85, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:35.834Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-10T10:05:35.835Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:35.835Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:36.160Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15318857443801721896/Definitions/service-BasicNetwork-template.yml 2022-06-10T10:05:37.171Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.178Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.178Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.178Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:5b63b07c-e654-4961-b807-26423d2f32ea Model Version:NULL Model InvariantUuid:a5d01432-a1c7-468d-809e-a07ec6596be9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a20e9854-98de-4af1-a4bf-bd0c55273dc4 Model UUID:f42c0e67-184e-4109-99c1-9158de89fc23 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:daa04b89-a888-496a-9b9c-7b7501471cc7 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:05:37.192Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 449b4e71-7ffa-48ff-8673-0f57ae0ee0fa 2022-06-10T10:05:37.193Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||No resources found for Service: 5b63b07c-e654-4961-b807-26423d2f32ea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:05:37.204Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500|| 2022-06-10T10:05:37.204Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-10T10:05:37.205Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 5b63b07c-e654-4961-b807-26423d2f32ea 2022-06-10T10:05:37.205Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5b63b07c-e654-4961-b807-26423d2f32ea 2022-06-10T10:05:37.205Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-10T10:05:37.206Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:05:37.218Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5788baf2, org.onap.sdc.toscaparser.api.parameters.Input@4045f6b7, org.onap.sdc.toscaparser.api.parameters.Input@32e4839b, org.onap.sdc.toscaparser.api.parameters.Input@bf1b749, org.onap.sdc.toscaparser.api.parameters.Input@19bcc3ef] 2022-06-10T10:05:37.221Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.222Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.223Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.223Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5b63b07c-e654-4961-b807-26423d2f32ea: Generic NeutronNet 2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-10T10:05:37.276Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.277Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.277Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.278Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.278Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:05:37.279Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:05:37.279Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-10T10:05:37.386Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-10T10:05:37.387Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-10T10:05:37.387Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T10:05:37.387Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:05:37.388Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:05:37.390Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:05:37.390Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855537387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:05:37.491Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:05:37.492Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:05:37.492Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:05:37.595Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:05:37.596Z||pool-38-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:05:38.391Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:05:38.410Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:05:38.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:05:38.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:05:38.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:06:08.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:06:08.454Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:06:08.463Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:06:08.464Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:06:08.464Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:06:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:06:31.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:06:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:06:31.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:06:31.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:06:31.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:06:31.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:06:38.464Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:06:38.480Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:06:38.484Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:06:38.484Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:06:38.484Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:07:08.485Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:07:08.514Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:07:08.520Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:07:08.521Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:07:08.521Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:07:31.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:07:31.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:07:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:07:31.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:07:31.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:07:31.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:07:31.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:07:38.524Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:07:38.544Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:07:38.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:07:38.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:07:38.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:08:08.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:08:08.573Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:08:08.583Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:08:08.584Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:08:08.584Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:08:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:08:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:08:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:08:31.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:08:31.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:31.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:31.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:31.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "aai-ml", "timestamp": 1654855532461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:31.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:31.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:31.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:31.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:31.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "aai-ml", "timestamp": 1654855533467, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.014Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 2022-06-10T10:08:32.014Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T10:08:32.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855534826, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855526180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855528809, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855537387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855537069, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855537646, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "cds", "timestamp": 1654855538660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.073Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011 2022-06-10T10:08:32.074Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855538386, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855531326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "ves-openapi-manager", "timestamp": 1654855539393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.103Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011 2022-06-10T10:08:32.103Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855540219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855541228, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "policy-id", "timestamp": 1654855542232, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011 2022-06-10T10:08:32.132Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855535785, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855544611, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855537919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855546995, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855548008, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.163Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011 2022-06-10T10:08:32.163Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "multicloud-k8s-id", "timestamp": 1654855541926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855554337, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855556348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "clamp", "timestamp": 1654855557353, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.197Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011 2022-06-10T10:08:32.197Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855554028, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855562911, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855561925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855565785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855558812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "ves-openapi-manager", "timestamp": 1654855566180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855561925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:08:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855565785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855558812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "ves-openapi-manager", "timestamp": 1654855566180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855567919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855561925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:08:32.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855565785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855558812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "ves-openapi-manager", "timestamp": 1654855566180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855567919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:08:32.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855569486, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855561925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855565785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855558812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "ves-openapi-manager", "timestamp": 1654855566180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855567919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "aai-ml", "timestamp": 1654855570492, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.238Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011 2022-06-10T10:08:32.239Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855561925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T10:08:32.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855565785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855558812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "ves-openapi-manager", "timestamp": 1654855566180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855567919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855571326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855561925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855565785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855558812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "ves-openapi-manager", "timestamp": 1654855566180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855567919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855571326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855561925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855565785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855558812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "ves-openapi-manager", "timestamp": 1654855566180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855567919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855571326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:08:32.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855574435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855567919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855574020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855574639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855571326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "cds", "timestamp": 1654855575651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 2022-06-10T10:08:32.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855575569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855571326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855576783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855571326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855577159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855577818, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 2022-06-10T10:08:32.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855571326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855578164, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.363Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 2022-06-10T10:08:32.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "multicloud-k8s-id", "timestamp": 1654855578826, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855579147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855580156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "policy-id", "timestamp": 1654855581163, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.389Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 2022-06-10T10:08:32.390Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-10T10:08:32.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-10T10:08:32.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855584352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.408Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-10T10:08:32.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855576656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855586359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855586505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "clamp", "timestamp": 1654855587364, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:32.420Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 2022-06-10T10:08:32.421Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "cds", "timestamp": 1654855587513, "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-06-10T10:08:32.453Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6df10f02-bcba-438b-85e2-6d42620b65d2 2022-06-10T10:08:32.454Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df10f02-bcba-438b-85e2-6d42620b65d2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:08:32.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-10T10:08:32.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855581925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:08:32.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:08:32.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:08:38.584Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:08:38.602Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:08:38.608Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:08:38.608Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:08:38.619Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:09:08.620Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:09:08.628Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and serviceModelVersionId: 5b63b07c-e654-4961-b807-26423d2f32ea 2022-06-10T10:09:08.628Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5d01432-a1c7-468d-809e-a07ec6596be9 2022-06-10T10:09:08.630Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0 2022-06-10T10:09:08.637Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:09:08.711Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-10T10:09:08.713Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0|INFO|500||Invoke 2022-06-10T10:09:08.759Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:09:09.056Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0|INFO|500||InvokeReturn 2022-06-10T10:09:09.057Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-10:09:08:773-55746], vertex-id=[250064], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:09:08 GMT], Content-Type=[application/json]} 2022-06-10T10:09:09.057Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:09:09.057Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:09:09.062Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:09:09.094Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:09:09.096Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:09:09.096Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:09:09.097Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:09.100Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:09.100Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855749096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:09:09.200Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:09.202Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:09.202Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:09.226Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:09.228Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:09:10.124Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T10:09:10.124Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f600d7ea-47f1-422f-98cb-35bcdd76e011","serviceName":"Demo_pNF_6TNwWaDXqfOcIJE7uxvS","serviceVersion":"1.0","serviceUUID":"e70ec552-961d-491a-b222-0a26a6c207ea","serviceDescription":"catalog service description","serviceInvariantUUID":"30d6d848-52cc-4840-95c3-7652a4e724f3","resources":[{"resourceInstanceName":"pNF 5da2c451-68f4 0","resourceName":"pNF 5da2c451-68f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48604132-6227-4462-a031-a03828de6dab","resourceInvariantUUID":"f690cd08-28a3-4dfa-b0ee-bf0cc04c38e1","resourceCustomizationUUID":"53703e5a-c8ab-4fb9-a5af-eec6c07ab487","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml","artifactChecksum":"MzZhMDMxOTU5ZmQzMGUyMDM1OWJjZmU4NTUzODAzMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2015300-762a-4fcb-b114-dfaeb79ab0ef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar","artifactChecksum":"OGEyZGNiMDNhMzZjZjdiNWQyYmE1NTJhYmQ0OGJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14fffdad-c1a5-4cd9-b303-11c5f5f093be","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12df2053-11e6-47ee-a75e-02faf6357a8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml","artifactChecksum":"MzA4OGI0OTNlNjk2YTNiNTFhODFmOTRlM2RkOWI0ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"092ed54e-0a53-4544-aef0-fd34490ae219","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"163ef698-64e9-432f-bcf9-b96d0a745b30","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a2ddd54-251e-4054-b984-e8bc24430c6d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6tnwwadxqfocije7uxvs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml","artifactChecksum":"ZTQ2NTNkOWUzNDQ0ZjZiZmQ2YTk2MTQ0YzdlMDNkZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c688b3e8-8f2a-4467-be03-70b0028d47ec","artifactVersion":"1"},{"artifactName":"service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar","artifactChecksum":"YmY3N2MzNzYyNWJiOGRiN2U5MWFjZTY5YjhjY2JjMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c915f0d4-97a0-4e3a-9a41-0fefec17e062","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:09:10.125Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:10.135Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:10.139Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:10.140Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:10.239Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:09:10.240Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:10.241Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:10.258Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:10.259Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:11.141Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:11.142Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:11.144Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:11.144Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:11.245Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:09:11.246Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:11.246Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:11.262Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:11.263Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:12.145Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:12.146Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:12.149Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:12.149Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:12.249Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:12.251Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:12.251Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:12.273Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:12.274Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:13.150Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:13.151Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:13.154Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:13.154Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:13.254Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:13.255Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:13.255Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:13.277Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:13.278Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:14.155Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:14.156Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:14.158Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:14.159Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:14.259Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:14.261Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:14.261Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:14.277Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:14.278Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:15.159Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:15.162Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:15.166Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:15.166Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:15.266Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:15.267Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:15.267Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:15.283Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:15.283Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:16.167Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:16.168Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:16.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:16.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:16.272Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:16.274Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:16.274Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:16.293Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:16.295Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:17.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:17.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:17.179Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:17.179Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:09:17.280Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:17.282Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:17.282Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:17.298Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:17.298Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:18.181Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "serviceName": "Demo_pNF_6TNwWaDXqfOcIJE7uxvS", "serviceVersion": "1.0", "serviceUUID": "e70ec552-961d-491a-b222-0a26a6c207ea", "serviceDescription": "catalog service description", "serviceInvariantUUID": "30d6d848-52cc-4840-95c3-7652a4e724f3", "resources": [ { "resourceInstanceName": "pNF 5da2c451-68f4 0", "resourceCustomizationUUID": "53703e5a-c8ab-4fb9-a5af-eec6c07ab487", "resourceName": "pNF 5da2c451-68f4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "48604132-6227-4462-a031-a03828de6dab", "resourceInvariantUUID": "f690cd08-28a3-4dfa-b0ee-bf0cc04c38e1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "artifactChecksum": "YmY3N2MzNzYyNWJiOGRiN2U5MWFjZTY5YjhjY2JjMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c915f0d4-97a0-4e3a-9a41-0fefec17e062" } ], "workloadContext": "Production" } 2022-06-10T10:09:18.182Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:09:18.182Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e70ec552-961d-491a-b222-0a26a6c207ea ASDC 2022-06-10T10:09:18.182Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f600d7ea-47f1-422f-98cb-35bcdd76e011 ServiceName:Demo_pNF_6TNwWaDXqfOcIJE7uxvS ServiceVersion:1.0 ServiceUUID:e70ec552-961d-491a-b222-0a26a6c207ea ServiceInvariantUUID:30d6d848-52cc-4840-95c3-7652a4e724f3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar ArtifactUUID:c915f0d4-97a0-4e3a-9a41-0fefec17e062 ArtifactChecksum:YmY3N2MzNzYyNWJiOGRiN2U5MWFjZTY5YjhjY2JjMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5da2c451-68f4 0 ResourceCustomizationUUID:53703e5a-c8ab-4fb9-a5af-eec6c07ab487 ResourceInvariantUUID:f690cd08-28a3-4dfa-b0ee-bf0cc04c38e1 ResourceName:pNF 5da2c451-68f4 ResourceType:PNF ResourceUUID:48604132-6227-4462-a031-a03828de6dab ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T10:09:18.182Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e70ec552-961d-491a-b222-0a26a6c207ea ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:09:18.225Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:09:18.227Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:09:18.227Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:09:18.228Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c915f0d4-97a0-4e3a-9a41-0fefec17e062 from URL: /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:18.228Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:09:18.228Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:18.490Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:09:18.496Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar c915f0d4-97a0-4e3a-9a41-0fefec17e062 82658 2022-06-10T10:09:18.496Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar ASDC sendASDCNotification 2022-06-10T10:09:18.496Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:18.497Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:09:18.497Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:18.499Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:18.499Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855758496, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:18.600Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:09:18.601Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:18.602Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:18.621Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:18.622Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:19.502Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:09:19.503Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:09:19.503Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c915f0d4-97a0-4e3a-9a41-0fefec17e062, URL: /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar to file: /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:19.505Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:19.506Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:19.506Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:19.668Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14269874223692225926/Definitions/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml 2022-06-10T10:09:20.932Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:09:20.933Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:09:20.933Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.933Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5da2c451-68f4 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-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Node template pNF 5da2c451-68f4 0 is matching search criteria 2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5da2c451-68f4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Node template pNF 5da2c451-68f4 0 is matching search criteria 2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5da2c451-68f4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_6TNwWaDXqfOcIJE7uxvS Description:catalog service description Model UUID:e70ec552-961d-491a-b222-0a26a6c207ea Model Version:NULL Model InvariantUuid:30d6d848-52cc-4840-95c3-7652a4e724f3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:09:20.947Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48604132-6227-4462-a031-a03828de6dab Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||pNF 5da2c451-68f4 0 2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48604132-6227-4462-a031-a03828de6dab 2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e70ec552-961d-491a-b222-0a26a6c207ea 2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e70ec552-961d-491a-b222-0a26a6c207ea 2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5da2c451-68f4 0 48604132-6227-4462-a031-a03828de6dab ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:09:20.960Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61643a8e, org.onap.sdc.toscaparser.api.parameters.Input@75eb0855, org.onap.sdc.toscaparser.api.parameters.Input@bf0400d, org.onap.sdc.toscaparser.api.parameters.Input@3b12d2a, org.onap.sdc.toscaparser.api.parameters.Input@43c1c798] 2022-06-10T10:09:20.960Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e70ec552-961d-491a-b222-0a26a6c207ea: pNF 5da2c451-68f4 2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Processing PNF resource: 48604132-6227-4462-a031-a03828de6dab 2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:09:20.962Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:09:20.962Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Resource customization UUID: 53703e5a-c8ab-4fb9-a5af-eec6c07ab487 is the same as notified resource customizationUUID: 53703e5a-c8ab-4fb9-a5af-eec6c07ab487 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-10T10:09:21.023Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5da2c451-68f4 48604132-6227-4462-a031-a03828de6dab 0 ASDC deployResourceStructure 2022-06-10T10:09:21.024Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar ASDC sendASDCNotification 2022-06-10T10:09:21.024Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar 2022-06-10T10:09:21.025Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:09:21.025Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:21.028Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:21.028Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855761024, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:09:21.128Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:21.129Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:21.129Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:21.151Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:21.151Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:22.030Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f600d7ea-47f1-422f-98cb-35bcdd76e011 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:09:22.046Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f600d7ea-47f1-422f-98cb-35bcdd76e011 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:09:22.050Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:09:22.051Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:09:22.051Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:09:22.051Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:09:22.051Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:09:22.052Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:09:22.052Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:09:22.052Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:09:22.052Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:09:22.053Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:09:22.053Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:09:22.053Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:09:22.060Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:09:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:09:31.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:09:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:31.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:31.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855591737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:31.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:31.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855591821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855592827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855593997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:31.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:31.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855595200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "ves-openapi-manager", "timestamp": 1654855586180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T10:09:31.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:31.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:31.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855596288, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:09:32.005Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6df10f02-bcba-438b-85e2-6d42620b65d2 2022-06-10T10:09:32.006Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df10f02-bcba-438b-85e2-6d42620b65d2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:09:32.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "multicloud-k8s-id", "timestamp": 1654855597294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855591326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:09:32.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855601202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:32.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:09:32.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855601585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:09:32.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855602214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:09:32.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "aai-ml", "timestamp": 1654855602590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:09:32.072Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 2022-06-10T10:09:32.073Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:09:32.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "policy-id", "timestamp": 1654855603217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:09:32.100Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6df10f02-bcba-438b-85e2-6d42620b65d2 2022-06-10T10:09:32.101Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df10f02-bcba-438b-85e2-6d42620b65d2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-10T10:09:32.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855595786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:09:32.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855605640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:32.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855597919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:09:32.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855608461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:09:32.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654855609470, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:09:32.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6df10f02-bcba-438b-85e2-6d42620b65d2 2022-06-10T10:09:32.135Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df10f02-bcba-438b-85e2-6d42620b65d2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:09:32.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:32.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855611538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:32.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855584028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:09:32.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:09:32.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855612770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:09:32.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855613371, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:09:32.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "clamp", "timestamp": 1654855614377, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:09:32.164Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6df10f02-bcba-438b-85e2-6d42620b65d2 2022-06-10T10:09:32.165Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df10f02-bcba-438b-85e2-6d42620b65d2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:09:32.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855622282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:09:32.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:09:32.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:09:32.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "aai-ml", "timestamp": 1654855623288, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:09:32.189Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6df10f02-bcba-438b-85e2-6d42620b65d2 2022-06-10T10:09:32.190Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df10f02-bcba-438b-85e2-6d42620b65d2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:09:52.061Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f600d7ea-47f1-422f-98cb-35bcdd76e011 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:09:52.071Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f600d7ea-47f1-422f-98cb-35bcdd76e011 and serviceModelVersionId: e70ec552-961d-491a-b222-0a26a6c207ea 2022-06-10T10:09:52.071Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d6d848-52cc-4840-95c3-7652a4e724f3 2022-06-10T10:09:52.072Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d6d848-52cc-4840-95c3-7652a4e724f3/model-vers/model-ver/e70ec552-961d-491a-b222-0a26a6c207ea?depth=0 2022-06-10T10:09:52.080Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:09:52.180Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d6d848-52cc-4840-95c3-7652a4e724f3/model-vers/model-ver/e70ec552-961d-491a-b222-0a26a6c207ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-10T10:09:52.182Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d6d848-52cc-4840-95c3-7652a4e724f3/model-vers/model-ver/e70ec552-961d-491a-b222-0a26a6c207ea?depth=0|INFO|500||Invoke 2022-06-10T10:09:52.221Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d6d848-52cc-4840-95c3-7652a4e724f3/model-vers/model-ver/e70ec552-961d-491a-b222-0a26a6c207ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:09:52.370Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d6d848-52cc-4840-95c3-7652a4e724f3/model-vers/model-ver/e70ec552-961d-491a-b222-0a26a6c207ea?depth=0|INFO|500||InvokeReturn 2022-06-10T10:09:52.370Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d6d848-52cc-4840-95c3-7652a4e724f3/model-vers/model-ver/e70ec552-961d-491a-b222-0a26a6c207ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-10:09:52:233-88604], vertex-id=[188632], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:09:52 GMT], Content-Type=[application/json]} 2022-06-10T10:09:52.376Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:09:52.378Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:09:52.379Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:09:52.388Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:09:52.388Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f600d7ea-47f1-422f-98cb-35bcdd76e011 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:09:52.388Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:09:52.389Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:52.395Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:52.396Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855792388, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:09:52.506Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-06-10T10:09:52.508Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:52.508Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:52.536Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:52.539Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:09:53.415Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:09:53.416Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:09:53.416Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:57.906Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:57.907Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T10:09:57.907Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ea68636-cb1c-42b7-ad05-e7772e6d5fe8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"284fa0f6-4ac3-4734-be84-ec2cfafd6ce7","serviceDescription":"service","serviceInvariantUUID":"0131bfcf-9d75-4436-bb38-556081bbdd64","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c538d0a2-2d79-4767-8e6b-a283ed7859e5","resourceInvariantUUID":"b50e05e8-c29f-455d-b920-a9886731fb90","resourceCustomizationUUID":"87e6e4a5-422b-42a3-8606-fbd169308881","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":"M2U0NDJkYTcyODFiYmViY2UyOTNjNGM4NjAzYjk4Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"789524f6-95b1-4226-8718-bc321ed2aa26","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":"ZTY1M2Q3NTRjMjIzNDA1OGM3NDU5ZWU2MWNjOGY0Zjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48d7c83b-8086-4702-bfc3-7a8f134c65ed","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":"01d529cd-ce91-4c6a-838c-8a6a2d62c071","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":"efaf3c9c-a196-4c4b-aa3e-7a7a43b998af","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":"6b13ea4e-bac8-4c7e-9fa3-48d142059285","artifactVersion":"2","generatedFromUUID":"01d529cd-ce91-4c6a-838c-8a6a2d62c071"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWJkZDFjMzIwM2VmZDI4NWQ2OTQ5N2VkYzBiZmQ4ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84d25940-8e30-4755-b6ac-6af9f132f29f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDQyNzAwZDRkMmU4MGJhOTdiN2RmZjRiODMwZjdkOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78435357-1f4c-4ebe-926d-1672cdd21a47","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:09:57.913Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:57.914Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:57.917Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:57.917Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:09:58.018Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:09:58.019Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:58.020Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:58.042Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:58.043Z||pool-51-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:58.921Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:58.922Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:58.926Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:58.927Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:09:59.026Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:09:59.028Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:09:59.028Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:09:59.045Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:09:59.046Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:09:59.928Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:09:59.931Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:09:59.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:09:59.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:10:00.037Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:00.038Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:00.038Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:00.058Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:00.059Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:00.939Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:00.940Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:00.943Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:00.944Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:01.046Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-10T10:10:01.047Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:01.047Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:01.071Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:01.071Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:10:01.945Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:01.946Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:01.949Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:01.950Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T10:10:02.050Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:02.052Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:02.053Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:02.069Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:02.070Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:02.953Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:02.953Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:02.956Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:02.956Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:03.056Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:03.057Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:03.058Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:03.077Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:03.078Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:03.957Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:03.958Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:03.962Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:03.963Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:10:04.062Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:04.064Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:04.064Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:04.090Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:04.091Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:04.968Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "284fa0f6-4ac3-4734-be84-ec2cfafd6ce7", "serviceDescription": "service", "serviceInvariantUUID": "0131bfcf-9d75-4436-bb38-556081bbdd64", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "87e6e4a5-422b-42a3-8606-fbd169308881", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c538d0a2-2d79-4767-8e6b-a283ed7859e5", "resourceInvariantUUID": "b50e05e8-c29f-455d-b920-a9886731fb90", "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": "ZTY1M2Q3NTRjMjIzNDA1OGM3NDU5ZWU2MWNjOGY0Zjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48d7c83b-8086-4702-bfc3-7a8f134c65ed", "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": "01d529cd-ce91-4c6a-838c-8a6a2d62c071", "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": "6b13ea4e-bac8-4c7e-9fa3-48d142059285", "generatedFromUUID": "01d529cd-ce91-4c6a-838c-8a6a2d62c071" }, "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": "6b13ea4e-bac8-4c7e-9fa3-48d142059285", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NDQyNzAwZDRkMmU4MGJhOTdiN2RmZjRiODMwZjdkOGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78435357-1f4c-4ebe-926d-1672cdd21a47" } ], "workloadContext": "Production" } 2022-06-10T10:10:04.968Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:10:04.969Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 284fa0f6-4ac3-4734-be84-ec2cfafd6ce7 ASDC 2022-06-10T10:10:04.970Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:284fa0f6-4ac3-4734-be84-ec2cfafd6ce7 ServiceInvariantUUID:0131bfcf-9d75-4436-bb38-556081bbdd64 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:78435357-1f4c-4ebe-926d-1672cdd21a47 ArtifactChecksum:NDQyNzAwZDRkMmU4MGJhOTdiN2RmZjRiODMwZjdkOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:87e6e4a5-422b-42a3-8606-fbd169308881 ResourceInvariantUUID:b50e05e8-c29f-455d-b920-a9886731fb90 ResourceName:basic_vm ResourceType:VF ResourceUUID:c538d0a2-2d79-4767-8e6b-a283ed7859e5 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:48d7c83b-8086-4702-bfc3-7a8f134c65ed ArtifactChecksum:ZTY1M2Q3NTRjMjIzNDA1OGM3NDU5ZWU2MWNjOGY0Zjk= 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:01d529cd-ce91-4c6a-838c-8a6a2d62c071 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:6b13ea4e-bac8-4c7e-9fa3-48d142059285 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:6b13ea4e-bac8-4c7e-9fa3-48d142059285 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T10:10:04.970Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 284fa0f6-4ac3-4734-be84-ec2cfafd6ce7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:10:05.018Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:10:05.019Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:10:05.019Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:10:05.019Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 78435357-1f4c-4ebe-926d-1672cdd21a47 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T10:10:05.020Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:10:05.020Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T10:10:05.327Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:10:05.332Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 78435357-1f4c-4ebe-926d-1672cdd21a47 71065 2022-06-10T10:10:05.332Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-10T10:10:05.332Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T10:10:05.332Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:10:05.333Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:05.335Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:05.336Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855805332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:10:05.436Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:05.437Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:05.437Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:05.473Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:05.473Z||pool-58-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:06.336Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:10:06.341Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:10:06.341Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 78435357-1f4c-4ebe-926d-1672cdd21a47, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:06.341Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-10T10:10:06.342Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:06.342Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:06.552Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13792837370205442162/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-10T10:10:08.857Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:10:08.860Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:10:08.860Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.861Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-10T10:10:08.862Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.863Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.863Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.863Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.863Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.864Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.864Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.864Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.865Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T10:10:08.870Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:10:08.870Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.873Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:08.874Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:08.874Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:10:08.874Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:10:08.875Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.875Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:08.875Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:08.875Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:10:08.875Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:10:08.876Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.876Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:08.879Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.879Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-10T10:10:08.879Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-10T10:10:08.879Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-10T10:10:08.879Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-10T10:10:08.879Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T10:10:08.880Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T10:10:08.882Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.883Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T10:10:08.884Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.884Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:08.884Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:10:08.885Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.885Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:08.885Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:10:08.885Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.886Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:08.886Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:10:08.886Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.886Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-10T10:10:08.887Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T10:10:08.887Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T10:10:08.887Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e107fef5-ba41-4e28-9161-62e767e3b41b 2022-06-10T10:10:08.887Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.887Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:08.888Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.888Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:08.888Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.888Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:08.888Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:08.888Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:08.888Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:284fa0f6-4ac3-4734-be84-ec2cfafd6ce7 Model Version:NULL Model InvariantUuid:0131bfcf-9d75-4436-bb38-556081bbdd64 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c1c834f4-85d1-42bd-9a47-f7e3bc8c54dd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b50e05e8-c29f-455d-b920-a9886731fb90 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:87e6e4a5-422b-42a3-8606-fbd169308881 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a9e3699a-054c-4ac1-8db9-b8e40bc42674 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1317b9bc-a10e-40ce-8f2e-73638ff4637a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e107fef5-ba41-4e28-9161-62e767e3b41b ModelInvariantUuid:fc24d1a4-171c-419b-b170-ad880f55a712 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:ee5d39fc-fb18-4e5d-b043-2a1cc22973d6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f2fd6a43-6f62-48f8-9a36-2f64f9a74e32 ModelInvariantUuid:244ba081-fca1-4437-93d2-7d4cdd6f7fe4 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c68d25e8-aed8-4072-8ba5-3bca62412009 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:10:08.921Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c538d0a2-2d79-4767-8e6b-a283ed7859e5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:10:08.928Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-06-10T10:10:08.929Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c538d0a2-2d79-4767-8e6b-a283ed7859e5 2022-06-10T10:10:08.929Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 48d7c83b-8086-4702-bfc3-7a8f134c65ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T10:10:08.930Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:10:08.930Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T10:10:09.074Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:10:09.077Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 48d7c83b-8086-4702-bfc3-7a8f134c65ed 787 2022-06-10T10:10:09.079Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-10T10:10:09.080Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T10:10:09.080Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:10:09.082Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:09.087Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:09.087Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855809078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:10:09.187Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:09.189Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:09.190Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:09.208Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:09.208Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:10.088Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a9e3699a-054c-4ac1-8db9-b8e40bc42674", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1317b9bc-a10e-40ce-8f2e-73638ff4637a", "vfModuleModelCustomizationUUID": "8750fd38-e42f-4dad-b748-847ee5ada0a6", "isBase": true, "artifacts": [ "01d529cd-ce91-4c6a-838c-8a6a2d62c071", "6b13ea4e-bac8-4c7e-9fa3-48d142059285" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:10:10.094Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1317b9bc-a10e-40ce-8f2e-73638ff4637a VfModuleModelInvariantUUID:a9e3699a-054c-4ac1-8db9-b8e40bc42674 VfModuleModelDescription:NULL Artifacts UUID List:{ 01d529cd-ce91-4c6a-838c-8a6a2d62c071 , 6b13ea4e-bac8-4c7e-9fa3-48d142059285 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T10:10:10.098Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a9e3699a-054c-4ac1-8db9-b8e40bc42674", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1317b9bc-a10e-40ce-8f2e-73638ff4637a", "vfModuleModelCustomizationUUID": "8750fd38-e42f-4dad-b748-847ee5ada0a6", "isBase": true, "artifacts": [ "01d529cd-ce91-4c6a-838c-8a6a2d62c071", "6b13ea4e-bac8-4c7e-9fa3-48d142059285" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:10:10.098Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1317b9bc-a10e-40ce-8f2e-73638ff4637a VfModuleModelInvariantUUID:a9e3699a-054c-4ac1-8db9-b8e40bc42674 VfModuleModelDescription:NULL Artifacts UUID List:{ 01d529cd-ce91-4c6a-838c-8a6a2d62c071 , 6b13ea4e-bac8-4c7e-9fa3-48d142059285 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T10:10:10.099Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01d529cd-ce91-4c6a-838c-8a6a2d62c071 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T10:10:10.099Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:10:10.099Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T10:10:10.223Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:10:10.223Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 01d529cd-ce91-4c6a-838c-8a6a2d62c071 5033 2022-06-10T10:10:10.224Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-10T10:10:10.224Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T10:10:10.224Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:10:10.226Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:10.231Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:10.231Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855810224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:10:10.329Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T10:10:10.330Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:10.330Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:10.350Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:10.350Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:10:11.233Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6b13ea4e-bac8-4c7e-9fa3-48d142059285 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T10:10:11.234Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:10:11.235Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T10:10:11.482Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:10:11.483Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6b13ea4e-bac8-4c7e-9fa3-48d142059285 903 2022-06-10T10:10:11.483Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-10T10:10:11.483Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T10:10:11.483Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:10:11.484Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:11.486Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:11.489Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855811483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:10:11.586Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T10:10:11.587Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:11.588Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:11.619Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:11.620Z||pool-61-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:12.490Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 284fa0f6-4ac3-4734-be84-ec2cfafd6ce7 2022-06-10T10:10:12.490Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c538d0a2-2d79-4767-8e6b-a283ed7859e5 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:10:12.520Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1420eed8, org.onap.sdc.toscaparser.api.parameters.Input@4d87a520, org.onap.sdc.toscaparser.api.parameters.Input@2c4df0a3, org.onap.sdc.toscaparser.api.parameters.Input@a55be38, org.onap.sdc.toscaparser.api.parameters.Input@1910d784] 2022-06-10T10:10:12.522Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.523Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.523Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-10T10:10:12.523Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 87e6e4a5-422b-42a3-8606-fbd169308881 2022-06-10T10:10:12.524Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87e6e4a5-422b-42a3-8606-fbd169308881 matches Tosca VF Customization UUID: 87e6e4a5-422b-42a3-8606-fbd169308881 2022-06-10T10:10:12.524Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 87e6e4a5-422b-42a3-8606-fbd169308881 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-10T10:10:12.528Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.529Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.531Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 87e6e4a5-422b-42a3-8606-fbd169308881: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-10T10:10:12.531Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dc63d5f 2022-06-10T10:10:12.532Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.532Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T10:10:12.532Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8750fd38-e42f-4dad-b748-847ee5ada0a6 2022-06-10T10:10:12.533Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8750fd38-e42f-4dad-b748-847ee5ada0a6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-10T10:10:12.538Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.542Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:12.543Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:10:12.544Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.544Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:12.544Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:10:12.545Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.545Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-10T10:10:12.545Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T10:10:12.546Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T10:10:12.546Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e107fef5-ba41-4e28-9161-62e767e3b41b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-10T10:10:12.550Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.551Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:12.551Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:10:12.552Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.552Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T10:10:12.552Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=87e6e4a5-422b-42a3-8606-fbd169308881 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:10:12.556Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.556Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.557Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 284fa0f6-4ac3-4734-be84-ec2cfafd6ce7: basic_vm 2022-06-10T10:10:12.557Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.557Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.558Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.558Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.558Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.559Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.559Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.559Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.559Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:10:12.560Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:10:12.560Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:10:12.729Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c538d0a2-2d79-4767-8e6b-a283ed7859e5 1 ASDC deployResourceStructure 2022-06-10T10:10:12.730Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-10T10:10:12.730Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T10:10:12.730Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:10:12.731Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:12.734Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:12.735Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855812730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:10:12.835Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:12.837Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:12.838Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:12.856Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:12.857Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:13.736Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-10T10:10:13.737Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T10:10:13.737Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:10:13.737Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:13.741Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:13.742Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855813736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:10:13.842Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:13.843Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:13.844Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:13.861Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:13.862Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:14.744Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-10T10:10:14.744Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T10:10:14.745Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:10:14.745Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:14.759Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:14.760Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855814744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T10:10:14.854Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-10T10:10:14.855Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:14.855Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:14.872Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:14.873Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:10:15.762Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-10T10:10:15.762Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T10:10:15.762Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:10:15.763Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:15.765Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:15.766Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855815761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:10:15.866Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:15.867Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:15.867Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:15.884Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:15.885Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:16.766Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:10:16.788Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:10:16.793Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:10:16.793Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:10:16.794Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:10:16.794Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:10:16.794Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:10:16.794Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:10:16.794Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:10:16.795Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:10:16.795Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:10:16.795Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:10:16.796Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:10:16.804Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:10:31.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:10:31.946Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:10:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:31.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:31.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855749096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:31.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:31.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:31.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:31.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:31.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855531931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:10:31.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:10:31.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855758496, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:10:31.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:10:31.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:10:31.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855761024, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:10:31.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:10:46.805Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:10:46.819Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and serviceModelVersionId: 284fa0f6-4ac3-4734-be84-ec2cfafd6ce7 2022-06-10T10:10:46.820Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0131bfcf-9d75-4436-bb38-556081bbdd64 2022-06-10T10:10:46.821Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0131bfcf-9d75-4436-bb38-556081bbdd64/model-vers/model-ver/284fa0f6-4ac3-4734-be84-ec2cfafd6ce7?depth=0 2022-06-10T10:10:46.829Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:10:46.898Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0131bfcf-9d75-4436-bb38-556081bbdd64/model-vers/model-ver/284fa0f6-4ac3-4734-be84-ec2cfafd6ce7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-10T10:10:46.905Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0131bfcf-9d75-4436-bb38-556081bbdd64/model-vers/model-ver/284fa0f6-4ac3-4734-be84-ec2cfafd6ce7?depth=0|INFO|500||Invoke 2022-06-10T10:10:46.944Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0131bfcf-9d75-4436-bb38-556081bbdd64/model-vers/model-ver/284fa0f6-4ac3-4734-be84-ec2cfafd6ce7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:10:47.148Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0131bfcf-9d75-4436-bb38-556081bbdd64/model-vers/model-ver/284fa0f6-4ac3-4734-be84-ec2cfafd6ce7?depth=0|INFO|500||InvokeReturn 2022-06-10T10:10:47.155Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0131bfcf-9d75-4436-bb38-556081bbdd64/model-vers/model-ver/284fa0f6-4ac3-4734-be84-ec2cfafd6ce7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-10:10:46:980-8251], vertex-id=[213120], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:10:46 GMT], Content-Type=[application/json]} 2022-06-10T10:10:47.156Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:10:47.156Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:10:47.156Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:10:47.168Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:10:47.169Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:10:47.170Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:10:47.170Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:47.174Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:47.175Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855847170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:10:47.274Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:47.276Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:47.276Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:47.305Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:47.306Z||pool-66-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-06-10T10:10:48.196Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T10:10:48.196Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6df10f02-bcba-438b-85e2-6d42620b65d2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6352a07d-64dc-4ea7-b5af-c59240340835","serviceDescription":"service","serviceInvariantUUID":"10f4940f-d78f-4fb0-b0d2-897e1c80f25f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f103a1e-ec99-48fc-99a3-6ffbcf27c849","resourceInvariantUUID":"bd947b46-d0ba-4782-9bd9-66856f37e245","resourceCustomizationUUID":"ac77a77c-ae05-447b-95a4-cd06a469979b","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":"ZjVhZDE5MmZkMzZkMDQ5ZWIxNGZhZDgzMTcwYWY5ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"984e80a0-2d10-4e19-b9ca-82528de56c8b","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":"d5ec1914-e08f-4b0e-b461-3921af4b395b","artifactVersion":"2","generatedFromUUID":"d51be7e3-233a-45d2-ae04-2ec4a6f67d9d"},{"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":"d51be7e3-233a-45d2-ae04-2ec4a6f67d9d","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":"MjAyMWI5NGNmZjEyZGJhMjBmYTQ2ZmU0ODY3NGRhMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6d3fa34-f2a1-45ff-be9a-aedfe430babb","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":"6dd17fb1-e98d-4db2-a31c-0f370b2b2622","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":"d8a64f48-d6c4-418e-8d46-ec85072771cf","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":"8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9","artifactVersion":"2","generatedFromUUID":"6dd17fb1-e98d-4db2-a31c-0f370b2b2622"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODdkZGFkOTY5MGJiODRiMmY0MTI2MmM2NjU4NzZiZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ee8c9c9-bf75-48a7-9dee-9442c56d6496","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGYzOGVlZTZlNWEyN2JkODVhZDA5ZGMxMTY3ODcxMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4a2c6dc-77d3-4326-8a63-1fbbc324d0b0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:10:48.197Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:48.197Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:48.201Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:48.201Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:48.300Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:48.302Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:48.302Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:48.317Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:48.318Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:10:49.202Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:49.202Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:49.207Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:49.207Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-10T10:10:49.307Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:49.308Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:49.308Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:49.334Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:49.336Z||pool-68-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:50.208Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:50.210Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:50.213Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:50.213Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-10T10:10:50.313Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:50.314Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:50.314Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:50.334Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:50.335Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:51.214Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:51.214Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:51.217Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:51.218Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:10:51.318Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:51.319Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:51.320Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:51.347Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:51.348Z||pool-70-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:52.219Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:52.220Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:52.223Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:52.224Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T10:10:52.324Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:52.326Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:52.326Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:52.347Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:52.348Z||pool-71-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:10:53.224Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:53.225Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:53.228Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:53.228Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:53.329Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:53.330Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:53.330Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:53.353Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:53.354Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:54.229Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:54.230Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:54.235Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:54.236Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-10T10:10:54.336Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T10:10:54.337Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:54.337Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:54.354Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:54.355Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:10:55.238Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:55.239Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:55.243Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:55.243Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:10:55.343Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:10:55.345Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:55.345Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:55.361Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:55.362Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:10:56.245Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:10:56.246Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:56.249Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:56.249Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:10:56.350Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:10:56.351Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:56.351Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:56.367Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:56.368Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:57.251Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "6352a07d-64dc-4ea7-b5af-c59240340835", "serviceDescription": "service", "serviceInvariantUUID": "10f4940f-d78f-4fb0-b0d2-897e1c80f25f", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ac77a77c-ae05-447b-95a4-cd06a469979b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f103a1e-ec99-48fc-99a3-6ffbcf27c849", "resourceInvariantUUID": "bd947b46-d0ba-4782-9bd9-66856f37e245", "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": "d5ec1914-e08f-4b0e-b461-3921af4b395b", "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": "d51be7e3-233a-45d2-ae04-2ec4a6f67d9d", "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": "MjAyMWI5NGNmZjEyZGJhMjBmYTQ2ZmU0ODY3NGRhMTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6d3fa34-f2a1-45ff-be9a-aedfe430babb", "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": "6dd17fb1-e98d-4db2-a31c-0f370b2b2622", "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": "8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9", "generatedFromUUID": "6dd17fb1-e98d-4db2-a31c-0f370b2b2622" }, "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": "8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGYzOGVlZTZlNWEyN2JkODVhZDA5ZGMxMTY3ODcxMGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4a2c6dc-77d3-4326-8a63-1fbbc324d0b0" } ], "workloadContext": "Production" } 2022-06-10T10:10:57.252Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:10:57.252Z|0ea68636-cb1c-42b7-ad05-e7772e6d5fe8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6352a07d-64dc-4ea7-b5af-c59240340835 ASDC 2022-06-10T10:10:57.253Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6df10f02-bcba-438b-85e2-6d42620b65d2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:6352a07d-64dc-4ea7-b5af-c59240340835 ServiceInvariantUUID:10f4940f-d78f-4fb0-b0d2-897e1c80f25f 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:f4a2c6dc-77d3-4326-8a63-1fbbc324d0b0 ArtifactChecksum:OGYzOGVlZTZlNWEyN2JkODVhZDA5ZGMxMTY3ODcxMGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ac77a77c-ae05-447b-95a4-cd06a469979b ResourceInvariantUUID:bd947b46-d0ba-4782-9bd9-66856f37e245 ResourceName:basic_cnf ResourceType:VF ResourceUUID:1f103a1e-ec99-48fc-99a3-6ffbcf27c849 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:d5ec1914-e08f-4b0e-b461-3921af4b395b 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:d51be7e3-233a-45d2-ae04-2ec4a6f67d9d 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:b6d3fa34-f2a1-45ff-be9a-aedfe430babb ArtifactChecksum:MjAyMWI5NGNmZjEyZGJhMjBmYTQ2ZmU0ODY3NGRhMTQ= 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:6dd17fb1-e98d-4db2-a31c-0f370b2b2622 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:8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9 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:8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T10:10:57.253Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6352a07d-64dc-4ea7-b5af-c59240340835 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:10:57.432Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:10:57.433Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:10:57.433Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:10:57.433Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4a2c6dc-77d3-4326-8a63-1fbbc324d0b0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T10:10:57.433Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:10:57.434Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T10:10:57.766Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:10:57.772Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f4a2c6dc-77d3-4326-8a63-1fbbc324d0b0 68957 2022-06-10T10:10:57.772Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-10T10:10:57.772Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T10:10:57.773Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:10:57.774Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:10:57.779Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:10:57.779Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855857772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:10:57.879Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:10:57.880Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:10:57.881Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:10:57.901Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:10:57.904Z||pool-76-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:10:58.780Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:10:58.784Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:10:58.785Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f4a2c6dc-77d3-4326-8a63-1fbbc324d0b0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:10:58.805Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-10T10:10:58.806Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:10:58.806Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:10:59.041Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14345936090089424139/Definitions/service-BasicCnf-template.yml 2022-06-10T10:11:01.310Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:11:01.311Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:11:01.311Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:11:01.312Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-10T10:11:01.312Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:11:01.312Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:11:01.312Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:11:01.313Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T10:11:01.313Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:11:01.314Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.314Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:01.314Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:01.315Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:11:01.315Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:11:01.316Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.316Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:01.316Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:01.317Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:11:01.317Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:11:01.317Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.318Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:01.318Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.318Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-10T10:11:01.319Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-10T10:11:01.319Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-10T10:11:01.319Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T10:11:01.320Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.320Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T10:11:01.321Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.321Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:01.322Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:11:01.323Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.323Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:01.323Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:11:01.324Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.324Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:01.324Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:11:01.325Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.325Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-10T10:11:01.326Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-10T10:11:01.326Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=619bc3d5-d1b0-4a5f-986e-b151cf46d5c8 2022-06-10T10:11:01.327Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.327Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:01.328Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.328Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:01.328Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.328Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:01.329Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:01.329Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:01.329Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:6352a07d-64dc-4ea7-b5af-c59240340835 Model Version:NULL Model InvariantUuid:10f4940f-d78f-4fb0-b0d2-897e1c80f25f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:4ea9e84c-d32f-4225-a8b5-51c7f514f4ed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bd947b46-d0ba-4782-9bd9-66856f37e245 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ac77a77c-ae05-447b-95a4-cd06a469979b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:16d4ad41-fd98-4a50-903d-c0ff1e0c2c9e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3c6e2c61-971d-4dd9-a2a5-5a605e300304 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:619bc3d5-d1b0-4a5f-986e-b151cf46d5c8 ModelInvariantUuid:176af30e-f82f-4891-b343-d94a77dcb201 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b76e69ab-644b-4d2c-a069-6e1b6122af37 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4df44b23-554f-4e62-98d9-985379a95017 ModelInvariantUuid:25400df2-b9bd-4587-9174-eedcf9a22db0 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3f374368-53d9-4234-bc01-9a67a6e1e8c5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:11:01.346Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f103a1e-ec99-48fc-99a3-6ffbcf27c849 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:11:01.358Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-06-10T10:11:01.358Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f103a1e-ec99-48fc-99a3-6ffbcf27c849 2022-06-10T10:11:01.358Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5ec1914-e08f-4b0e-b461-3921af4b395b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-10T10:11:01.359Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:11:01.360Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-10T10:11:01.479Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:11:01.480Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d5ec1914-e08f-4b0e-b461-3921af4b395b 12 2022-06-10T10:11:01.481Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-10T10:11:01.481Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-10T10:11:01.481Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:11:01.481Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:01.485Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:01.485Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855861480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:01.585Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:11:01.587Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:01.587Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:01.608Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:01.609Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:02.486Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d51be7e3-233a-45d2-ae04-2ec4a6f67d9d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-10T10:11:02.489Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:11:02.490Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-10T10:11:02.612Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:11:02.613Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d51be7e3-233a-45d2-ae04-2ec4a6f67d9d 2688 2022-06-10T10:11:02.613Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-10T10:11:02.613Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-10T10:11:02.614Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:11:02.615Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:02.617Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:02.617Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855862613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:02.717Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:11:02.718Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:02.718Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:02.742Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:02.743Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:03.619Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6d3fa34-f2a1-45ff-be9a-aedfe430babb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T10:11:03.620Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:11:03.620Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T10:11:03.695Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:11:03.696Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b6d3fa34-f2a1-45ff-be9a-aedfe430babb 828 2022-06-10T10:11:03.696Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-10T10:11:03.697Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T10:11:03.697Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:11:03.697Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:03.699Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:03.700Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855863696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:03.800Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:11:03.802Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:03.802Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:03.831Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:03.831Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:04.700Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "16d4ad41-fd98-4a50-903d-c0ff1e0c2c9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c6e2c61-971d-4dd9-a2a5-5a605e300304", "vfModuleModelCustomizationUUID": "98194c7d-6737-4721-9891-2b7e0d9fbc35", "isBase": true, "artifacts": [ "d51be7e3-233a-45d2-ae04-2ec4a6f67d9d", "6dd17fb1-e98d-4db2-a31c-0f370b2b2622", "8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:11:04.710Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c6e2c61-971d-4dd9-a2a5-5a605e300304 VfModuleModelInvariantUUID:16d4ad41-fd98-4a50-903d-c0ff1e0c2c9e VfModuleModelDescription:NULL Artifacts UUID List:{ d51be7e3-233a-45d2-ae04-2ec4a6f67d9d , 6dd17fb1-e98d-4db2-a31c-0f370b2b2622 , 8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T10:11:04.713Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "16d4ad41-fd98-4a50-903d-c0ff1e0c2c9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c6e2c61-971d-4dd9-a2a5-5a605e300304", "vfModuleModelCustomizationUUID": "98194c7d-6737-4721-9891-2b7e0d9fbc35", "isBase": true, "artifacts": [ "d51be7e3-233a-45d2-ae04-2ec4a6f67d9d", "6dd17fb1-e98d-4db2-a31c-0f370b2b2622", "8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:11:04.714Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c6e2c61-971d-4dd9-a2a5-5a605e300304 VfModuleModelInvariantUUID:16d4ad41-fd98-4a50-903d-c0ff1e0c2c9e VfModuleModelDescription:NULL Artifacts UUID List:{ d51be7e3-233a-45d2-ae04-2ec4a6f67d9d , 6dd17fb1-e98d-4db2-a31c-0f370b2b2622 , 8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T10:11:04.714Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6dd17fb1-e98d-4db2-a31c-0f370b2b2622 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T10:11:04.714Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:11:04.714Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T10:11:04.780Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:11:04.780Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6dd17fb1-e98d-4db2-a31c-0f370b2b2622 1164 2022-06-10T10:11:04.781Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-10T10:11:04.781Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T10:11:04.781Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:11:04.782Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:04.785Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:04.786Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855864781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:04.886Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:11:04.887Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:04.887Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:04.905Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:04.905Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:05.787Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T10:11:05.787Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:11:05.787Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T10:11:05.850Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:11:05.851Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8a3d9913-c1ec-48f3-b64c-eb99f2c5d9b9 200 2022-06-10T10:11:05.852Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-10T10:11:05.855Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T10:11:05.856Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:11:05.856Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:05.861Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:05.862Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855865851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:05.961Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T10:11:05.962Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:05.962Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:05.978Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:05.979Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:06.864Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6352a07d-64dc-4ea7-b5af-c59240340835 2022-06-10T10:11:06.865Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1f103a1e-ec99-48fc-99a3-6ffbcf27c849 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=? 2022-06-10T10:11:06.889Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:11:06.902Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a4cb26b, org.onap.sdc.toscaparser.api.parameters.Input@bcf0871, org.onap.sdc.toscaparser.api.parameters.Input@5bf15fa1, org.onap.sdc.toscaparser.api.parameters.Input@46dd294a, org.onap.sdc.toscaparser.api.parameters.Input@692d1410] 2022-06-10T10:11:06.904Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.905Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.905Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-10T10:11:06.905Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ac77a77c-ae05-447b-95a4-cd06a469979b 2022-06-10T10:11:06.906Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac77a77c-ae05-447b-95a4-cd06a469979b matches Tosca VF Customization UUID: ac77a77c-ae05-447b-95a4-cd06a469979b 2022-06-10T10:11:06.906Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ac77a77c-ae05-447b-95a4-cd06a469979b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-10T10:11:06.909Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.910Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.911Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ac77a77c-ae05-447b-95a4-cd06a469979b: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-10T10:11:06.929Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64b7aa2a 2022-06-10T10:11:06.930Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.930Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T10:11:06.931Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98194c7d-6737-4721-9891-2b7e0d9fbc35 2022-06-10T10:11:06.931Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98194c7d-6737-4721-9891-2b7e0d9fbc35 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-10T10:11:06.941Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.942Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:06.942Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:11:06.943Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.943Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:06.943Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:11:06.943Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.944Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-10T10:11:06.944Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-10T10:11:06.944Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=619bc3d5-d1b0-4a5f-986e-b151cf46d5c8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-10T10:11:06.951Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.951Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:06.952Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:11:06.952Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.953Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T10:11:06.953Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ac77a77c-ae05-447b-95a4-cd06a469979b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:11:06.959Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.961Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.962Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6352a07d-64dc-4ea7-b5af-c59240340835: basic_cnf 2022-06-10T10:11:06.962Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.962Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.962Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.963Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.963Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.963Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.964Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.964Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.964Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:11:06.964Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:11:06.964Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:11:07.126Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1f103a1e-ec99-48fc-99a3-6ffbcf27c849 1 ASDC deployResourceStructure 2022-06-10T10:11:07.128Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-10T10:11:07.128Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-10T10:11:07.128Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T10:11:07.129Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:07.131Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:07.132Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855867127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:11:07.235Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T10:11:07.236Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:07.236Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:07.253Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:07.254Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:08.133Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-10T10:11:08.133Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-10T10:11:08.134Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T10:11:08.134Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:08.139Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:08.139Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855868133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:11:08.238Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:11:08.240Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:08.240Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:08.255Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:08.257Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:11:09.140Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-10T10:11:09.140Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T10:11:09.140Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:11:09.141Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:09.143Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:09.143Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855869140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:11:09.243Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:11:09.244Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:09.244Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:09.263Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:09.263Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:11:10.146Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-10T10:11:10.146Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T10:11:10.146Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:11:10.147Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:10.149Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:10.149Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855870146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:11:10.250Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:11:10.252Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:10.252Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:10.268Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:10.269Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:11.151Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-10T10:11:11.151Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T10:11:11.151Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:11:11.151Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:11.154Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:11.154Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855871151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-10T10:11:11.255Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:11:11.258Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:11.258Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:11.275Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:11.276Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:12.155Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-10T10:11:12.156Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T10:11:12.157Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:11:12.157Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:12.160Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:12.160Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855872155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:11:12.261Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:11:12.262Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:12.263Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:12.281Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:12.281Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:11:13.162Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6df10f02-bcba-438b-85e2-6d42620b65d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:11:13.180Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6df10f02-bcba-438b-85e2-6d42620b65d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:11:13.186Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:11:13.186Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:11:13.186Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:11:13.186Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:11:13.186Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:11:13.186Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:11:13.187Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:11:13.187Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:11:13.187Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:11:13.187Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:11:13.187Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:11:13.194Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:11:31.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:11:31.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:11:31.952Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:31.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:31.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855792388, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:11:31.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:31.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:11:31.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:11:31.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:11:31.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:11:31.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:11:31.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:11:31.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:11:31.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:11:31.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T10:11:31.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:11:31.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:11:31.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:11:31.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:11:31.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T10:11:31.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855805332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:31.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:31.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855809078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:31.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:31.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855810224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:31.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:31.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855811483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:11:31.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:31.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:31.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855812730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:11:31.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:31.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:32.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855813736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:11:32.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:32.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:32.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855814744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T10:11:32.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:32.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T10:11:32.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855815761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:11:32.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:11:43.195Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6df10f02-bcba-438b-85e2-6d42620b65d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:11:43.213Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6df10f02-bcba-438b-85e2-6d42620b65d2 and serviceModelVersionId: 6352a07d-64dc-4ea7-b5af-c59240340835 2022-06-10T10:11:43.213Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10f4940f-d78f-4fb0-b0d2-897e1c80f25f 2022-06-10T10:11:43.214Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10f4940f-d78f-4fb0-b0d2-897e1c80f25f/model-vers/model-ver/6352a07d-64dc-4ea7-b5af-c59240340835?depth=0 2022-06-10T10:11:43.223Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:11:43.305Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10f4940f-d78f-4fb0-b0d2-897e1c80f25f/model-vers/model-ver/6352a07d-64dc-4ea7-b5af-c59240340835?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-10T10:11:43.307Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10f4940f-d78f-4fb0-b0d2-897e1c80f25f/model-vers/model-ver/6352a07d-64dc-4ea7-b5af-c59240340835?depth=0|INFO|500||Invoke 2022-06-10T10:11:43.349Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10f4940f-d78f-4fb0-b0d2-897e1c80f25f/model-vers/model-ver/6352a07d-64dc-4ea7-b5af-c59240340835?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:11:43.515Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10f4940f-d78f-4fb0-b0d2-897e1c80f25f/model-vers/model-ver/6352a07d-64dc-4ea7-b5af-c59240340835?depth=0|INFO|500||InvokeReturn 2022-06-10T10:11:43.516Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10f4940f-d78f-4fb0-b0d2-897e1c80f25f/model-vers/model-ver/6352a07d-64dc-4ea7-b5af-c59240340835?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-10:11:43:362-44905], vertex-id=[237752], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:11:43 GMT], Content-Type=[application/json]} 2022-06-10T10:11:43.516Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:11:43.517Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:11:43.517Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:11:43.529Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:11:43.531Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6df10f02-bcba-438b-85e2-6d42620b65d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:11:43.531Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:11:43.531Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:11:43.536Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:11:43.537Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855903531, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:11:43.634Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T10:11:43.635Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:11:43.636Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:43.677Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:43.678Z||pool-88-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:11:44.555Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:11:44.556Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:11:44.556Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:11:54.128Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:11:54.129Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:11:54.130Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:11:54.130Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:12:03.768Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:12:03.769Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:12:03.770Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:12:03.770Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:12:13.354Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:12:13.355Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:12:13.356Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:12:13.356Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:12:22.914Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:12:22.915Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:12:22.915Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:12:22.916Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:12:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:12:31.945Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:12:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:12:31.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:12:31.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855847170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:12:31.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:31.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:12:31.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:31.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-10T10:12:31.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:31.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-10T10:12:31.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:31.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:12:31.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:31.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T10:12:31.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:31.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:12:31.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:31.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-10T10:12:31.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:31.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:31.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:12:31.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855793415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855857772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855861480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855862613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855863696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855864781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855865851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855867127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855868133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855869140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855870146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855871151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-10T10:12:32.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:12:32.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855872155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:12:32.006Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:12:32.476Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:12:32.476Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:12:32.477Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:12:32.478Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:12:42.070Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:13:31.931Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:13:31.933Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:13:31.933Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:13:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:13:31.946Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:13:31.947Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:13:32.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:13:32.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:13:32.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654855903531, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:13:32.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:13:41.520Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:31.931Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:14:31.932Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:14:31.932Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:31.944Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:14:31.945Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:14:31.945Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:32.137Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:32.146Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.146Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.147Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.147Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.148Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.151Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.151Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.152Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.152Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.152Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.152Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.152Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.153Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.153Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.153Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.153Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.153Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.154Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.154Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.154Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.154Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.154Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.154Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.155Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.155Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.155Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.155Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.155Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.155Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.155Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.156Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.156Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.156Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.156Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.156Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.156Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.156Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.157Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.157Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.157Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.162Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.162Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.162Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.163Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.163Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.163Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.163Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.163Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.163Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.163Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.164Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.164Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.164Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.164Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.164Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.164Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.164Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.165Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.165Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.165Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.165Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.165Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.165Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.166Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.166Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.166Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.166Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.166Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.166Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.166Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.167Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.167Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.167Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.167Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.167Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.167Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.168Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.168Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.168Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.168Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.168Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.169Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.169Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.169Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.170Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.170Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T10:14:32.170Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.170Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.170Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.170Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.171Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.171Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.171Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.171Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.171Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.171Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.171Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.172Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.172Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.172Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.172Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.172Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.172Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.173Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.173Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.174Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.174Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.174Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.175Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.175Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "multicloud-k8s-id", "timestamp": 1654856041925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:14:32.175Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.180Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.180Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856038809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:14:32.181Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.181Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.181Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.181Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.182Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.182Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856045785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:14:32.183Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.185Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.185Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856046180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.186Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.186Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.186Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.187Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.187Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.187Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856054958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:14:32.187Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.187Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.187Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.188Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.188Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.188Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856054841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:14:32.188Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.188Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.188Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856047919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:14:32.189Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.189Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.189Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856055107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:14:32.189Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.189Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.190Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "cds", "timestamp": 1654856055967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:14:32.218Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e17293e-2c15-47c2-9f40-e3ac061324fd 2022-06-10T10:14:32.219Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e17293e-2c15-47c2-9f40-e3ac061324fd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:14:32.232Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.232Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.236Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.236Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.237Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856056142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:14:32.237Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.237Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.237Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.237Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.238Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.238Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "ves-openapi-manager", "timestamp": 1654856057145, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:14:32.247Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7e17293e-2c15-47c2-9f40-e3ac061324fd 2022-06-10T10:14:32.248Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e17293e-2c15-47c2-9f40-e3ac061324fd and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:14:32.261Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.262Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.262Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.262Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.262Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856057998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:14:32.263Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.263Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.263Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856051326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:14:32.263Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.264Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.264Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856059025, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:14:32.272Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e17293e-2c15-47c2-9f40-e3ac061324fd 2022-06-10T10:14:32.273Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e17293e-2c15-47c2-9f40-e3ac061324fd and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:14:32.292Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.292Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856060317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:14:32.293Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.293Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.293Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856061327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:14:32.294Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.294Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.294Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "policy-id", "timestamp": 1654856062332, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:14:32.312Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e17293e-2c15-47c2-9f40-e3ac061324fd 2022-06-10T10:14:32.313Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e17293e-2c15-47c2-9f40-e3ac061324fd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:14:32.334Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.334Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.335Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.335Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.335Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.336Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.336Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.336Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.336Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.337Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.337Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.337Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.337Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.337Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856068451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:14:32.338Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.338Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.338Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.338Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.339Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.339Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.339Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.339Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.339Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856070467, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:14:32.340Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:14:32.340Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.340Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.340Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T10:14:32.341Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.341Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "clamp", "timestamp": 1654856071473, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:14:32.348Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e17293e-2c15-47c2-9f40-e3ac061324fd 2022-06-10T10:14:32.348Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e17293e-2c15-47c2-9f40-e3ac061324fd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:14:32.567Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:32.569Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T10:14:32.569Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e17293e-2c15-47c2-9f40-e3ac061324fd","serviceName":"Demo_pNF_kIjwpcm5aRZSg83h0x03","serviceVersion":"1.0","serviceUUID":"a4023172-2919-4611-ae6b-35a4e9e0d944","serviceDescription":"catalog service description","serviceInvariantUUID":"844baf71-f3dc-41b9-853c-e62c33703b2c","resources":[{"resourceInstanceName":"pNF 76bad5b9-bae3 0","resourceName":"pNF 76bad5b9-bae3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1f2635c0-9366-46b0-b4bc-df32e697a081","resourceInvariantUUID":"4323c610-5685-43c0-b83b-6ce201a1027e","resourceCustomizationUUID":"08455441-e0fd-4de3-ac37-7318e7fed7dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml","artifactChecksum":"NDg1M2RmZjZmNzE1NTA2NjlkNjdlYTIyNmEyMjcxMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd5a5913-1ea7-4165-85c2-eff9d519550a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar","artifactChecksum":"OGEyZGNiMDNhMzZjZjdiNWQyYmE1NTJhYmQ0OGJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92ca8069-35ee-4aaa-8731-b39fbe0c5e08","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd265cdb-5bf4-4388-8c51-d30a337ac77e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml","artifactChecksum":"NTc3NjM2MjhlYzI3YzkzNmFmY2RmNTE3YTNiNjE1ZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2fe5b00e-7493-414d-976c-a4cee74f4efc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f32f958-8de2-4181-b5c6-ce5c171a43d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"abd0327f-1b37-40da-9e35-44607394ccc6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKijwpcm5arzsg83h0x03-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml","artifactChecksum":"NDQ5MGJlYTliNDQwNWUzYjAxMzljOGQ4NTdlMWY0NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56e8bb72-1cdb-4122-8e5d-ad448df9b5ca","artifactVersion":"1"},{"artifactName":"service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar","artifactChecksum":"YjQ5MmY4NjExYjM1Njc1NWExOTFlNzE5NmUwYjQ1ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b809c91d-56a7-4965-a93e-e2db3d079a40","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:14:32.573Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:32.573Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:32.576Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:32.577Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:32.677Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:14:32.679Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:32.679Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:32.697Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:32.698Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:14:33.578Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:33.579Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:33.586Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:33.586Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:33.684Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T10:14:33.686Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:33.686Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:33.705Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:33.706Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:14:34.587Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:34.588Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:34.591Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:34.591Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:34.695Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-10T10:14:34.701Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:34.702Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:34.736Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:34.749Z||pool-91-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:14:35.592Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:35.593Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:35.595Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:35.596Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:35.695Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:14:35.696Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:35.697Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:35.724Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:35.724Z||pool-92-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:14:36.597Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:36.598Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:36.601Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:36.601Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:36.701Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:14:36.702Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:36.702Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:36.722Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:36.723Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:14:37.602Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:37.602Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:37.605Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:37.606Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:37.706Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:14:37.707Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:37.707Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:37.748Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:37.749Z||pool-94-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:14:38.606Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:38.608Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:38.614Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:38.615Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:14:38.711Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-10T10:14:38.712Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:38.712Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:38.730Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:38.731Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:14:39.615Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:14:39.616Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:39.620Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:39.620Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:14:39.723Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T10:14:39.724Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:39.724Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:39.739Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:39.740Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:14:40.621Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "serviceName": "Demo_pNF_kIjwpcm5aRZSg83h0x03", "serviceVersion": "1.0", "serviceUUID": "a4023172-2919-4611-ae6b-35a4e9e0d944", "serviceDescription": "catalog service description", "serviceInvariantUUID": "844baf71-f3dc-41b9-853c-e62c33703b2c", "resources": [ { "resourceInstanceName": "pNF 76bad5b9-bae3 0", "resourceCustomizationUUID": "08455441-e0fd-4de3-ac37-7318e7fed7dc", "resourceName": "pNF 76bad5b9-bae3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1f2635c0-9366-46b0-b4bc-df32e697a081", "resourceInvariantUUID": "4323c610-5685-43c0-b83b-6ce201a1027e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "artifactChecksum": "YjQ5MmY4NjExYjM1Njc1NWExOTFlNzE5NmUwYjQ1ZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b809c91d-56a7-4965-a93e-e2db3d079a40" } ], "workloadContext": "Production" } 2022-06-10T10:14:40.621Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:14:40.622Z|6df10f02-bcba-438b-85e2-6d42620b65d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4023172-2919-4611-ae6b-35a4e9e0d944 ASDC 2022-06-10T10:14:40.623Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7e17293e-2c15-47c2-9f40-e3ac061324fd ServiceName:Demo_pNF_kIjwpcm5aRZSg83h0x03 ServiceVersion:1.0 ServiceUUID:a4023172-2919-4611-ae6b-35a4e9e0d944 ServiceInvariantUUID:844baf71-f3dc-41b9-853c-e62c33703b2c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar ArtifactUUID:b809c91d-56a7-4965-a93e-e2db3d079a40 ArtifactChecksum:YjQ5MmY4NjExYjM1Njc1NWExOTFlNzE5NmUwYjQ1ZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 76bad5b9-bae3 0 ResourceCustomizationUUID:08455441-e0fd-4de3-ac37-7318e7fed7dc ResourceInvariantUUID:4323c610-5685-43c0-b83b-6ce201a1027e ResourceName:pNF 76bad5b9-bae3 ResourceType:PNF ResourceUUID:1f2635c0-9366-46b0-b4bc-df32e697a081 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T10:14:40.623Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4023172-2919-4611-ae6b-35a4e9e0d944 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:14:40.689Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:14:40.690Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:14:40.690Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:14:40.690Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b809c91d-56a7-4965-a93e-e2db3d079a40 from URL: /sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:40.690Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:14:40.690Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:40.814Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:14:40.821Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar b809c91d-56a7-4965-a93e-e2db3d079a40 82638 2022-06-10T10:14:40.821Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar ASDC sendASDCNotification 2022-06-10T10:14:40.821Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:40.821Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:14:40.822Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:40.824Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:40.824Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856080821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:14:40.925Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:14:40.926Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:40.926Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:40.941Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:40.941Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:14:41.826Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:14:41.828Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:14:41.828Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b809c91d-56a7-4965-a93e-e2db3d079a40, URL: /sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar to file: /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:41.828Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:41.829Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:41.829Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:42.044Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13607804672533419938/Definitions/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml 2022-06-10T10:14:43.474Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:14:43.475Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:14:43.477Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.477Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T10:14:43.477Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.478Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.478Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.478Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.478Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 76bad5b9-bae3 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-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.478Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.478Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.478Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:14:43.479Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.479Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.479Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Node template pNF 76bad5b9-bae3 0 is matching search criteria 2022-06-10T10:14:43.479Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:14:43.480Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 76bad5b9-bae3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:14:43.480Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.480Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.480Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Node template pNF 76bad5b9-bae3 0 is matching search criteria 2022-06-10T10:14:43.481Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:14:43.481Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 76bad5b9-bae3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:14:43.481Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.481Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.481Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.481Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.482Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.482Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.482Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.482Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.482Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.483Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.489Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_kIjwpcm5aRZSg83h0x03 Description:catalog service description Model UUID:a4023172-2919-4611-ae6b-35a4e9e0d944 Model Version:NULL Model InvariantUuid:844baf71-f3dc-41b9-853c-e62c33703b2c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:14:43.511Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1f2635c0-9366-46b0-b4bc-df32e697a081 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:14:43.517Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||pNF 76bad5b9-bae3 0 2022-06-10T10:14:43.517Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1f2635c0-9366-46b0-b4bc-df32e697a081 2022-06-10T10:14:43.517Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a4023172-2919-4611-ae6b-35a4e9e0d944 2022-06-10T10:14:43.518Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a4023172-2919-4611-ae6b-35a4e9e0d944 2022-06-10T10:14:43.519Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 76bad5b9-bae3 0 1f2635c0-9366-46b0-b4bc-df32e697a081 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:14:43.528Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52035820, org.onap.sdc.toscaparser.api.parameters.Input@3bf47c10, org.onap.sdc.toscaparser.api.parameters.Input@5af2d401, org.onap.sdc.toscaparser.api.parameters.Input@313b4093, org.onap.sdc.toscaparser.api.parameters.Input@7931dccc] 2022-06-10T10:14:43.529Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.529Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.530Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a4023172-2919-4611-ae6b-35a4e9e0d944: pNF 76bad5b9-bae3 2022-06-10T10:14:43.530Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1f2635c0-9366-46b0-b4bc-df32e697a081 2022-06-10T10:14:43.531Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:14:43.531Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_kIjwpcm5aRZSg83h0x03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:14:43.538Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||Resource customization UUID: 08455441-e0fd-4de3-ac37-7318e7fed7dc is the same as notified resource customizationUUID: 08455441-e0fd-4de3-ac37-7318e7fed7dc Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-10T10:14:43.598Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 76bad5b9-bae3 1f2635c0-9366-46b0-b4bc-df32e697a081 0 ASDC deployResourceStructure 2022-06-10T10:14:43.599Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar ASDC sendASDCNotification 2022-06-10T10:14:43.599Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar 2022-06-10T10:14:43.600Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:14:43.600Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:14:43.603Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:14:43.603Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856083599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:14:43.704Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:14:43.705Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:14:43.705Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:14:43.734Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:14:43.734Z||pool-98-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:14:44.605Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:14:44.621Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:14:44.628Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:14:44.628Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:14:44.628Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:15:14.629Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:15:14.642Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:15:14.646Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:15:14.646Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:15:14.646Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:15:31.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:15:31.946Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:15:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:15:31.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:15:31.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:15:31.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856064028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:15:31.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:15:44.647Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:15:44.664Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:15:44.670Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:15:44.670Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:15:44.670Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:16:14.671Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:16:14.687Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:16:14.695Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:16:14.695Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:16:14.695Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:16:31.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:16:31.945Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:16:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:16:32.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:16:32.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:16:32.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856072914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:16:32.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:16:32.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:16:32.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/resourceInstances/pnf76bad5b9bae30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:16:32.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:16:32.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856071931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:16:32.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T10:16:32.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856079779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:16:32.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:16:32.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856080821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:16:32.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:16:32.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "aai-ml", "timestamp": 1654856080783, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:16:32.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e17293e-2c15-47c2-9f40-e3ac061324fd 2022-06-10T10:16:32.509Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e17293e-2c15-47c2-9f40-e3ac061324fd and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:16:32.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T10:16:32.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856083599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKijwpcm5arzsg83h0x03/1.0/artifacts/service-DemoPnfKijwpcm5arzsg83h0x03-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:16:32.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:16:44.696Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:16:44.714Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:16:44.720Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:16:44.720Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:16:44.720Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:16:44.720Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:16:44.721Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:16:44.721Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:16:44.721Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:16:44.721Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:16:44.721Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:16:44.721Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:16:44.721Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:16:44.723Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:16:44.731Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:17:14.732Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:17:14.738Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e17293e-2c15-47c2-9f40-e3ac061324fd and serviceModelVersionId: a4023172-2919-4611-ae6b-35a4e9e0d944 2022-06-10T10:17:14.738Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 844baf71-f3dc-41b9-853c-e62c33703b2c 2022-06-10T10:17:14.741Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0 2022-06-10T10:17:14.749Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:17:14.817Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0|INFO|500||Invoke 2022-06-10T10:17:14.818Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7e17293e-2c15-47c2-9f40-e3ac061324fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[247fddf5-278f-4fe2-8603-f65d94f0d50a], X-ECOMP-RequestID=[7e17293e-2c15-47c2-9f40-e3ac061324fd], X-TransactionId=[], X-ONAP-RequestID=[7e17293e-2c15-47c2-9f40-e3ac061324fd], Content-Type=[application/merge-patch+json]} 2022-06-10T10:17:14.852Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:17:15.057Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?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/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-10:17:14:864-69307], vertex-id=[217208], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:17:14 GMT], Content-Type=[application/json]} 2022-06-10T10:17:15.058Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:17:15.060Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/844baf71-f3dc-41b9-853c-e62c33703b2c/model-vers/model-ver/a4023172-2919-4611-ae6b-35a4e9e0d944?depth=0|INFO|500||InvokeReturn 2022-06-10T10:17:15.068Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:17:15.068Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:17:15.078Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:17:15.079Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e17293e-2c15-47c2-9f40-e3ac061324fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:17:15.079Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:17:15.079Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:15.083Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:15.084Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856235079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:17:15.183Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:17:15.184Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:15.184Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:15.204Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:15.206Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:17:16.098Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:17:16.099Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:17:16.099Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:20.594Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:20.595Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T10:17:20.595Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"78093c4c-b224-4305-9759-52a43ef9583e","serviceName":"Demo_pNF_H0yMRmhcjIGJilpDP6Wg","serviceVersion":"1.0","serviceUUID":"6f2c4295-e125-40b1-a1fa-e4cd89b165d1","serviceDescription":"catalog service description","serviceInvariantUUID":"fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1","resources":[{"resourceInstanceName":"pNF aead1592-accd 0","resourceName":"pNF aead1592-accd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1e872d85-0b0f-45ce-aae7-1f744b8b3c6f","resourceInvariantUUID":"7207a373-aa8e-4af5-81df-957830e9ab38","resourceCustomizationUUID":"5b61e7e7-8129-410f-958e-81ca33cd0c74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml","artifactChecksum":"ZDcxMGVmZWRmMjEyOWVjYWIwNDVkZjkyZDA1YzYxMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33fcc7a5-9537-4220-9b17-ed27b8a8848a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar","artifactChecksum":"OGEyZGNiMDNhMzZjZjdiNWQyYmE1NTJhYmQ0OGJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02ad24fb-9fbb-459e-9dd7-3183f013ecb9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e596fe03-3ecf-4830-b781-1fe6195e2ff9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml","artifactChecksum":"MTc3ODhmMDljMTcyZmI4MmVjZWMzNTExMjdhZTk0MDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bbb6ae10-94b7-4a72-af78-b88e3f4829a9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e66e62c3-6af7-49ea-9f2a-06a3749d605f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd833ac8-5df6-4fa1-be1b-f0ca00b24121","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml","artifactChecksum":"MTYzYmJkYzlmMTZkODcyZTA2YjI2YmFjZDYyZjQzNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a57e9284-611b-420e-b6eb-2da322185306","artifactVersion":"1"},{"artifactName":"service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar","artifactChecksum":"OWRhOGVhN2FjZDcyNzI4ZDhkYjAxOWRmYzU3MTE3Mzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a9a0a11-2968-4e2b-859c-376471861993","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:17:20.598Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:20.599Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:20.601Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:20.601Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:20.701Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:20.702Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:20.703Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:20.722Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:20.723Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:17:21.602Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:21.607Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:21.609Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:21.610Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:21.710Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:21.711Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:21.711Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:21.729Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:21.730Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:17:22.610Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:22.611Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:22.614Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:22.614Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:22.714Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:22.715Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:22.716Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:22.731Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:22.732Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:17:23.614Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:23.616Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:23.618Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:23.618Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:23.718Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:23.720Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:23.720Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:23.740Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:23.741Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:17:24.619Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:24.620Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:24.623Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:24.623Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:24.723Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:24.725Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:24.725Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:24.744Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:24.745Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:17:25.624Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:25.625Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:25.628Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:25.628Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:25.728Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:17:25.729Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:25.730Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:25.745Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:25.746Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:17:26.629Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:26.630Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:26.634Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:26.634Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:26.734Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:26.735Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:26.736Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:26.749Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:26.749Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:17:27.635Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:17:27.636Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:27.639Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:27.640Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:27.740Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:27.741Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:27.741Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:27.756Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:27.757Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:17:28.643Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "serviceName": "Demo_pNF_H0yMRmhcjIGJilpDP6Wg", "serviceVersion": "1.0", "serviceUUID": "6f2c4295-e125-40b1-a1fa-e4cd89b165d1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1", "resources": [ { "resourceInstanceName": "pNF aead1592-accd 0", "resourceCustomizationUUID": "5b61e7e7-8129-410f-958e-81ca33cd0c74", "resourceName": "pNF aead1592-accd", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1e872d85-0b0f-45ce-aae7-1f744b8b3c6f", "resourceInvariantUUID": "7207a373-aa8e-4af5-81df-957830e9ab38", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "artifactChecksum": "OWRhOGVhN2FjZDcyNzI4ZDhkYjAxOWRmYzU3MTE3Mzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a9a0a11-2968-4e2b-859c-376471861993" } ], "workloadContext": "Production" } 2022-06-10T10:17:28.644Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:17:28.645Z|7e17293e-2c15-47c2-9f40-e3ac061324fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f2c4295-e125-40b1-a1fa-e4cd89b165d1 ASDC 2022-06-10T10:17:28.645Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:78093c4c-b224-4305-9759-52a43ef9583e ServiceName:Demo_pNF_H0yMRmhcjIGJilpDP6Wg ServiceVersion:1.0 ServiceUUID:6f2c4295-e125-40b1-a1fa-e4cd89b165d1 ServiceInvariantUUID:fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar ArtifactUUID:4a9a0a11-2968-4e2b-859c-376471861993 ArtifactChecksum:OWRhOGVhN2FjZDcyNzI4ZDhkYjAxOWRmYzU3MTE3Mzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF aead1592-accd 0 ResourceCustomizationUUID:5b61e7e7-8129-410f-958e-81ca33cd0c74 ResourceInvariantUUID:7207a373-aa8e-4af5-81df-957830e9ab38 ResourceName:pNF aead1592-accd ResourceType:PNF ResourceUUID:1e872d85-0b0f-45ce-aae7-1f744b8b3c6f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T10:17:28.645Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f2c4295-e125-40b1-a1fa-e4cd89b165d1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:17:28.695Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:17:28.697Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:17:28.697Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:17:28.697Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4a9a0a11-2968-4e2b-859c-376471861993 from URL: /sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:28.697Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T10:17:28.698Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:28.849Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T10:17:28.854Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 4a9a0a11-2968-4e2b-859c-376471861993 82642 2022-06-10T10:17:28.855Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar ASDC sendASDCNotification 2022-06-10T10:17:28.855Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:28.855Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:17:28.856Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:28.858Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:28.858Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856248855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:28.958Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:28.960Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:28.960Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:28.980Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:28.980Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:17:29.859Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:17:29.860Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T10:17:29.860Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4a9a0a11-2968-4e2b-859c-376471861993, URL: /sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar to file: /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:29.861Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:29.861Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:29.862Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:30.017Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15003521206537209302/Definitions/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml 2022-06-10T10:17:31.339Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:17:31.340Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:17:31.340Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.340Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T10:17:31.340Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aead1592-accd 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-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.341Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.341Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.341Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.341Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.341Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.341Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.341Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T10:17:31.342Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.342Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.343Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Node template pNF aead1592-accd 0 is matching search criteria 2022-06-10T10:17:31.343Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:17:31.343Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF aead1592-accd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:17:31.343Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.343Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.344Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Node template pNF aead1592-accd 0 is matching search criteria 2022-06-10T10:17:31.344Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T10:17:31.344Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF aead1592-accd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:17:31.344Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.344Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.345Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.345Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.345Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.345Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.346Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.346Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.346Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.346Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.346Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_H0yMRmhcjIGJilpDP6Wg Description:catalog service description Model UUID:6f2c4295-e125-40b1-a1fa-e4cd89b165d1 Model Version:NULL Model InvariantUuid:fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:17:31.359Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1e872d85-0b0f-45ce-aae7-1f744b8b3c6f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:17:31.366Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||pNF aead1592-accd 0 2022-06-10T10:17:31.367Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1e872d85-0b0f-45ce-aae7-1f744b8b3c6f 2022-06-10T10:17:31.367Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6f2c4295-e125-40b1-a1fa-e4cd89b165d1 2022-06-10T10:17:31.367Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f2c4295-e125-40b1-a1fa-e4cd89b165d1 2022-06-10T10:17:31.368Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aead1592-accd 0 1e872d85-0b0f-45ce-aae7-1f744b8b3c6f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:17:31.376Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50b2c409, org.onap.sdc.toscaparser.api.parameters.Input@5ff607ad, org.onap.sdc.toscaparser.api.parameters.Input@3cc694ea, org.onap.sdc.toscaparser.api.parameters.Input@45f075af, org.onap.sdc.toscaparser.api.parameters.Input@3a47394] 2022-06-10T10:17:31.377Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.377Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.378Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6f2c4295-e125-40b1-a1fa-e4cd89b165d1: pNF aead1592-accd 2022-06-10T10:17:31.378Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1e872d85-0b0f-45ce-aae7-1f744b8b3c6f 2022-06-10T10:17:31.378Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:17:31.378Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_H0yMRmhcjIGJilpDP6Wg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:17:31.379Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||Resource customization UUID: 5b61e7e7-8129-410f-958e-81ca33cd0c74 is the same as notified resource customizationUUID: 5b61e7e7-8129-410f-958e-81ca33cd0c74 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-10T10:17:31.444Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF aead1592-accd 1e872d85-0b0f-45ce-aae7-1f744b8b3c6f 0 ASDC deployResourceStructure 2022-06-10T10:17:31.445Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar ASDC sendASDCNotification 2022-06-10T10:17:31.445Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar 2022-06-10T10:17:31.446Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:17:31.446Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:17:31.449Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:17:31.450Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856251445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:17:31.550Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:17:31.551Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:17:31.551Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:31.567Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:31.568Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:17:31.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:17:31.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:17:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:17:32.451Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78093c4c-b224-4305-9759-52a43ef9583e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.468Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78093c4c-b224-4305-9759-52a43ef9583e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.473Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:17:32.473Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:17:32.474Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:17:32.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:17:32.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "multicloud-k8s-id", "timestamp": 1654856201925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856197919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856195786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:32.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856203809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:32.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856206180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856213916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:32.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856214620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:32.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856215025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:32.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "cds", "timestamp": 1654856215629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.657Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78093c4c-b224-4305-9759-52a43ef9583e 2022-06-10T10:17:32.658Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78093c4c-b224-4305-9759-52a43ef9583e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:17:32.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856216059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856216463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:17:32.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "ves-openapi-manager", "timestamp": 1654856217063, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.686Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 78093c4c-b224-4305-9759-52a43ef9583e 2022-06-10T10:17:32.686Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78093c4c-b224-4305-9759-52a43ef9583e and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:17:32.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856217468, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.712Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78093c4c-b224-4305-9759-52a43ef9583e 2022-06-10T10:17:32.712Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78093c4c-b224-4305-9759-52a43ef9583e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:17:32.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856211326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:32.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856220165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:32.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856221172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:17:32.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856214028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:32.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "policy-id", "timestamp": 1654856222177, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.754Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78093c4c-b224-4305-9759-52a43ef9583e 2022-06-10T10:17:32.755Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78093c4c-b224-4305-9759-52a43ef9583e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:17:32.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856222888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:32.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856223491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:32.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856226494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:17:32.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "clamp", "timestamp": 1654856227507, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.780Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78093c4c-b224-4305-9759-52a43ef9583e 2022-06-10T10:17:32.780Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78093c4c-b224-4305-9759-52a43ef9583e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:17:32.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856229462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:17:32.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "aai-ml", "timestamp": 1654856230467, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:17:32.803Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78093c4c-b224-4305-9759-52a43ef9583e 2022-06-10T10:17:32.804Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78093c4c-b224-4305-9759-52a43ef9583e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:17:32.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e17293e-2c15-47c2-9f40-e3ac061324fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856235079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/resourceInstances/pnfaead1592accd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:17:32.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856236098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856248855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:17:32.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856251445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ymrmhcjigjilpdp6wg/1.0/artifacts/service-DemoPnfH0ymrmhcjigjilpdp6wg-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:17:32.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:18:02.474Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78093c4c-b224-4305-9759-52a43ef9583e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:18:02.501Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78093c4c-b224-4305-9759-52a43ef9583e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:18:02.506Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:18:02.507Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:18:02.507Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:18:02.507Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:18:02.507Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:18:02.507Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:18:02.508Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:18:02.508Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:18:02.508Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:18:02.508Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:18:02.508Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:18:02.509Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:18:02.519Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:18:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:18:31.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:18:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:18:32.519Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78093c4c-b224-4305-9759-52a43ef9583e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:18:32.533Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78093c4c-b224-4305-9759-52a43ef9583e and serviceModelVersionId: 6f2c4295-e125-40b1-a1fa-e4cd89b165d1 2022-06-10T10:18:32.533Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1 2022-06-10T10:18:32.535Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1/model-vers/model-ver/6f2c4295-e125-40b1-a1fa-e4cd89b165d1?depth=0 2022-06-10T10:18:32.543Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:18:32.618Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1/model-vers/model-ver/6f2c4295-e125-40b1-a1fa-e4cd89b165d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-10T10:18:32.620Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1/model-vers/model-ver/6f2c4295-e125-40b1-a1fa-e4cd89b165d1?depth=0|INFO|500||Invoke 2022-06-10T10:18:32.655Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1/model-vers/model-ver/6f2c4295-e125-40b1-a1fa-e4cd89b165d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:18:32.808Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1/model-vers/model-ver/6f2c4295-e125-40b1-a1fa-e4cd89b165d1?depth=0|INFO|500||InvokeReturn 2022-06-10T10:18:32.809Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd7ba1ed-8ca0-41af-9d01-39fcbaba8ce1/model-vers/model-ver/6f2c4295-e125-40b1-a1fa-e4cd89b165d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-10:18:32:668-61631], vertex-id=[180304], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:18:32 GMT], Content-Type=[application/json]} 2022-06-10T10:18:32.810Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:18:32.810Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:18:32.810Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:18:32.820Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:18:32.820Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78093c4c-b224-4305-9759-52a43ef9583e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:18:32.820Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:18:32.821Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:18:32.824Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:18:32.824Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856312820, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:18:32.924Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:18:32.927Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:18:32.927Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:18:32.944Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:18:32.945Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:18:33.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:18:33.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:18:33.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78093c4c-b224-4305-9759-52a43ef9583e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856312820, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:18:33.575Z||pool-2-thread-9|||||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-06-10T10:18:33.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:18:33.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:18:33.840Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:18:43.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:18:43.390Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:18:43.391Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:18:43.391Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:18:52.943Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:18:52.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:18:52.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:18:52.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:19:02.505Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:19:31.931Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:19:31.933Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:19:31.933Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:19:31.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:19:31.945Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:19:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:19:41.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:19:41.520Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:20:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:20:31.934Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:20:31.935Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:20:31.944Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:20:31.945Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:20:31.945Z|78093c4c-b224-4305-9759-52a43ef9583e|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:20:41.498Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:20:41.534Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:21:31.931Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:21:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:21:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:21:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:21:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:21:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:21:41.504Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:21:41.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:22:31.931Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:22:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:22:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:22:31.949Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:22:31.950Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:22:31.950Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:22:41.528Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:22:41.543Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:23:31.931Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:23:31.931Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:23:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:23:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:23:31.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:23:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:23:41.494Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:23:41.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:24:31.931Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:24:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:24:31.932Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:24:31.944Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:24:31.945Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:24:31.945Z|78093c4c-b224-4305-9759-52a43ef9583e|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:24:41.503Z|78093c4c-b224-4305-9759-52a43ef9583e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:24:41.544Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:25:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:25:31.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:25:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:25:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:25:31.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:25:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:25:41.528Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:25:41.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:26:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:26:31.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:26:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:26:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:26:31.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:26:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:26:41.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:26:41.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:27:31.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:27:31.932Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:27:31.946Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:27:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:32.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:32.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4683c76-b3e0-4c78-a248-198ea8c1010f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a00cd165-eb96-42cc-a769-e42106506e1c","serviceDescription":"service","serviceInvariantUUID":"0a255908-fb67-4cb0-9cf5-f4ed197873c5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4527858c-e095-4838-95f4-baacde61430b","resourceInvariantUUID":"07b77e47-cf81-46d5-a724-daab0a91c654","resourceCustomizationUUID":"ecd4cd8a-ac4a-40fb-945a-743e819eda12","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":"MzJkNDUyYmEzZWMzNDU5YWM2NjlhMGIxMTMyNmJlNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31bc2ae5-2ef5-49eb-93dd-e38d45989345","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":"YzFhODFkYWVmZWZmYzQzM2UyOWEzNWNlZjE2NjBmN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18eebf63-bdb2-4533-b683-a689e422efaa","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":"d9c0d0ea-9442-413e-ba12-558993e1e25c","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":"e4193119-470a-4c4e-9f68-1fd424ec7a61","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":"43f6fd72-e49b-4a63-ab98-df1e6cbfe2a1","artifactVersion":"2","generatedFromUUID":"a2c94911-2cfa-4b86-8037-ca3dc449b7ca"},{"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":"1ad7453b-d1a2-4872-86f7-df1ccebef774","artifactVersion":"2","generatedFromUUID":"d9c0d0ea-9442-413e-ba12-558993e1e25c"},{"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":"a2c94911-2cfa-4b86-8037-ca3dc449b7ca","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":"421ae46c-58b6-4f25-a8d2-71d243fd864b","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":"ZTE5ZDhjNjk5ZTViNzY5Y2U4YjQzZWJkMDYyNDUyYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98b9926b-d8cc-4202-b225-f0cf2b755b94","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjI4YWIwZjYzZWY2MzdkM2FjYTBjMTIyMzU4ZTM3Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0a7255b-022c-430b-9f89-62e300017f8d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:27:32.583Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:32.584Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:32.590Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:32.590Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.609Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:32.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856814028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:27:32.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "ves-openapi-manager", "timestamp": 1654856806180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856811328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856826499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856826635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856827641, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856818809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:27:32.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "policy-id", "timestamp": 1654856828648, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:27:32.690Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:32.690Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4683c76-b3e0-4c78-a248-198ea8c1010f 2022-06-10T10:27:32.690Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4683c76-b3e0-4c78-a248-198ea8c1010f and ComponentName POLICY 2022-06-10T10:27:32.691Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:32.691Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:27:32.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-10T10:27:32.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:27:32.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.710Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:32.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.710Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:27:32.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856829841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856821925, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:27:32.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856832803, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "cds", "timestamp": 1654856833073, "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=? 2022-06-10T10:27:32.733Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4683c76-b3e0-4c78-a248-198ea8c1010f 2022-06-10T10:27:32.734Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4683c76-b3e0-4c78-a248-198ea8c1010f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:27:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856834019, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856835212, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856825786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:27:32.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856836341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:32.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856836717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856837428, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:27:32.785Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4683c76-b3e0-4c78-a248-198ea8c1010f 2022-06-10T10:27:32.786Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4683c76-b3e0-4c78-a248-198ea8c1010f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-10T10:27:32.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856827919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:27:32.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:27:32.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856838199, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:27:32.801Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "multicloud-k8s-id", "timestamp": 1654856838433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:27:32.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "aai-ml", "timestamp": 1654856839203, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:27:32.812Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4683c76-b3e0-4c78-a248-198ea8c1010f 2022-06-10T10:27:32.812Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4683c76-b3e0-4c78-a248-198ea8c1010f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:27:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856840111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:27:32.842Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856841117, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:27:32.854Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4683c76-b3e0-4c78-a248-198ea8c1010f 2022-06-10T10:27:32.854Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4683c76-b3e0-4c78-a248-198ea8c1010f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:27:32.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:27:32.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856847644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:32.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:27:33.591Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:33.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:33.596Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:33.596Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:27:33.696Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:33.697Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:33.701Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:33.727Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:33.727Z||pool-112-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:27:34.599Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:34.600Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:34.605Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:34.606Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T10:27:34.705Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:34.707Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:34.708Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:34.724Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:34.725Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:35.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:35.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:35.612Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:35.613Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:35.712Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:35.713Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:35.714Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:35.738Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:35.738Z||pool-114-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:27:36.615Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:36.616Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:36.619Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:36.620Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-10T10:27:36.720Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:36.721Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:36.722Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:36.738Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:36.739Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:27:37.621Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:37.622Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:37.626Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:37.627Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-10T10:27:37.727Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:37.728Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:37.729Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:37.746Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:37.747Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:27:38.627Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:38.628Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:38.631Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:38.632Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-10T10:27:38.732Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:38.733Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:38.734Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:38.750Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:38.750Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:27:39.633Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:39.634Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:39.638Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:39.639Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:39.739Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:39.741Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:39.741Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:39.770Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:39.771Z||pool-118-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:40.640Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:40.641Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:40.644Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:40.644Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:27:40.744Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:40.746Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:40.746Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:40.760Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:40.760Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:41.645Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:27:41.647Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:41.651Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:41.652Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:27:41.751Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T10:27:41.752Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:41.752Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:41.769Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:41.770Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:42.653Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a00cd165-eb96-42cc-a769-e42106506e1c", "serviceDescription": "service", "serviceInvariantUUID": "0a255908-fb67-4cb0-9cf5-f4ed197873c5", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ecd4cd8a-ac4a-40fb-945a-743e819eda12", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4527858c-e095-4838-95f4-baacde61430b", "resourceInvariantUUID": "07b77e47-cf81-46d5-a724-daab0a91c654", "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": "YzFhODFkYWVmZWZmYzQzM2UyOWEzNWNlZjE2NjBmN2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18eebf63-bdb2-4533-b683-a689e422efaa", "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": "d9c0d0ea-9442-413e-ba12-558993e1e25c", "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": "1ad7453b-d1a2-4872-86f7-df1ccebef774", "generatedFromUUID": "d9c0d0ea-9442-413e-ba12-558993e1e25c" }, "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": "43f6fd72-e49b-4a63-ab98-df1e6cbfe2a1", "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": "1ad7453b-d1a2-4872-86f7-df1ccebef774", "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": "a2c94911-2cfa-4b86-8037-ca3dc449b7ca", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZjI4YWIwZjYzZWY2MzdkM2FjYTBjMTIyMzU4ZTM3Njg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0a7255b-022c-430b-9f89-62e300017f8d" } ], "workloadContext": "Production" } 2022-06-10T10:27:42.654Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:27:42.654Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a00cd165-eb96-42cc-a769-e42106506e1c ASDC 2022-06-10T10:27:42.655Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a4683c76-b3e0-4c78-a248-198ea8c1010f ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a00cd165-eb96-42cc-a769-e42106506e1c ServiceInvariantUUID:0a255908-fb67-4cb0-9cf5-f4ed197873c5 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:f0a7255b-022c-430b-9f89-62e300017f8d ArtifactChecksum:ZjI4YWIwZjYzZWY2MzdkM2FjYTBjMTIyMzU4ZTM3Njg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ecd4cd8a-ac4a-40fb-945a-743e819eda12 ResourceInvariantUUID:07b77e47-cf81-46d5-a724-daab0a91c654 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:4527858c-e095-4838-95f4-baacde61430b 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:18eebf63-bdb2-4533-b683-a689e422efaa ArtifactChecksum:YzFhODFkYWVmZWZmYzQzM2UyOWEzNWNlZjE2NjBmN2Y= 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:d9c0d0ea-9442-413e-ba12-558993e1e25c 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:1ad7453b-d1a2-4872-86f7-df1ccebef774 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:43f6fd72-e49b-4a63-ab98-df1e6cbfe2a1 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:1ad7453b-d1a2-4872-86f7-df1ccebef774 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:a2c94911-2cfa-4b86-8037-ca3dc449b7ca ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T10:27:42.655Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a00cd165-eb96-42cc-a769-e42106506e1c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:27:42.714Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:27:42.716Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T10:27:42.717Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T10:27:42.717Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0a7255b-022c-430b-9f89-62e300017f8d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:42.717Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T10:27:42.717Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:42.904Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T10:27:42.923Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0a7255b-022c-430b-9f89-62e300017f8d 158207 2022-06-10T10:27:42.923Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-10T10:27:42.923Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:42.924Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:27:42.924Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:42.927Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:42.928Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856862923, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:43.027Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:43.029Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:43.029Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:43.049Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:43.049Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:43.928Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:27:43.931Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T10:27:43.931Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f0a7255b-022c-430b-9f89-62e300017f8d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:43.932Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-10T10:27:43.933Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:43.933Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:44.397Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1232782641609037258/Definitions/service-BasicCnfMacro-template.yml 2022-06-10T10:27:46.636Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:27:46.637Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T10:27:46.639Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:46.639Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-10T10:27:46.639Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:46.640Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:46.640Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:46.640Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:46.640Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T10:27:46.640Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.641Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:46.641Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:46.641Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T10:27:46.642Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:27:46.642Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.642Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:46.642Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:46.642Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T10:27:46.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:27:46.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:46.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-10T10:27:46.644Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-10T10:27:46.644Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-10T10:27:46.644Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T10:27:46.644Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.644Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T10:27:46.645Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.645Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:46.646Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:27:46.646Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.646Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:46.647Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:27:46.647Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.647Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:46.648Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:27:46.648Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.648Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:46.648Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:27:46.649Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.649Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-10T10:27:46.649Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-10T10:27:46.649Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3dca1896-d516-460f-945a-fcbc9a9db00c 2022-06-10T10:27:46.649Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.650Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:46.650Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.650Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:46.650Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.650Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:46.650Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:46.651Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:46.651Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a00cd165-eb96-42cc-a769-e42106506e1c Model Version:NULL Model InvariantUuid:0a255908-fb67-4cb0-9cf5-f4ed197873c5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:5db19f5c-04fc-444a-9a54-8a49556e9637 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:07b77e47-cf81-46d5-a724-daab0a91c654 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ecd4cd8a-ac4a-40fb-945a-743e819eda12 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f4cc5d9d-c38d-4171-aa13-160e9ae79ed4 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:21ac2c11-6c68-41c8-9765-5aae6ac6b811 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:ea863584-c212-40ec-979d-0d9ab00b1919 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:4824e2c6-d544-4de0-8bc3-ac09b0c10c63 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3dca1896-d516-460f-945a-fcbc9a9db00c ModelInvariantUuid:1e96d23d-68f3-406f-bab7-f26a63c163ae ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:4966d836-f0d6-4e5e-bcb0-b222f36f819d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:cc6e06af-4a38-4e94-9d25-775604cf83c3 ModelInvariantUuid:de83fcad-5047-4cfc-bb4c-a49274ccc0e9 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:628934f7-c056-4ae4-a72c-4d2e8b5ed73d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:27:46.662Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4527858c-e095-4838-95f4-baacde61430b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:27:46.668Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-06-10T10:27:46.668Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4527858c-e095-4838-95f4-baacde61430b 2022-06-10T10:27:46.669Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 18eebf63-bdb2-4533-b683-a689e422efaa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-10T10:27:46.669Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T10:27:46.669Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-10T10:27:46.746Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T10:27:46.747Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 18eebf63-bdb2-4533-b683-a689e422efaa 1565 2022-06-10T10:27:46.747Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-10T10:27:46.748Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-10T10:27:46.748Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:27:46.748Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:46.751Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:46.751Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856866747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:46.852Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:46.854Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:46.854Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:46.871Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:46.872Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:47.753Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ea863584-c212-40ec-979d-0d9ab00b1919", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4824e2c6-d544-4de0-8bc3-ac09b0c10c63", "vfModuleModelCustomizationUUID": "bb8416d9-5789-4ba4-9e30-0975f1185220", "isBase": true, "artifacts": [ "d9c0d0ea-9442-413e-ba12-558993e1e25c", "1ad7453b-d1a2-4872-86f7-df1ccebef774" ], "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": "f4cc5d9d-c38d-4171-aa13-160e9ae79ed4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "21ac2c11-6c68-41c8-9765-5aae6ac6b811", "vfModuleModelCustomizationUUID": "d6f54bab-750d-4ac0-86c4-a768e69e1c94", "isBase": false, "artifacts": [ "a2c94911-2cfa-4b86-8037-ca3dc449b7ca" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:27:47.762Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4824e2c6-d544-4de0-8bc3-ac09b0c10c63 VfModuleModelInvariantUUID:ea863584-c212-40ec-979d-0d9ab00b1919 VfModuleModelDescription:NULL Artifacts UUID List:{ d9c0d0ea-9442-413e-ba12-558993e1e25c , 1ad7453b-d1a2-4872-86f7-df1ccebef774 } 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:21ac2c11-6c68-41c8-9765-5aae6ac6b811 VfModuleModelInvariantUUID:f4cc5d9d-c38d-4171-aa13-160e9ae79ed4 VfModuleModelDescription:NULL Artifacts UUID List:{ a2c94911-2cfa-4b86-8037-ca3dc449b7ca } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-10T10:27:47.767Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ea863584-c212-40ec-979d-0d9ab00b1919", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4824e2c6-d544-4de0-8bc3-ac09b0c10c63", "vfModuleModelCustomizationUUID": "bb8416d9-5789-4ba4-9e30-0975f1185220", "isBase": true, "artifacts": [ "d9c0d0ea-9442-413e-ba12-558993e1e25c", "1ad7453b-d1a2-4872-86f7-df1ccebef774" ], "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": "f4cc5d9d-c38d-4171-aa13-160e9ae79ed4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "21ac2c11-6c68-41c8-9765-5aae6ac6b811", "vfModuleModelCustomizationUUID": "d6f54bab-750d-4ac0-86c4-a768e69e1c94", "isBase": false, "artifacts": [ "a2c94911-2cfa-4b86-8037-ca3dc449b7ca" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:27:47.767Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4824e2c6-d544-4de0-8bc3-ac09b0c10c63 VfModuleModelInvariantUUID:ea863584-c212-40ec-979d-0d9ab00b1919 VfModuleModelDescription:NULL Artifacts UUID List:{ d9c0d0ea-9442-413e-ba12-558993e1e25c , 1ad7453b-d1a2-4872-86f7-df1ccebef774 } 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:21ac2c11-6c68-41c8-9765-5aae6ac6b811 VfModuleModelInvariantUUID:f4cc5d9d-c38d-4171-aa13-160e9ae79ed4 VfModuleModelDescription:NULL Artifacts UUID List:{ a2c94911-2cfa-4b86-8037-ca3dc449b7ca } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-10T10:27:47.767Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d9c0d0ea-9442-413e-ba12-558993e1e25c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-10T10:27:47.768Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T10:27:47.768Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-10T10:27:47.909Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T10:27:47.909Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d9c0d0ea-9442-413e-ba12-558993e1e25c 914 2022-06-10T10:27:47.910Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-10T10:27:47.910Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-10T10:27:47.910Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:27:47.910Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:47.913Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:47.913Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856867910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:48.013Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:48.015Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:48.015Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:48.036Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:48.037Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:48.914Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 43f6fd72-e49b-4a63-ab98-df1e6cbfe2a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-10T10:27:48.915Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T10:27:48.915Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-10T10:27:49.214Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T10:27:49.214Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 43f6fd72-e49b-4a63-ab98-df1e6cbfe2a1 12 2022-06-10T10:27:49.215Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-10T10:27:49.215Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-10T10:27:49.215Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:27:49.215Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:49.227Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:49.228Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856869215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:49.327Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:49.328Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:49.328Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:49.347Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:49.347Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:50.228Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1ad7453b-d1a2-4872-86f7-df1ccebef774 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-10T10:27:50.230Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T10:27:50.230Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-10T10:27:50.326Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T10:27:50.327Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1ad7453b-d1a2-4872-86f7-df1ccebef774 96 2022-06-10T10:27:50.327Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-10T10:27:50.327Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-10T10:27:50.327Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:27:50.328Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:50.333Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:50.334Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856870327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:50.435Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:27:50.436Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:50.437Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:50.453Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:50.454Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:51.334Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a2c94911-2cfa-4b86-8037-ca3dc449b7ca from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-10T10:27:51.335Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T10:27:51.336Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-10T10:27:51.521Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T10:27:51.523Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a2c94911-2cfa-4b86-8037-ca3dc449b7ca 20206 2022-06-10T10:27:51.523Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-10T10:27:51.523Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-10T10:27:51.524Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:27:51.524Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:51.527Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:51.527Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856871523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T10:27:51.628Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:51.629Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:51.630Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:51.647Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:51.648Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:52.533Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a00cd165-eb96-42cc-a769-e42106506e1c 2022-06-10T10:27:52.533Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4527858c-e095-4838-95f4-baacde61430b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:27:52.552Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14a8384f, org.onap.sdc.toscaparser.api.parameters.Input@8c0d9d, org.onap.sdc.toscaparser.api.parameters.Input@7e89d71, org.onap.sdc.toscaparser.api.parameters.Input@41c4f3fe, org.onap.sdc.toscaparser.api.parameters.Input@147bd1c9] 2022-06-10T10:27:52.554Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.554Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.554Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-10T10:27:52.554Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ecd4cd8a-ac4a-40fb-945a-743e819eda12 2022-06-10T10:27:52.555Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecd4cd8a-ac4a-40fb-945a-743e819eda12 matches Tosca VF Customization UUID: ecd4cd8a-ac4a-40fb-945a-743e819eda12 2022-06-10T10:27:52.555Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ecd4cd8a-ac4a-40fb-945a-743e819eda12 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-10T10:27:52.559Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.559Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.560Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ecd4cd8a-ac4a-40fb-945a-743e819eda12: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-10T10:27:52.560Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@510680cf 2022-06-10T10:27:52.560Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.561Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T10:27:52.561Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d6f54bab-750d-4ac0-86c4-a768e69e1c94 2022-06-10T10:27:52.561Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d6f54bab-750d-4ac0-86c4-a768e69e1c94 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-10T10:27:52.565Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.565Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:52.565Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:27:52.566Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.566Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:52.566Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:27:52.566Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.566Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T10:27:52.567Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ecd4cd8a-ac4a-40fb-945a-743e819eda12 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:27:52.569Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.570Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.570Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a00cd165-eb96-42cc-a769-e42106506e1c: basic_cnf_macro 2022-06-10T10:27:52.570Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.570Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.572Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:27:52.572Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:27:52.572Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:27:52.642Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 4527858c-e095-4838-95f4-baacde61430b 2 ASDC deployResourceStructure 2022-06-10T10:27:52.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-10T10:27:52.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-10T10:27:52.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:27:52.643Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:52.649Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:52.649Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856872642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:27:52.748Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:52.750Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:52.750Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:52.768Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:52.769Z||pool-127-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:53.650Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-10T10:27:53.651Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-10T10:27:53.651Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:27:53.652Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:53.654Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:53.654Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856873650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:27:53.755Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:53.756Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:53.756Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:53.775Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:53.777Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:27:54.657Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-10T10:27:54.657Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-10T10:27:54.658Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T10:27:54.659Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:54.662Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:54.662Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856874656, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:27:54.765Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-10T10:27:54.766Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:54.767Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:54.786Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:54.788Z||pool-129-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:55.664Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-10T10:27:55.664Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-10T10:27:55.664Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:27:55.665Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:55.668Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:55.668Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856875664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-10T10:27:55.768Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:55.769Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:55.769Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:55.785Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:55.786Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:56.669Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-10T10:27:56.670Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-10T10:27:56.670Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T10:27:56.670Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:56.673Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:56.673Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856876669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:27:56.773Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:27:56.774Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:56.774Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:56.791Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:56.792Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:57.675Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-10T10:27:57.675Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-10T10:27:57.675Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:27:57.676Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:27:57.679Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:27:57.679Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856877674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:27:57.780Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:27:57.781Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:27:57.781Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:27:57.799Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:27:57.800Z||pool-132-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:27:58.681Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4683c76-b3e0-4c78-a248-198ea8c1010f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:27:58.708Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4683c76-b3e0-4c78-a248-198ea8c1010f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:27:58.713Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:27:58.713Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:27:58.713Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:27:58.713Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:27:58.714Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:27:58.714Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:27:58.714Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:27:58.717Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:27:58.717Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:27:58.718Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:27:58.727Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:28:28.727Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4683c76-b3e0-4c78-a248-198ea8c1010f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:28:28.736Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4683c76-b3e0-4c78-a248-198ea8c1010f and serviceModelVersionId: a00cd165-eb96-42cc-a769-e42106506e1c 2022-06-10T10:28:28.737Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a255908-fb67-4cb0-9cf5-f4ed197873c5 2022-06-10T10:28:28.738Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0 2022-06-10T10:28:28.748Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:28:28.819Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0|INFO|500||Invoke 2022-06-10T10:28:28.820Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4683c76-b3e0-4c78-a248-198ea8c1010f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62f67d70-852d-437c-8a0f-d9884d166e37], X-ECOMP-RequestID=[a4683c76-b3e0-4c78-a248-198ea8c1010f], X-TransactionId=[], X-ONAP-RequestID=[a4683c76-b3e0-4c78-a248-198ea8c1010f], Content-Type=[application/merge-patch+json]} 2022-06-10T10:28:28.862Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:28:29.181Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?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/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-10:28:28:881-66035], vertex-id=[254152], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:28:28 GMT], Content-Type=[application/json]} 2022-06-10T10:28:29.181Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:28:29.183Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a255908-fb67-4cb0-9cf5-f4ed197873c5/model-vers/model-ver/a00cd165-eb96-42cc-a769-e42106506e1c?depth=0|INFO|500||InvokeReturn 2022-06-10T10:28:29.184Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:28:29.184Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:28:29.201Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:28:29.202Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4683c76-b3e0-4c78-a248-198ea8c1010f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:28:29.203Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:28:29.203Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:29.206Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:29.207Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856909202, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:28:29.307Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:28:29.308Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:29.308Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:29.328Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:29.329Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:28:31.931Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:28:31.932Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:28:31.932Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:28:31.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:28:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:32.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:32.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T10:28:32.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:32.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T10:28:32.560Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:32.561Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T10:28:32.561Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a57ad4cb-17e4-4876-8ea7-b4f052cef22a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"df749d9c-a0f7-4e7e-a4d6-5b1719263362","serviceDescription":"service","serviceInvariantUUID":"822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"543e60db-5715-4d8e-b188-b2adfc30c758","resourceInvariantUUID":"4715d2ae-742f-4855-a145-49ecc1141d56","resourceCustomizationUUID":"0054826d-9cf9-4ab5-bf6c-f2e2febe2f5d","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":"YTMzMzEyZTdlMzgxYzMxMDU5MDAxODIxZTYyOThhZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"725a1ebb-f181-408b-b590-c460612ee820","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":"6a946c9a-8924-4684-ac3d-bf94bd69aed9","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":"cb7d6af4-923e-4bd4-acfb-5a5ad02028d1","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":"NTE1OGE1ZjI1MWEyNjdiMjc1NDJkMzdmYTBlZTdhYWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2e9289a1-6d1a-4d0d-8fd0-a8f553a513c0","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":"e07f177f-a2a6-4c9d-8025-5a0d731c58ce","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":"50de6a15-a855-407c-a3f2-9a7268a0f8cf","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":"25541215-3d31-456b-b7a9-09e6414be8ac","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":"ZDY2ZTRmMDYxMDQ2MmE0ZWU4MWFjM2UxZDBkMzliOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e2358b3-1b4f-429c-83a8-ec2ccc2b1358","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGRiMzU4ZmI0NGRlNzY2Y2ZmZDk5YzkwZGQzNjMyNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5bb21fc-33d5-486d-979d-9b0d9b965418","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:28:32.563Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:32.564Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:32.570Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:32.570Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:32.670Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:28:32.671Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:32.671Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:32.699Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:32.700Z||pool-134-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:28:33.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:33.571Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:33.580Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:33.581Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:33.679Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T10:28:33.680Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:33.682Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:33.726Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:33.727Z||pool-135-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:28:34.583Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:34.584Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:34.587Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:34.587Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:34.688Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:28:34.689Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:34.689Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:34.707Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:34.708Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:28:35.588Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:35.589Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:35.592Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:35.592Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:35.692Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:28:35.693Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:35.694Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:35.712Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:35.713Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:28:36.594Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:36.595Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:36.600Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:36.600Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:36.700Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:28:36.701Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:36.701Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:36.745Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:36.746Z||pool-138-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:28:37.601Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:37.602Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:37.605Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:37.606Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:37.706Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:28:37.707Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:37.707Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:37.723Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:37.723Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:28:38.607Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:38.608Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:38.611Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:38.611Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:38.712Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:28:38.713Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:38.713Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:38.729Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:38.729Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:28:39.612Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:39.613Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:39.617Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:39.618Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:28:39.717Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:28:39.718Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:39.718Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:39.732Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:39.733Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:28:40.619Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:28:40.620Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:40.623Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:40.624Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:28:40.723Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:28:40.725Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:40.725Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:40.740Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:40.741Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:28:41.626Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "df749d9c-a0f7-4e7e-a4d6-5b1719263362", "serviceDescription": "service", "serviceInvariantUUID": "822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0054826d-9cf9-4ab5-bf6c-f2e2febe2f5d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "543e60db-5715-4d8e-b188-b2adfc30c758", "resourceInvariantUUID": "4715d2ae-742f-4855-a145-49ecc1141d56", "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": "ZGRiMzU4ZmI0NGRlNzY2Y2ZmZDk5YzkwZGQzNjMyNWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5bb21fc-33d5-486d-979d-9b0d9b965418" } ], "workloadContext": "Production" } 2022-06-10T10:28:41.627Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:28:41.627Z|a4683c76-b3e0-4c78-a248-198ea8c1010f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df749d9c-a0f7-4e7e-a4d6-5b1719263362 ASDC 2022-06-10T10:28:41.628Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a57ad4cb-17e4-4876-8ea7-b4f052cef22a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:df749d9c-a0f7-4e7e-a4d6-5b1719263362 ServiceInvariantUUID:822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f 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:d5bb21fc-33d5-486d-979d-9b0d9b965418 ArtifactChecksum:ZGRiMzU4ZmI0NGRlNzY2Y2ZmZDk5YzkwZGQzNjMyNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0054826d-9cf9-4ab5-bf6c-f2e2febe2f5d ResourceInvariantUUID:4715d2ae-742f-4855-a145-49ecc1141d56 ResourceName:test-pnf ResourceType:PNF ResourceUUID:543e60db-5715-4d8e-b188-b2adfc30c758 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T10:28:41.628Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df749d9c-a0f7-4e7e-a4d6-5b1719263362 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:28:41.666Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:28:41.667Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T10:28:41.667Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T10:28:41.667Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d5bb21fc-33d5-486d-979d-9b0d9b965418 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-10T10:28:41.667Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T10:28:41.667Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-10T10:28:41.811Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T10:28:41.818Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d5bb21fc-33d5-486d-979d-9b0d9b965418 105661 2022-06-10T10:28:41.818Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-10T10:28:41.818Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-10T10:28:41.819Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:28:41.819Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:41.822Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:41.822Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856921818, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:28:41.922Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:28:41.924Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:41.924Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:41.942Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:41.943Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:28:42.823Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:28:42.824Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T10:28:42.824Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d5bb21fc-33d5-486d-979d-9b0d9b965418, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:42.826Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-10T10:28:42.827Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:42.827Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:43.029Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3924184975763810454/Definitions/service-TestPnfMacro-template.yml 2022-06-10T10:28:44.504Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:28:44.505Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T10:28:44.505Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.505Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T10:28:44.505Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.505Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.506Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.506Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.506Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.506Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.506Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.506Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T10:28:44.506Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.509Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.510Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-10T10:28:44.510Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T10:28:44.510Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:28:44.510Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.511Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.511Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-10T10:28:44.511Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T10:28:44.511Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:28:44.511Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.512Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.512Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.512Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.512Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.512Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.512Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.513Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.513Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.513Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.513Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:df749d9c-a0f7-4e7e-a4d6-5b1719263362 Model Version:NULL Model InvariantUuid:822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:28:44.530Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 543e60db-5715-4d8e-b188-b2adfc30c758 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:28:44.534Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-06-10T10:28:44.534Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 543e60db-5715-4d8e-b188-b2adfc30c758 2022-06-10T10:28:44.534Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: df749d9c-a0f7-4e7e-a4d6-5b1719263362 2022-06-10T10:28:44.534Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: df749d9c-a0f7-4e7e-a4d6-5b1719263362 2022-06-10T10:28:44.535Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 543e60db-5715-4d8e-b188-b2adfc30c758 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:28:44.542Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1102e479, org.onap.sdc.toscaparser.api.parameters.Input@644b76af, org.onap.sdc.toscaparser.api.parameters.Input@5a11d680, org.onap.sdc.toscaparser.api.parameters.Input@62ccc6a7, org.onap.sdc.toscaparser.api.parameters.Input@646bc7ab] 2022-06-10T10:28:44.543Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.543Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.543Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid df749d9c-a0f7-4e7e-a4d6-5b1719263362: test-pnf 2022-06-10T10:28:44.543Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||Processing PNF resource: 543e60db-5715-4d8e-b188-b2adfc30c758 2022-06-10T10:28:44.544Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:28:44.544Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T10:28:44.544Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||Resource customization UUID: 0054826d-9cf9-4ab5-bf6c-f2e2febe2f5d is the same as notified resource customizationUUID: 0054826d-9cf9-4ab5-bf6c-f2e2febe2f5d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-10T10:28:44.599Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 543e60db-5715-4d8e-b188-b2adfc30c758 0 ASDC deployResourceStructure 2022-06-10T10:28:44.599Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-10T10:28:44.600Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-10T10:28:44.600Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:28:44.600Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:28:44.602Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:28:44.603Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856924599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:28:44.703Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:28:44.704Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:28:44.704Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:28:44.720Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:28:44.721Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:28:45.604Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:28:45.630Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:28:45.633Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:28:45.634Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:28:45.634Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:29:15.634Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:29:15.650Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:29:15.653Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:29:15.653Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:29:15.653Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:29:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:29:31.946Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:29:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:29:31.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:29:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:29:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856853654, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:29:31.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T10:29:31.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "clamp", "timestamp": 1654856854659, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:29:31.998Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4683c76-b3e0-4c78-a248-198ea8c1010f 2022-06-10T10:29:31.999Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4683c76-b3e0-4c78-a248-198ea8c1010f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:29:32.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856851931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856862923, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:29:32.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856866747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:29:32.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856867910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856869215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856870327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:29:32.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856871523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856872642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856873650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856874656, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856875664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856876669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856877674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4683c76-b3e0-4c78-a248-198ea8c1010f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856909202, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:29:32.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:29:45.654Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:29:45.673Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:29:45.676Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:29:45.676Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:29:45.677Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:30:15.677Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:30:15.703Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:30:15.706Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:30:15.707Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:30:15.707Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:30:31.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:30:31.946Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:30:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:30:31.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:30:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:30:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:30:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:30:45.707Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:30:45.727Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:30:45.730Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:30:45.730Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:30:45.731Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:31:15.731Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:31:15.767Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:31:15.774Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:31:15.775Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T10:31:15.775Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T10:31:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:31:31.948Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:31:31.949Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:31:32.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:31:32.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856906180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856904028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "multicloud-k8s-id", "timestamp": 1654856901925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:31:32.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856908809, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:31:32.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856917009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:31:32.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856917435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:31:32.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856918047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856918651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:31:32.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "ves-openapi-manager", "timestamp": 1654856919052, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:31:32.048Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a57ad4cb-17e4-4876-8ea7-b4f052cef22a 2022-06-10T10:31:32.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a57ad4cb-17e4-4876-8ea7-b4f052cef22a and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:31:32.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "cds", "timestamp": 1654856919949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:31:32.099Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a57ad4cb-17e4-4876-8ea7-b4f052cef22a 2022-06-10T10:31:32.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a57ad4cb-17e4-4876-8ea7-b4f052cef22a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:31:32.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856911328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:31:32.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856911931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:31:32.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856921227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:31:32.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856921818, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:31:32.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856922233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "policy-id", "timestamp": 1654856923237, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:31:32.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a57ad4cb-17e4-4876-8ea7-b4f052cef22a 2022-06-10T10:31:32.143Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a57ad4cb-17e4-4876-8ea7-b4f052cef22a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:31:32.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856923446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:31:32.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "aai-ml", "timestamp": 1654856924451, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:31:32.166Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a57ad4cb-17e4-4876-8ea7-b4f052cef22a 2022-06-10T10:31:32.167Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a57ad4cb-17e4-4876-8ea7-b4f052cef22a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:31:32.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654856924599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:31:32.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856915792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:31:32.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:31:32.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856925597, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:31:32.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:31:32.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:31:32.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856927906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:31:32.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654856928911, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:31:32.206Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a57ad4cb-17e4-4876-8ea7-b4f052cef22a 2022-06-10T10:31:32.206Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a57ad4cb-17e4-4876-8ea7-b4f052cef22a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:31:32.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856931674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:31:32.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856933679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:31:32.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:31:32.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:31:32.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "clamp", "timestamp": 1654856934686, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:31:32.226Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a57ad4cb-17e4-4876-8ea7-b4f052cef22a 2022-06-10T10:31:32.226Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a57ad4cb-17e4-4876-8ea7-b4f052cef22a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:31:45.775Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:31:45.792Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:31:45.797Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:31:45.798Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:31:45.798Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:31:45.798Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:31:45.798Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:31:45.799Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:31:45.799Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:31:45.799Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:31:45.799Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:31:45.800Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:31:45.800Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:31:45.800Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:31:45.810Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:32:15.811Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:32:15.822Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a57ad4cb-17e4-4876-8ea7-b4f052cef22a and serviceModelVersionId: df749d9c-a0f7-4e7e-a4d6-5b1719263362 2022-06-10T10:32:15.823Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f 2022-06-10T10:32:15.825Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0 2022-06-10T10:32:15.842Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:32:15.916Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0|INFO|500||Invoke 2022-06-10T10:32:15.917Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a57ad4cb-17e4-4876-8ea7-b4f052cef22a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[660de322-bde6-4060-9f43-3c6ceda50f38], X-ECOMP-RequestID=[a57ad4cb-17e4-4876-8ea7-b4f052cef22a], X-TransactionId=[], X-ONAP-RequestID=[a57ad4cb-17e4-4876-8ea7-b4f052cef22a], Content-Type=[application/merge-patch+json]} 2022-06-10T10:32:15.958Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:32:16.235Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?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/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-10:32:15:975-46538], vertex-id=[208976], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:32:15 GMT], Content-Type=[application/json]} 2022-06-10T10:32:16.235Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:32:16.236Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/822c74ef-83a1-4958-b9d3-dc3bcaa4fe0f/model-vers/model-ver/df749d9c-a0f7-4e7e-a4d6-5b1719263362?depth=0|INFO|500||InvokeReturn 2022-06-10T10:32:16.237Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:32:16.237Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:32:16.249Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:32:16.250Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a57ad4cb-17e4-4876-8ea7-b4f052cef22a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:32:16.251Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:32:16.252Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:16.256Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:16.256Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857136251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:32:16.356Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:32:16.357Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:16.357Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:16.376Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:16.376Z||pool-145-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:32:17.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:32:17.278Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:32:17.278Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:21.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:21.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T10:32:21.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"afe1574a-c035-458f-93b8-ad68df0d9f50","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"41b939b8-c3a3-41ff-b4c7-4a11e2713b73","serviceDescription":"service","serviceInvariantUUID":"fff5f846-ad42-48c6-b63c-e88ec080578c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d3b002e-cd17-4b98-83c3-ddbcde7ad757","resourceInvariantUUID":"a23f01ff-8ddc-45c3-a4e8-914eacb96683","resourceCustomizationUUID":"161f0e01-4692-4ae2-879e-fdd322365220","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":"MDAwMDdhMmJjNjQ3ZDEwZWVkOTVhM2UxODI3MzZhN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f00e0d3-96f8-4528-9924-10a19b112bdc","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":"OWI1NDY5MGIyM2E3MmY0MjUxYzRkNjA0Y2UyMWMyODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2f42fce-a1ea-4f1a-83f9-b20c2d4ef6af","artifactVersion":"2"},{"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":"e84665ab-a45f-4a79-a619-82c911e48023","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":"139d2b04-6d64-47bd-b97c-8bd371f411c6","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":"0a0fc967-6c9b-42c2-bba7-787c3c1b8656","artifactVersion":"3","generatedFromUUID":"e84665ab-a45f-4a79-a619-82c911e48023"},{"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":"MDQxZGY0NTBmNjMwYzJkOGE0ODMxZmQ5NjkxNGJmYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fae81264-0c33-4a62-9e4d-8c97db47f1d6","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":"NGVhZWVmYmYwYjA3OTRkOTAyNTc3ZjFiYzBkMTBhZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e1f3318-2bad-4f5d-8d06-3916b1913bfd","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmVlYjI2Y2JlNjFhZGZlNzU0ZDM2NDQ4ZGJjYWRmOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4736d0ba-c9af-464a-ba1d-b8a1855109bc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T10:32:21.816Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:21.817Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:21.822Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:21.823Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:21.924Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:32:21.924Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:21.925Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:21.941Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:21.942Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:32:22.824Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:22.827Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:22.829Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:22.829Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:32:22.930Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:32:22.930Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:22.930Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:22.962Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:22.962Z||pool-147-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:23.830Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:23.831Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:23.834Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:23.834Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:32:23.934Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:32:23.935Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:23.935Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:23.954Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:23.954Z||pool-148-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:24.835Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:24.836Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:24.838Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:24.839Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:24.952Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2022-06-10T10:32:24.954Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:24.954Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:24.971Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:24.972Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:25.839Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:25.840Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:25.850Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:25.850Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T10:32:25.944Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-10T10:32:25.945Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:25.945Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:25.960Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:25.961Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:26.853Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:26.853Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:26.857Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:26.857Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:26.957Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:32:26.958Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:26.959Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:26.985Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:26.986Z||pool-151-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-10T10:32:27.858Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:27.858Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:27.861Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:27.861Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:27.965Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-10T10:32:27.967Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:27.967Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:27.987Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:27.988Z||pool-152-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:28.862Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T10:32:28.863Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:28.891Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:28.892Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:32:28.992Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:32:28.994Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:28.995Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:29.018Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:29.020Z||pool-153-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:29.893Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "41b939b8-c3a3-41ff-b4c7-4a11e2713b73", "serviceDescription": "service", "serviceInvariantUUID": "fff5f846-ad42-48c6-b63c-e88ec080578c", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "161f0e01-4692-4ae2-879e-fdd322365220", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0d3b002e-cd17-4b98-83c3-ddbcde7ad757", "resourceInvariantUUID": "a23f01ff-8ddc-45c3-a4e8-914eacb96683", "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": "OWI1NDY5MGIyM2E3MmY0MjUxYzRkNjA0Y2UyMWMyODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c2f42fce-a1ea-4f1a-83f9-b20c2d4ef6af", "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": "e84665ab-a45f-4a79-a619-82c911e48023", "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": "3", "artifactUUID": "0a0fc967-6c9b-42c2-bba7-787c3c1b8656", "generatedFromUUID": "e84665ab-a45f-4a79-a619-82c911e48023" }, "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": "3", "artifactUUID": "0a0fc967-6c9b-42c2-bba7-787c3c1b8656", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YmVlYjI2Y2JlNjFhZGZlNzU0ZDM2NDQ4ZGJjYWRmOWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4736d0ba-c9af-464a-ba1d-b8a1855109bc" } ], "workloadContext": "Production" } 2022-06-10T10:32:29.894Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T10:32:29.894Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41b939b8-c3a3-41ff-b4c7-4a11e2713b73 ASDC 2022-06-10T10:32:29.895Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:afe1574a-c035-458f-93b8-ad68df0d9f50 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:41b939b8-c3a3-41ff-b4c7-4a11e2713b73 ServiceInvariantUUID:fff5f846-ad42-48c6-b63c-e88ec080578c 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:4736d0ba-c9af-464a-ba1d-b8a1855109bc ArtifactChecksum:YmVlYjI2Y2JlNjFhZGZlNzU0ZDM2NDQ4ZGJjYWRmOWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:161f0e01-4692-4ae2-879e-fdd322365220 ResourceInvariantUUID:a23f01ff-8ddc-45c3-a4e8-914eacb96683 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0d3b002e-cd17-4b98-83c3-ddbcde7ad757 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:2 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:c2f42fce-a1ea-4f1a-83f9-b20c2d4ef6af ArtifactChecksum:OWI1NDY5MGIyM2E3MmY0MjUxYzRkNjA0Y2UyMWMyODE= 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:e84665ab-a45f-4a79-a619-82c911e48023 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:3 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:0a0fc967-6c9b-42c2-bba7-787c3c1b8656 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:3 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:0a0fc967-6c9b-42c2-bba7-787c3c1b8656 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T10:32:29.895Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41b939b8-c3a3-41ff-b4c7-4a11e2713b73 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:32:29.943Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:32:29.944Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T10:32:29.945Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T10:32:29.945Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4736d0ba-c9af-464a-ba1d-b8a1855109bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-10T10:32:29.945Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T10:32:29.945Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:30.094Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T10:32:30.099Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4736d0ba-c9af-464a-ba1d-b8a1855109bc 78800 2022-06-10T10:32:30.100Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:30.100Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:30.100Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:32:30.101Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:30.105Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:30.105Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857150099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:30.204Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:32:30.205Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:30.205Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:30.223Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:30.224Z||pool-154-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:31.106Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T10:32:31.107Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T10:32:31.107Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4736d0ba-c9af-464a-ba1d-b8a1855109bc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:31.108Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-10T10:32:31.109Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:31.109Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:31.507Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14086057888156376822/Definitions/service-BasicVmMacro-template.yml 2022-06-10T10:32:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:32:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:32:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:31.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:31.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857037919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857035786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857043809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857041925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857052660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857052780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:31.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857052165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:32:31.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:31.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "cds", "timestamp": 1654857054093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:32:32.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afe1574a-c035-458f-93b8-ad68df0d9f50 2022-06-10T10:32:32.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe1574a-c035-458f-93b8-ad68df0d9f50 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:32:32.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857054046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:32.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "ves-openapi-manager", "timestamp": 1654857046180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857055232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:32.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857055302, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857056265, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:32:32.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afe1574a-c035-458f-93b8-ad68df0d9f50 2022-06-10T10:32:32.036Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe1574a-c035-458f-93b8-ad68df0d9f50 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:32:32.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654857056309, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:32:32.056Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afe1574a-c035-458f-93b8-ad68df0d9f50 2022-06-10T10:32:32.057Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe1574a-c035-458f-93b8-ad68df0d9f50 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:32:32.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "multicloud-k8s-id", "timestamp": 1654857057268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:32:32.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857059706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:32.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857060210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:32:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857061216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:32:32.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857054028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:32:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:32:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "policy-id", "timestamp": 1654857062221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:32:32.097Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afe1574a-c035-458f-93b8-ad68df0d9f50 2022-06-10T10:32:32.098Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe1574a-c035-458f-93b8-ad68df0d9f50 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-10T10:32:32.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857062881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:32.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857063703, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:32:32.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "clamp", "timestamp": 1654857064710, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:32:32.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afe1574a-c035-458f-93b8-ad68df0d9f50 2022-06-10T10:32:32.144Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe1574a-c035-458f-93b8-ad68df0d9f50 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T10:32:32.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857072663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:32:32.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:32:32.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:32:32.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "aai-ml", "timestamp": 1654857073668, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:32:32.177Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afe1574a-c035-458f-93b8-ad68df0d9f50 2022-06-10T10:32:32.177Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe1574a-c035-458f-93b8-ad68df0d9f50 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 (?, ?, ?, ?, ?) Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-10T10:32:33.828Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T10:32:33.830Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-10T10:32:33.830Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:33.830Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-10T10:32:33.830Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:33.831Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:33.831Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.831Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:33.831Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.832Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.832Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.832Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T10:32:33.832Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.832Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-10T10:32:33.833Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.833Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.834Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:33.834Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-10T10:32:33.834Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:32:33.835Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.835Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.835Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:33.835Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-10T10:32:33.836Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T10:32:33.836Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.836Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.836Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.837Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-10T10:32:33.837Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-10T10:32:33.837Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-10T10:32:33.838Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-10T10:32:33.838Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T10:32:33.838Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T10:32:33.838Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.838Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.839Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.839Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:33.839Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:32:33.839Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.840Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:33.840Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:32:33.840Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.840Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:33.840Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:32:33.841Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.841Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-10T10:32:33.841Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T10:32:33.842Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T10:32:33.842Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e8a1dfdc-7d85-40a4-83dd-c4bac70498f7 2022-06-10T10:32:33.842Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.842Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.842Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.843Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.843Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.843Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.843Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:33.843Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:33.844Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:41b939b8-c3a3-41ff-b4c7-4a11e2713b73 Model Version:NULL Model InvariantUuid:fff5f846-ad42-48c6-b63c-e88ec080578c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:63e690a3-e68c-458d-9775-98e304ba78d7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a23f01ff-8ddc-45c3-a4e8-914eacb96683 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:161f0e01-4692-4ae2-879e-fdd322365220 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fb5a9bf8-efda-4483-9394-20e9618b1cd3 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0a8794b3-a1b9-41a9-a163-25fbfc48a8d3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e8a1dfdc-7d85-40a4-83dd-c4bac70498f7 ModelInvariantUuid:00500b01-5273-4dfe-b478-4bd549395a82 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:661b560b-8c2e-4811-8981-197aeca0e252 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:643436d6-fc30-4a82-9cca-9b1d32aafc0e ModelInvariantUuid:0604772a-e92d-4df0-8e93-052e34919e8e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:a3e2b1c2-73e8-4221-b264-a7afa259a419 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-10T10:32:33.876Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d3b002e-cd17-4b98-83c3-ddbcde7ad757 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:32:33.882Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-06-10T10:32:33.883Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d3b002e-cd17-4b98-83c3-ddbcde7ad757 2022-06-10T10:32:33.883Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c2f42fce-a1ea-4f1a-83f9-b20c2d4ef6af from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-10T10:32:33.884Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T10:32:33.884Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:34.138Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T10:32:34.138Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 c2f42fce-a1ea-4f1a-83f9-b20c2d4ef6af 792 2022-06-10T10:32:34.139Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:34.139Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:34.139Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:32:34.140Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:34.142Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:34.142Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857154139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:34.242Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:32:34.243Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:34.243Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:34.257Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:34.258Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:35.143Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fb5a9bf8-efda-4483-9394-20e9618b1cd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a8794b3-a1b9-41a9-a163-25fbfc48a8d3", "vfModuleModelCustomizationUUID": "8632e14a-d7f9-4248-a459-fbdf93597e08", "isBase": true, "artifacts": [ "e84665ab-a45f-4a79-a619-82c911e48023", "0a0fc967-6c9b-42c2-bba7-787c3c1b8656" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:32:35.156Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a8794b3-a1b9-41a9-a163-25fbfc48a8d3 VfModuleModelInvariantUUID:fb5a9bf8-efda-4483-9394-20e9618b1cd3 VfModuleModelDescription:NULL Artifacts UUID List:{ e84665ab-a45f-4a79-a619-82c911e48023 , 0a0fc967-6c9b-42c2-bba7-787c3c1b8656 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T10:32:35.160Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fb5a9bf8-efda-4483-9394-20e9618b1cd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a8794b3-a1b9-41a9-a163-25fbfc48a8d3", "vfModuleModelCustomizationUUID": "8632e14a-d7f9-4248-a459-fbdf93597e08", "isBase": true, "artifacts": [ "e84665ab-a45f-4a79-a619-82c911e48023", "0a0fc967-6c9b-42c2-bba7-787c3c1b8656" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-10T10:32:35.162Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a8794b3-a1b9-41a9-a163-25fbfc48a8d3 VfModuleModelInvariantUUID:fb5a9bf8-efda-4483-9394-20e9618b1cd3 VfModuleModelDescription:NULL Artifacts UUID List:{ e84665ab-a45f-4a79-a619-82c911e48023 , 0a0fc967-6c9b-42c2-bba7-787c3c1b8656 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-10T10:32:35.162Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e84665ab-a45f-4a79-a619-82c911e48023 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-10T10:32:35.162Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T10:32:35.163Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:35.357Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T10:32:35.358Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 e84665ab-a45f-4a79-a619-82c911e48023 5033 2022-06-10T10:32:35.359Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:35.359Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:35.359Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:32:35.359Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:35.363Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:35.363Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857155358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:35.466Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T10:32:35.467Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:35.467Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:35.481Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:35.481Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:36.364Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0a0fc967-6c9b-42c2-bba7-787c3c1b8656 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-10T10:32:36.367Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T10:32:36.368Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:36.544Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T10:32:36.545Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 0a0fc967-6c9b-42c2-bba7-787c3c1b8656 903 2022-06-10T10:32:36.546Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:36.546Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:36.546Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T10:32:36.547Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:36.549Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:36.549Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857156546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:32:36.651Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:32:36.653Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:36.653Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:36.669Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:36.670Z||pool-157-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:37.558Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 41b939b8-c3a3-41ff-b4c7-4a11e2713b73 2022-06-10T10:32:37.559Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0d3b002e-cd17-4b98-83c3-ddbcde7ad757 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:32:37.580Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76a7ad0e, org.onap.sdc.toscaparser.api.parameters.Input@9d78496, org.onap.sdc.toscaparser.api.parameters.Input@21279366, org.onap.sdc.toscaparser.api.parameters.Input@2672fe3d, org.onap.sdc.toscaparser.api.parameters.Input@6d76f820] 2022-06-10T10:32:37.582Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.582Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.583Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-10T10:32:37.583Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 161f0e01-4692-4ae2-879e-fdd322365220 2022-06-10T10:32:37.583Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 161f0e01-4692-4ae2-879e-fdd322365220 matches Tosca VF Customization UUID: 161f0e01-4692-4ae2-879e-fdd322365220 2022-06-10T10:32:37.584Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 161f0e01-4692-4ae2-879e-fdd322365220 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-10T10:32:37.587Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.588Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.589Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 161f0e01-4692-4ae2-879e-fdd322365220: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-10T10:32:37.589Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74a3ab66 2022-06-10T10:32:37.589Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.589Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.590Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8632e14a-d7f9-4248-a459-fbdf93597e08 2022-06-10T10:32:37.590Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8632e14a-d7f9-4248-a459-fbdf93597e08 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-10T10:32:37.594Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.595Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:37.595Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:32:37.596Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.596Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:37.596Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:32:37.597Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.597Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-10T10:32:37.597Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T10:32:37.598Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T10:32:37.598Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e8a1dfdc-7d85-40a4-83dd-c4bac70498f7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-10T10:32:37.602Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.602Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:37.603Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T10:32:37.603Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.604Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T10:32:37.604Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=161f0e01-4692-4ae2-879e-fdd322365220 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:32:37.607Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.607Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.607Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 41b939b8-c3a3-41ff-b4c7-4a11e2713b73: basic_vm_macro 2022-06-10T10:32:37.608Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.608Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.608Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.609Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.609Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.609Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.610Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.610Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.610Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T10:32:37.610Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.611Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.775Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0d3b002e-cd17-4b98-83c3-ddbcde7ad757 1 ASDC deployResourceStructure 2022-06-10T10:32:37.776Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.776Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:37.776Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:32:37.777Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:37.780Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:37.780Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857157776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:32:37.881Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T10:32:37.882Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:37.883Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:37.897Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:37.898Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:38.781Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:38.782Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:38.782Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:32:38.782Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:38.784Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:38.785Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857158781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:32:38.885Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T10:32:38.888Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:38.889Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:38.910Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:38.910Z||pool-159-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:39.787Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:39.788Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:39.788Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:32:39.789Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:39.804Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:39.804Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857159787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T10:32:39.892Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-06-10T10:32:39.893Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:39.893Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:39.912Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:39.913Z||pool-160-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:40.805Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:40.806Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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-06-10T10:32:40.806Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T10:32:40.806Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:32:40.814Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:32:40.814Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857160805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:32:40.913Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T10:32:40.914Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:32:40.914Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:32:40.928Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:32:40.931Z||pool-161-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T10:32:41.818Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afe1574a-c035-458f-93b8-ad68df0d9f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:32:41.844Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afe1574a-c035-458f-93b8-ad68df0d9f50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T10:32:41.851Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T10:32:41.852Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T10:32:41.852Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T10:32:41.852Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T10:32:41.852Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:32:41.852Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:32:41.852Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:32:41.853Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:32:41.853Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:32:41.853Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T10:32:41.853Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T10:32:41.880Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T10:33:11.881Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afe1574a-c035-458f-93b8-ad68df0d9f50 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-10T10:33:11.899Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afe1574a-c035-458f-93b8-ad68df0d9f50 and serviceModelVersionId: 41b939b8-c3a3-41ff-b4c7-4a11e2713b73 2022-06-10T10:33:11.899Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fff5f846-ad42-48c6-b63c-e88ec080578c 2022-06-10T10:33:11.901Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0 2022-06-10T10:33:11.923Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T10:33:12.008Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0|INFO|500||Invoke 2022-06-10T10:33:12.008Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[afe1574a-c035-458f-93b8-ad68df0d9f50], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3042b48c-2a46-4cef-a91a-bd931541ff0f], X-ECOMP-RequestID=[afe1574a-c035-458f-93b8-ad68df0d9f50], X-TransactionId=[], X-ONAP-RequestID=[afe1574a-c035-458f-93b8-ad68df0d9f50], Content-Type=[application/merge-patch+json]} 2022-06-10T10:33:12.053Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T10:33:12.229Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?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/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-10:33:12:061-13059], vertex-id=[254096], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:33:12 GMT], Content-Type=[application/json]} 2022-06-10T10:33:12.230Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T10:33:12.231Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fff5f846-ad42-48c6-b63c-e88ec080578c/model-vers/model-ver/41b939b8-c3a3-41ff-b4c7-4a11e2713b73?depth=0|INFO|500||InvokeReturn 2022-06-10T10:33:12.231Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T10:33:12.239Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T10:33:12.249Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T10:33:12.250Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afe1574a-c035-458f-93b8-ad68df0d9f50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T10:33:12.251Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T10:33:12.252Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T10:33:12.256Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T10:33:12.256Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857192251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:33:12.356Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T10:33:12.359Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T10:33:12.360Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ... 2022-06-10T10:33:12.406Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:33:12.407Z||pool-162-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T10:33:13.281Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:33:13.282Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:33:13.283Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:33:22.849Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:33:22.850Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:33:22.851Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:33:22.851Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:33:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:33:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:33:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:33:31.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:33:31.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a57ad4cb-17e4-4876-8ea7-b4f052cef22a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857136251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:33:31.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:33:31.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:33:31.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T10:33:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T10:33:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T10:33:31.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857137277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T10:33:31.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-10T10:33:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:33:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857150099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T10:33:31.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:33:32.416Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:33:32.418Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:33:32.418Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:33:32.419Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:33:42.009Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:33:42.010Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:33:42.011Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:33:42.011Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:33:51.587Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:34:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:34:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:34:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:34:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:34:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:34:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:34:32.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:34:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857154139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T10:34:32.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:32.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857155358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857156546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857157776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:32.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857158781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857159787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857160805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T10:34:32.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:32.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T10:34:32.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "afe1574a-c035-458f-93b8-ad68df0d9f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654857192251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T10:34:32.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T10:34:41.515Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:35:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:35:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:35:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:35:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:35:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:35:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:35:41.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:35:41.497Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:36:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:36:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:36:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:36:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:36:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:36:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:36:41.498Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:36:41.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:37:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:37:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:37:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:37:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:37:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:37:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:37:41.525Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:37:41.529Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:38:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:38:31.933Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:38:31.933Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:38:31.956Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:38:31.957Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:38:31.957Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:38:41.505Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:38:41.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:39:31.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:39:31.932Z||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-06-10T10:39:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:39:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:39:31.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:39:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:39:41.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:39:41.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:40:31.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:40:31.935Z||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-06-10T10:40:31.935Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:40:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:40:31.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:40:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:40:41.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:40:41.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:41:31.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:41:31.933Z||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-06-10T10:41:31.933Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:41:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:41:31.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:41:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:41:41.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:41:41.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:42:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:42:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:42:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:42:31.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:42:31.945Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:42:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:42:41.528Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:42:41.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:43:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:43:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:43:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:43:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:43:31.945Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:43:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:43:41.518Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:43:41.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:44:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:44:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:44:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:44:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:44:31.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:44:31.946Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:44:41.517Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:44:41.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:45:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:45:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:45:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:45:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:45:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:45:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:45:41.492Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:45:41.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:46:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:46:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:46:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:46:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:46:31.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:46:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:46:41.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:46:41.511Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:47:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:47:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:47:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:47:31.944Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:47:31.945Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:47:31.945Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:47:41.505Z|a57ad4cb-17e4-4876-8ea7-b4f052cef22a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:47:41.505Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:48:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:48:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:48:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:48:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:48:31.945Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:48:31.945Z||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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:48:41.503Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:48:41.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:49:31.931Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:49:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:49:31.932Z|afe1574a-c035-458f-93b8-ad68df0d9f50|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:49:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T10:49:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T10:49:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ... 2022-06-10T10:49:41.510Z|afe1574a-c035-458f-93b8-ad68df0d9f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T10:49:41.510Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK