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) 2021-09-26T06:41:55.447Z||main|||||INFO|500||The following profiles are active: basic 2021-09-26T06:42:14.182Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-26T06:42:14.182Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-26T06:42:14.307Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-26T06:42:19.574Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-26T06:42:20.365Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-26T06:42:21.962Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-26T06:42:21.970Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-26T06:42:22.450Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-26T06:42:23.662Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-26T06:42:25.446Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-26T06:42:32.409Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-26T06:42:35.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-26T06:42:35.351Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-26T06:42:36.164Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-26T06:42:36.475Z||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. 2021-09-26T06:42:38.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-26T06:42:39.295Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-26T06:42:39.315Z||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$$cb299728.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) 2021-09-26T06:42:39.316Z||main|||||WARN|500||The sdc end point is not alive 2021-09-26T06:42:42.712Z||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 2021-09-26T06:42:46.312Z||main|||||WARN|500||--- 2021-09-26T06:42:46.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-26T06:42:46.313Z||main|||||WARN|500||--- 2021-09-26T06:42:46.807Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-26T06:42:51.740Z||main|||||INFO|500||Started Application in 60.56 seconds (JVM running for 65.858) 2021-09-26T06:42:51.769Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-26T06:42:51.785Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-26T06:42:51.798Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-26T06:42:51.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-26T06:42:51.904Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 595e8f0b-b5cb-4e52-b3f1-304fc86e4563 url= /sdc/v1/artifactTypes 2021-09-26T06:42:51.904Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-26T06:42:52.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-26T06:42:52.286Z||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 2021-09-26T06:42:52.308Z||scheduling-1|||||DEBUG|500||create keys 2021-09-26T06:42:52.316Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-26T06:42:52.350Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:42:52.370Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 22b63b11-21b3-455a-b9cc-6c984516da9d url= /sdc/v1/registerForDistribution 2021-09-26T06:42:52.622Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 22b63b11-21b3-455a-b9cc-6c984516da9d url= /sdc/v1/registerForDistribution 2021-09-26T06:42:52.623Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-26T06:42:52.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:42:52.642Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-26T06:42:52.643Z||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. 2021-09-26T06:42:52.643Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:42:52.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:42:52.648Z||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. 2021-09-26T06:42:52.649Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:43:03.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:43:03.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:43:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:43:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:43:52.635Z||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. 2021-09-26T06:43:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:43:52.638Z||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. 2021-09-26T06:43:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:44:02.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:44:02.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:44:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:44:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:44:52.639Z||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. 2021-09-26T06:44:52.641Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:44:52.646Z||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. 2021-09-26T06:44:52.647Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:45:02.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:45:02.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:45:52.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:45:52.632Z||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. 2021-09-26T06:45:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:45:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:45:52.634Z||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. 2021-09-26T06:45:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:46:02.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:46:02.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:46:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:46:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:46:52.633Z||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. 2021-09-26T06:46:52.633Z||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. 2021-09-26T06:46:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:46:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:47:02.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:47:02.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:47:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:47:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:47:52.635Z||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. 2021-09-26T06:47:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:47:52.638Z||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. 2021-09-26T06:47:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:48:02.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:48:02.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:48:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:48:52.631Z||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. 2021-09-26T06:48:52.631Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:48:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:48:52.633Z||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. 2021-09-26T06:48:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:49:02.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:49:02.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:49:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:49:52.633Z||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. 2021-09-26T06:49:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:49:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:49:52.648Z||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. 2021-09-26T06:49:52.649Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:50:02.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:50:02.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:50:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:50:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:50:52.636Z||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. 2021-09-26T06:50:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:50:52.636Z||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. 2021-09-26T06:50:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:51:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:51:02.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:51:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:51:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:51:52.635Z||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. 2021-09-26T06:51:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:51:52.638Z||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. 2021-09-26T06:51:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:52:01.874Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-26T06:52:02.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:52:02.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:52:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:52:52.636Z||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. 2021-09-26T06:52:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:52:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:52:52.638Z||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. 2021-09-26T06:52:52.640Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:53:02.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:53:02.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:53:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:53:52.631Z||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. 2021-09-26T06:53:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:53:52.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:53:52.641Z||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. 2021-09-26T06:53:52.641Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:54:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:54:02.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:54:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:54:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:54:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T06:54:52.636Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T06:54:52.635Z||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. 2021-09-26T06:54:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:55:02.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:55:02.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:55:52.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:55:52.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:55:52.636Z||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. 2021-09-26T06:55:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:55:52.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T06:55:52.638Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T06:56:02.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:56:02.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:56:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:56:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:56:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T06:56:52.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T06:56:52.634Z||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. 2021-09-26T06:56:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:57:02.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:57:02.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:57:52.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:57:52.635Z||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. 2021-09-26T06:57:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:57:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:57:52.638Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T06:57:52.638Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T06:58:02.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:58:02.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:58:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:58:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:58:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T06:58:52.633Z||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. 2021-09-26T06:58:52.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T06:58:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:59:02.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:59:02.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T06:59:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:59:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T06:59:52.633Z||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. 2021-09-26T06:59:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T06:59:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T06:59:52.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:00:02.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:00:02.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:00:52.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:00:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:00:52.635Z||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. 2021-09-26T07:00:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:00:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:00:52.636Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:01:02.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:01:02.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:01:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:01:52.634Z||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. 2021-09-26T07:01:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:01:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:01:52.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:01:52.636Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:02:02.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:02:02.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:02:52.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:02:52.638Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:02:52.638Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:02:52.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:02:52.647Z||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. 2021-09-26T07:02:52.647Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:03:02.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:03:02.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:03:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:03:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:03:52.634Z||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. 2021-09-26T07:03:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:03:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:03:52.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:04:02.207Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:04:02.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:04:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:04:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:04:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:04:52.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:04:52.633Z||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. 2021-09-26T07:04:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:05:02.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:05:02.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:05:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:05:52.632Z||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. 2021-09-26T07:05:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:05:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:05:52.633Z||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. 2021-09-26T07:05:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:06:02.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:06:02.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:06:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:06:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:06:52.633Z||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. 2021-09-26T07:06:52.633Z||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. 2021-09-26T07:06:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:06:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:07:02.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:07:02.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:07:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:07:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:07:52.635Z||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. 2021-09-26T07:07:52.635Z||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. 2021-09-26T07:07:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:07:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:08:02.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:08:02.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:08:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:08:52.631Z||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. 2021-09-26T07:08:52.631Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:08:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:08:52.633Z||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. 2021-09-26T07:08:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:09:02.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:09:02.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:09:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:09:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:09:52.635Z||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. 2021-09-26T07:09:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:09:52.635Z||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. 2021-09-26T07:09:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:10:02.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:10:02.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:10:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:10:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:10:52.633Z||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. 2021-09-26T07:10:52.633Z||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. 2021-09-26T07:10:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:10:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:11:02.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:11:02.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:11:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:11:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:11:52.632Z||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. 2021-09-26T07:11:52.633Z||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. 2021-09-26T07:11:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:11:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:12:02.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:12:02.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:12:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:12:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:12:52.633Z||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. 2021-09-26T07:12:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:12:52.633Z||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. 2021-09-26T07:12:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:13:02.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:13:02.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:13:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:13:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:13:52.634Z||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. 2021-09-26T07:13:52.634Z||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. 2021-09-26T07:13:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:13:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:14:02.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:14:02.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:14:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:14:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:14:52.633Z||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. 2021-09-26T07:14:52.633Z||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. 2021-09-26T07:14:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:14:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:15:02.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:15:02.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:15:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:15:52.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:15:52.634Z||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. 2021-09-26T07:15:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:15:52.634Z||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. 2021-09-26T07:15:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:16:02.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:16:02.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:16:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:16:52.632Z||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. 2021-09-26T07:16:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:16:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:16:52.633Z||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. 2021-09-26T07:16:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:17:02.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:17:02.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:17:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:17:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:17:52.632Z||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. 2021-09-26T07:17:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:17:52.632Z||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. 2021-09-26T07:17:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:18:02.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:18:02.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:18:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:18:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:18:52.633Z||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. 2021-09-26T07:18:52.633Z||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. 2021-09-26T07:18:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:18:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:19:02.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:19:02.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:19:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:19:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:19:52.635Z||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. 2021-09-26T07:19:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:19:52.635Z||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. 2021-09-26T07:19:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:20:02.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:20:02.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:20:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:20:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:20:52.632Z||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. 2021-09-26T07:20:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:20:52.633Z||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. 2021-09-26T07:20:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:21:02.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:21:02.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:21:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:21:52.634Z||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. 2021-09-26T07:21:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:21:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:21:52.635Z||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. 2021-09-26T07:21:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:22:02.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:22:02.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:22:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:22:52.633Z||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. 2021-09-26T07:22:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:22:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:22:52.637Z||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. 2021-09-26T07:22:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:23:02.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:23:02.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:23:52.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:23:52.632Z||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. 2021-09-26T07:23:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:23:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:23:52.633Z||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. 2021-09-26T07:23:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:24:02.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:24:02.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:24:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:24:52.632Z||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. 2021-09-26T07:24:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:24:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:24:52.634Z||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. 2021-09-26T07:24:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:25:02.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:25:02.262Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:25:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:25:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:25:52.635Z||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. 2021-09-26T07:25:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:25:52.635Z||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. 2021-09-26T07:25:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:26:02.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:26:02.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:26:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:26:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:26:52.632Z||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. 2021-09-26T07:26:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:26:52.633Z||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. 2021-09-26T07:26:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:27:02.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:27:02.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:27:52.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:27:52.637Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:27:52.638Z||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. 2021-09-26T07:27:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:27:52.642Z||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. 2021-09-26T07:27:52.642Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:28:02.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:28:02.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:28:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:28:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:28:52.633Z||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. 2021-09-26T07:28:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:28:52.633Z||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. 2021-09-26T07:28:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:29:02.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:29:02.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:29:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:29:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:29:52.635Z||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. 2021-09-26T07:29:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:29:52.635Z||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. 2021-09-26T07:29:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:30:02.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:30:02.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:30:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:30:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:30:52.633Z||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. 2021-09-26T07:30:52.633Z||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. 2021-09-26T07:30:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:30:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:31:02.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:31:02.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:31:52.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:31:52.639Z||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. 2021-09-26T07:31:52.640Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:31:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:31:52.642Z||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. 2021-09-26T07:31:52.642Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:32:02.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:32:02.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:32:52.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:32:52.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:32:52.636Z||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. 2021-09-26T07:32:52.636Z||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. 2021-09-26T07:32:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:32:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:33:02.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:33:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:33:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:33:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:33:52.633Z||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. 2021-09-26T07:33:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:33:52.633Z||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. 2021-09-26T07:33:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:34:02.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:34:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:34:52.634Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:34:52.635Z||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. 2021-09-26T07:34:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:34:52.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:34:52.636Z||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. 2021-09-26T07:34:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:35:02.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:35:02.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:35:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:35:52.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:35:52.634Z||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. 2021-09-26T07:35:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:35:52.637Z||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. 2021-09-26T07:35:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:36:02.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:36:02.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:36:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:36:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:36:52.633Z||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. 2021-09-26T07:36:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:36:52.633Z||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. 2021-09-26T07:36:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:37:02.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:37:02.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:37:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:37:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:37:52.633Z||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. 2021-09-26T07:37:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:37:52.633Z||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. 2021-09-26T07:37:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:38:02.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:38:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:38:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:38:52.634Z||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. 2021-09-26T07:38:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:38:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:38:52.636Z||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. 2021-09-26T07:38:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:39:02.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:39:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:39:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:39:52.633Z||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. 2021-09-26T07:39:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:39:52.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:39:52.635Z||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. 2021-09-26T07:39:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:40:02.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:40:02.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:40:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:40:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:40:52.636Z||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. 2021-09-26T07:40:52.636Z||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. 2021-09-26T07:40:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:40:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:41:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:41:02.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:41:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:41:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:41:52.634Z||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. 2021-09-26T07:41:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:41:52.634Z||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. 2021-09-26T07:41:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:42:02.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:42:02.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:42:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:42:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:42:52.634Z||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. 2021-09-26T07:42:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:42:52.635Z||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. 2021-09-26T07:42:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:43:02.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:43:02.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:43:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:43:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:43:52.634Z||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. 2021-09-26T07:43:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:43:52.634Z||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. 2021-09-26T07:43:52.649Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:44:02.262Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:44:02.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:44:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:44:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:44:52.634Z||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. 2021-09-26T07:44:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:44:52.637Z||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. 2021-09-26T07:44:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:45:02.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:45:02.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:45:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:45:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:45:52.634Z||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. 2021-09-26T07:45:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:45:52.634Z||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. 2021-09-26T07:45:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:46:02.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:46:02.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:46:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:46:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:46:52.633Z||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. 2021-09-26T07:46:52.634Z||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. 2021-09-26T07:46:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:46:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:47:02.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:47:02.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:47:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:47:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:47:52.633Z||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. 2021-09-26T07:47:52.633Z||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. 2021-09-26T07:47:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:47:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:48:02.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:48:02.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:48:52.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:48:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:48:52.632Z||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. 2021-09-26T07:48:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:48:52.632Z||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. 2021-09-26T07:48:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:49:02.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:49:02.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:49:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:49:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:49:52.633Z||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. 2021-09-26T07:49:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:49:52.634Z||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. 2021-09-26T07:49:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:50:02.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:50:02.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:50:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:50:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:50:52.633Z||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. 2021-09-26T07:50:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:50:52.633Z||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. 2021-09-26T07:50:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:51:02.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:51:02.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:51:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:51:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:51:52.635Z||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. 2021-09-26T07:51:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:51:52.635Z||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. 2021-09-26T07:51:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:52:02.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:52:02.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:52:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:52:52.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:52:52.643Z||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. 2021-09-26T07:52:52.643Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:52:52.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:52:52.644Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:53:02.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:53:02.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:53:52.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:53:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:53:52.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:53:52.634Z||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. 2021-09-26T07:53:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:53:52.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:54:02.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:54:02.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:54:52.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:54:52.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T07:54:52.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T07:54:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:54:52.633Z||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. 2021-09-26T07:54:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:55:02.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:55:02.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:55:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:55:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:55:52.633Z||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. 2021-09-26T07:55:52.633Z||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. 2021-09-26T07:55:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:55:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:56:02.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:56:02.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:56:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:56:52.634Z||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. 2021-09-26T07:56:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:56:52.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:56:52.637Z||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. 2021-09-26T07:56:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:57:02.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:57:02.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:57:52.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:57:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:57:52.633Z||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. 2021-09-26T07:57:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:57:52.633Z||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. 2021-09-26T07:57:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:58:02.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:58:02.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:58:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:58:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:58:52.634Z||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. 2021-09-26T07:58:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:58:52.634Z||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. 2021-09-26T07:58:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:59:02.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:59:02.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T07:59:52.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:59:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T07:59:52.632Z||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. 2021-09-26T07:59:52.632Z||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. 2021-09-26T07:59:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T07:59:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:00:02.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:00:02.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:00:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:00:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:00:52.634Z||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. 2021-09-26T08:00:52.634Z||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. 2021-09-26T08:00:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:00:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:01:02.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:01:02.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:01:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:01:52.634Z||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. 2021-09-26T08:01:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:01:52.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:01:52.637Z||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. 2021-09-26T08:01:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:02:02.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:02:02.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:02:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:02:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:02:52.634Z||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. 2021-09-26T08:02:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:02:52.635Z||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. 2021-09-26T08:02:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:03:02.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:03:02.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:03:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:03:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:03:52.637Z||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. 2021-09-26T08:03:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:03:52.639Z||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. 2021-09-26T08:03:52.639Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:04:02.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:04:02.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:04:52.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:04:52.631Z||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. 2021-09-26T08:04:52.631Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:04:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:04:52.633Z||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. 2021-09-26T08:04:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:05:02.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:05:02.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:05:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:05:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:05:52.633Z||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. 2021-09-26T08:05:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:05:52.633Z||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. 2021-09-26T08:05:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:06:02.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:06:02.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:06:52.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:06:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:06:52.634Z||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. 2021-09-26T08:06:52.634Z||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. 2021-09-26T08:06:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:06:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:07:02.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:07:02.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:07:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:07:52.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:07:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:07:52.636Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:07:52.635Z||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. 2021-09-26T08:07:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:08:02.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:08:02.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:08:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:08:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:08:52.634Z||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. 2021-09-26T08:08:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:08:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:08:52.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:09:02.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:09:02.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:09:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:09:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:09:52.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:09:52.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:09:52.633Z||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. 2021-09-26T08:09:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:10:02.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:10:02.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:10:52.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:10:52.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:10:52.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:10:52.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:10:52.634Z||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. 2021-09-26T08:10:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:11:02.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:11:02.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:11:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:11:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:11:52.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:11:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:11:52.632Z||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. 2021-09-26T08:11:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:12:02.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:12:02.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:12:52.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:12:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:12:52.633Z||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. 2021-09-26T08:12:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:12:52.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:12:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:13:02.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:13:02.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:13:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:13:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:13:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:13:52.635Z||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. 2021-09-26T08:13:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:13:52.636Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:14:02.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:14:02.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:14:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:14:52.635Z||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. 2021-09-26T08:14:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:14:52.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:14:52.643Z||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. 2021-09-26T08:14:52.645Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:15:02.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:15:02.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:15:52.634Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:15:52.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:15:52.637Z||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. 2021-09-26T08:15:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:15:52.639Z||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. 2021-09-26T08:15:52.639Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:16:02.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:16:02.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:16:52.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:16:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:16:52.633Z||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. 2021-09-26T08:16:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:16:52.634Z||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. 2021-09-26T08:16:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:17:02.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:17:02.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:17:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:17:52.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:17:52.635Z||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. 2021-09-26T08:17:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:17:52.635Z||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. 2021-09-26T08:17:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:18:02.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:18:02.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:18:52.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:18:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:18:52.632Z||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. 2021-09-26T08:18:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:18:52.633Z||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. 2021-09-26T08:18:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:19:02.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:19:02.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:19:52.634Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:19:52.635Z||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. 2021-09-26T08:19:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:19:52.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:19:52.637Z||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. 2021-09-26T08:19:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:02.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:02.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:52.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:20:52.632Z||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. 2021-09-26T08:20:52.632Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:20:52.633Z||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. 2021-09-26T08:20:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:53.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644439893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644443378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644434784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "dcae-sch", "timestamp": 1632644437887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644444554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644439893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644434784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOTIFIED" } 2021-09-26T08:20:53.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644443378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "dcae-sch", "timestamp": 1632644437887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644444554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644439893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644434784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-26T08:20:53.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "dcae-sch", "timestamp": 1632644437887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644443378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644444554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-26T08:20:53.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644439893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644434784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "dcae-sch", "timestamp": 1632644437887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644443378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644444554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644439893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644434784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-26T08:20:53.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "dcae-sch", "timestamp": 1632644437887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644443378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644444554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644439893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644434784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "dcae-sch", "timestamp": 1632644437887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644443378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644444554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644439893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:20:53.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644434784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:20:53.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "dcae-sch", "timestamp": 1632644437887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644443378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:20:53.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644444554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:20:53.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "ves-openapi-manager", "timestamp": 1632644450752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644452231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:20:53.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:20:53.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644452243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:20:53.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:20:53.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644452310, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:20:53.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:20:53.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "ves-openapi-manager", "timestamp": 1632644450752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:20:53.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:53.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:20:53.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"68d51b23-f62c-49c6-b56a-37c48c0c2518","serviceName":"vFW 2021-09-26 08-18-32","serviceVersion":"1.0","serviceUUID":"9ca93e59-da7d-4a9e-aade-437077085bf7","serviceDescription":"catalog service description","serviceInvariantUUID":"fb4611e7-0a0a-45ae-88ff-8ddf8973547a","resources":[{"resourceInstanceName":"vFW 90084ea8-f4d0 0","resourceName":"vFW 90084ea8-f4d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fda9e284-feb1-425a-9898-d30593641e9e","resourceInvariantUUID":"3496c685-fcb1-4c33-b1b6-1197a07b216d","resourceCustomizationUUID":"29c21b3f-c85f-42c9-bac4-fca58aafd753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml","artifactChecksum":"YThjZTUxYWY3OTIwNzFiMDQ3NjEyYmI1M2IwNjEwNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09aa3425-402b-4e24-bccc-7f6b602873cd","artifactVersion":"1"},{"artifactName":"vfw90084ea8f4d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json","artifactChecksum":"NzMxMzk4MzY1ZjA1NTM4NjQ4YjAxNjZiOTViMzQ4Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2673391-071c-4387-b50c-299939df3a2a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be008354-c8a8-4485-9155-5a730f733ca4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYzMzY0YTg2ZjAwZjA5NmJlMTYyNTYzYTE5YmE0N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4898832e-7cfa-4a38-9317-1680a55a43d1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c95afe50-6802-401a-9d54-d5c08dcdd720","artifactVersion":"2","generatedFromUUID":"be008354-c8a8-4485-9155-5a730f733ca4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210926081832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml","artifactChecksum":"NGM5ZWM5N2Q3ZmJmZDNlYjVkOTk5NTViMTkyZDNkYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9879067d-a702-4185-85db-e3352a7619d1","artifactVersion":"1"},{"artifactName":"service-Vfw20210926081832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar","artifactChecksum":"MmJmYmRhODcxNGIwMTE5YTFiOGU5ODJkODI2ZTY1Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f06d7a3f-d661-49b5-bdb4-b77c64b6bd64","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:20:53.279Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:20:53.288Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:20:53.300Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:20:53.300Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:53.401Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-09-26T08:20:53.405Z||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. 2021-09-26T08:20:53.405Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:53.417Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:53.418Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:20:54.307Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:20:54.308Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:20:54.310Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:20:54.310Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOTIFIED" } 2021-09-26T08:20:54.410Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:20:54.411Z||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. 2021-09-26T08:20:54.411Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:54.428Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:54.428Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:20:55.310Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:20:55.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:20:55.338Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:20:55.338Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-26T08:20:55.413Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms 2021-09-26T08:20:55.414Z||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. 2021-09-26T08:20:55.414Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:55.438Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:55.439Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:20:56.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:20:56.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:20:56.342Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:20:56.342Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:56.442Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:20:56.443Z||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. 2021-09-26T08:20:56.443Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:56.455Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:56.456Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:20:57.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:20:57.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:20:57.345Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:20:57.345Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-26T08:20:57.445Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:20:57.446Z||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. 2021-09-26T08:20:57.446Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:57.464Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:57.465Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:20:58.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:20:58.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:20:58.348Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:20:58.348Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:20:58.449Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:20:58.450Z||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. 2021-09-26T08:20:58.450Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:58.461Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:58.462Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:20:59.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:20:59.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:20:59.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:20:59.351Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:20:59.451Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:20:59.452Z||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. 2021-09-26T08:20:59.452Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:20:59.467Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:20:59.468Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:00.358Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "serviceName": "vFW 2021-09-26 08-18-32", "serviceVersion": "1.0", "serviceUUID": "9ca93e59-da7d-4a9e-aade-437077085bf7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb4611e7-0a0a-45ae-88ff-8ddf8973547a", "resources": [ { "resourceInstanceName": "vFW 90084ea8-f4d0 0", "resourceCustomizationUUID": "29c21b3f-c85f-42c9-bac4-fca58aafd753", "resourceName": "vFW 90084ea8-f4d0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fda9e284-feb1-425a-9898-d30593641e9e", "resourceInvariantUUID": "3496c685-fcb1-4c33-b1b6-1197a07b216d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw90084ea8f4d00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "artifactChecksum": "NzMxMzk4MzY1ZjA1NTM4NjQ4YjAxNjZiOTViMzQ4Yjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c2673391-071c-4387-b50c-299939df3a2a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "be008354-c8a8-4485-9155-5a730f733ca4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c95afe50-6802-401a-9d54-d5c08dcdd720", "generatedFromUUID": "be008354-c8a8-4485-9155-5a730f733ca4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c95afe50-6802-401a-9d54-d5c08dcdd720", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210926081832-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "artifactChecksum": "MmJmYmRhODcxNGIwMTE5YTFiOGU5ODJkODI2ZTY1Zjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f06d7a3f-d661-49b5-bdb4-b77c64b6bd64" } ], "workloadContext": "Production" } 2021-09-26T08:21:00.372Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:21:00.374Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ca93e59-da7d-4a9e-aade-437077085bf7 ASDC 2021-09-26T08:21:00.612Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:68d51b23-f62c-49c6-b56a-37c48c0c2518 ServiceName:vFW 2021-09-26 08-18-32 ServiceVersion:1.0 ServiceUUID:9ca93e59-da7d-4a9e-aade-437077085bf7 ServiceInvariantUUID:fb4611e7-0a0a-45ae-88ff-8ddf8973547a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210926081832-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar ArtifactUUID:f06d7a3f-d661-49b5-bdb4-b77c64b6bd64 ArtifactChecksum:MmJmYmRhODcxNGIwMTE5YTFiOGU5ODJkODI2ZTY1Zjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 90084ea8-f4d0 0 ResourceCustomizationUUID:29c21b3f-c85f-42c9-bac4-fca58aafd753 ResourceInvariantUUID:3496c685-fcb1-4c33-b1b6-1197a07b216d ResourceName:vFW 90084ea8-f4d0 ResourceType:VF ResourceUUID:fda9e284-feb1-425a-9898-d30593641e9e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw90084ea8f4d00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json ArtifactUUID:c2673391-071c-4387-b50c-299939df3a2a ArtifactChecksum:NzMxMzk4MzY1ZjA1NTM4NjQ4YjAxNjZiOTViMzQ4Yjg= 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/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml ArtifactUUID:be008354-c8a8-4485-9155-5a730f733ca4 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/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env ArtifactUUID:c95afe50-6802-401a-9d54-d5c08dcdd720 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/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env ArtifactUUID:c95afe50-6802-401a-9d54-d5c08dcdd720 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-26T08:21:00.613Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ca93e59-da7d-4a9e-aade-437077085bf7 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 (?, ?, ?, ?, ?) 2021-09-26T08:21:01.004Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:21:01.005Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-26T08:21:01.007Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-26T08:21:01.007Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f06d7a3f-d661-49b5-bdb4-b77c64b6bd64 from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:01.007Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-26T08:21:01.009Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:03.123Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-26T08:21:03.155Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar f06d7a3f-d661-49b5-bdb4-b77c64b6bd64 98754 2021-09-26T08:21:03.157Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar ASDC sendASDCNotification 2021-09-26T08:21:03.157Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:03.158Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:21:03.159Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:03.162Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:03.162Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644463155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:21:03.261Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:21:03.262Z||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. 2021-09-26T08:21:03.262Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:03.275Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:03.275Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:04.163Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:21:04.164Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-26T08:21:04.165Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f06d7a3f-d661-49b5-bdb4-b77c64b6bd64, URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar to file: /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:04.166Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210926081832-csar.csar 2021-09-26T08:21:04.266Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:04.267Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:05.118Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7806627597271030321/Definitions/service-Vfw20210926081832-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-09-26T08:21:08.302Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:21:08.308Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 90084ea8-f4d0 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-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-26T08:21:08.318Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:08.324Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:08.324Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-26T08:21:08.326Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:21:08.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:08.332Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria 2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:21:08.337Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.337Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:08.337Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria 2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f59f473-317e-4ab8-a863-043ff67e13c1 2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria 2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4b09bcd-e50c-496f-9a03-5ce6630ec644 2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c00dc48d-e486-46da-a0c8-0585708a46a3 2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:08.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-26 08-18-32 Description:catalog service description Model UUID:9ca93e59-da7d-4a9e-aade-437077085bf7 Model Version:NULL Model InvariantUuid:fb4611e7-0a0a-45ae-88ff-8ddf8973547a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 90084ea8-f4d0 Model UUID:f7cb7b86-63a6-4337-84db-48f65f679aec Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3496c685-fcb1-4c33-b1b6-1197a07b216d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:29c21b3f-c85f-42c9-bac4-fca58aafd753 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6 ModelName:Vfw90084ea8F4d0..base_vfw..module-0 ModelUuid:5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f59f473-317e-4ab8-a863-043ff67e13c1 ModelInvariantUuid:85916d57-ad57-4685-96ce-da8a6f8399ba ModelName:vFW 90084ea8-f4d0-nodes.vfwCvfc ModelUuid:84ee603d-b215-451a-b624-a95eb53e69e9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a1567c2a-128d-4cbb-b3ba-b51d6e7ae3bb ModelInvariantUuid:995dfdf1-c87f-49a1-861e-c3babc008398 ModelName:Vfw90084ea8F4d0.compute.nodes.heat.vfw ModelUuid:f7ed364a-3d4b-483a-8666-3ffcec4d8003 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b4b09bcd-e50c-496f-9a03-5ce6630ec644 ModelInvariantUuid:e43368cd-dfab-4f0e-aa9e-ae361142ea89 ModelName:vFW 90084ea8-f4d0-nodes.vsnCvfc ModelUuid:86821a64-8641-4b2f-96d7-af744fc70c5f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:32bd2f55-0833-4495-af7f-450f27cd004d ModelInvariantUuid:80953730-96b5-4e76-93cf-8705235dcd91 ModelName:Vfw90084ea8F4d0.compute.nodes.heat.vsn ModelUuid:82c50d3a-2540-405f-b136-48e230facf3f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c00dc48d-e486-46da-a0c8-0585708a46a3 ModelInvariantUuid:4e500c9a-2bc9-4f7e-8256-4a76d4bcec70 ModelName:vFW 90084ea8-f4d0-nodes.vpgCvfc ModelUuid:bc53dd99-c2d6-40f0-92d9-f5752a62b822 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b76e1da9-3f6a-46ed-8a28-32a8fcdfe78b ModelInvariantUuid:e0df7ad6-3f8a-4cf9-a58c-e2199c145a25 ModelName:Vfw90084ea8F4d0.compute.nodes.heat.vpg ModelUuid:2d67e11e-263a-4e28-bdbb-9efd483252db 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:21:08.382Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fda9e284-feb1-425a-9898-d30593641e9e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:21:08.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||vFW 90084ea8-f4d0 0 2021-09-26T08:21:08.479Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fda9e284-feb1-425a-9898-d30593641e9e 2021-09-26T08:21:08.479Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c2673391-071c-4387-b50c-299939df3a2a from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json 2021-09-26T08:21:08.479Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-26T08:21:08.480Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json 2021-09-26T08:21:09.384Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-26T08:21:09.388Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json c2673391-071c-4387-b50c-299939df3a2a 785 2021-09-26T08:21:09.389Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json ASDC sendASDCNotification 2021-09-26T08:21:09.389Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json 2021-09-26T08:21:09.389Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:21:09.395Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:09.405Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:09.405Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644469389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:21:09.509Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-09-26T08:21:09.510Z||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. 2021-09-26T08:21:09.510Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:09.529Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:09.531Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:10.407Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw90084ea8F4d0..base_vfw..module-0", "vfModuleModelInvariantUUID": "f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92", "vfModuleModelCustomizationUUID": "1b8557ef-10c7-4d54-95b8-47efa4023c76", "isBase": true, "artifacts": [ "be008354-c8a8-4485-9155-5a730f733ca4", "c95afe50-6802-401a-9d54-d5c08dcdd720" ], "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": "" } } ] 2021-09-26T08:21:10.465Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw90084ea8F4d0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92 VfModuleModelInvariantUUID:f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6 VfModuleModelDescription:NULL Artifacts UUID List:{ be008354-c8a8-4485-9155-5a730f733ca4 , c95afe50-6802-401a-9d54-d5c08dcdd720 } 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 } 2021-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw90084ea8F4d0..base_vfw..module-0", "vfModuleModelInvariantUUID": "f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92", "vfModuleModelCustomizationUUID": "1b8557ef-10c7-4d54-95b8-47efa4023c76", "isBase": true, "artifacts": [ "be008354-c8a8-4485-9155-5a730f733ca4", "c95afe50-6802-401a-9d54-d5c08dcdd720" ], "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": "" } } ] 2021-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw90084ea8F4d0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92 VfModuleModelInvariantUUID:f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6 VfModuleModelDescription:NULL Artifacts UUID List:{ be008354-c8a8-4485-9155-5a730f733ca4 , c95afe50-6802-401a-9d54-d5c08dcdd720 } 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 } 2021-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be008354-c8a8-4485-9155-5a730f733ca4 from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml 2021-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-26T08:21:10.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml 2021-09-26T08:21:11.634Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-26T08:21:11.636Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml be008354-c8a8-4485-9155-5a730f733ca4 20368 2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml 2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:11.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:11.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644471636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:21:11.742Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:21:11.743Z||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. 2021-09-26T08:21:11.743Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:11.758Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:11.758Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:12.645Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c95afe50-6802-401a-9d54-d5c08dcdd720 from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env 2021-09-26T08:21:12.646Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-26T08:21:12.646Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env 2021-09-26T08:21:13.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-26T08:21:13.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env c95afe50-6802-401a-9d54-d5c08dcdd720 2098 2021-09-26T08:21:13.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-26T08:21:13.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env 2021-09-26T08:21:13.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:21:13.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:13.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:13.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644473346, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:21:13.457Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:21:13.458Z||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. 2021-09-26T08:21:13.459Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:13.480Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:13.481Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:14.362Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9ca93e59-da7d-4a9e-aade-437077085bf7 2021-09-26T08:21:14.362Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 90084ea8-f4d0 0 fda9e284-feb1-425a-9898-d30593641e9e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:21:14.425Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5af5d1cf, org.onap.sdc.toscaparser.api.parameters.Input@3e027fb4, org.onap.sdc.toscaparser.api.parameters.Input@3499f3f9, org.onap.sdc.toscaparser.api.parameters.Input@7317970d, org.onap.sdc.toscaparser.api.parameters.Input@7985b09] 2021-09-26T08:21:14.436Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.437Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.437Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-09-26T08:21:14.437Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 29c21b3f-c85f-42c9-bac4-fca58aafd753 2021-09-26T08:21:14.438Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 29c21b3f-c85f-42c9-bac4-fca58aafd753 matches Tosca VF Customization UUID: 29c21b3f-c85f-42c9-bac4-fca58aafd753 2021-09-26T08:21:14.438Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 29c21b3f-c85f-42c9-bac4-fca58aafd753 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-26T08:21:14.450Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.451Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.455Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 29c21b3f-c85f-42c9-bac4-fca58aafd753: {\"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\"} 2021-09-26T08:21:14.455Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb6739b 2021-09-26T08:21:14.456Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.456Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:21:14.457Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b8557ef-10c7-4d54-95b8-47efa4023c76 2021-09-26T08:21:14.459Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b8557ef-10c7-4d54-95b8-47efa4023c76 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-26T08:21:14.468Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.468Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:14.468Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:14.469Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.469Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:14.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:14.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria 2021-09-26T08:21:14.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-26T08:21:14.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-26T08:21:14.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f59f473-317e-4ab8-a863-043ff67e13c1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:21:14.493Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.493Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:14.493Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria 2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4b09bcd-e50c-496f-9a03-5ce6630ec644 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:21:14.500Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.500Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:14.500Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:14.502Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria 2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c00dc48d-e486-46da-a0c8-0585708a46a3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:21:14.507Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.507Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria 2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=29c21b3f-c85f-42c9-bac4-fca58aafd753 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9ca93e59-da7d-4a9e-aade-437077085bf7: vFW 90084ea8-f4d0 2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-26 08-18-32 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-26T08:21:15.022Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 90084ea8-f4d0 fda9e284-feb1-425a-9898-d30593641e9e 1 ASDC deployResourceStructure 2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json ASDC sendASDCNotification 2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json 2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:15.041Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:15.042Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644475023, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:21:15.125Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2021-09-26T08:21:15.126Z||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. 2021-09-26T08:21:15.126Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:15.137Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:15.137Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:16.043Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-26T08:21:16.043Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml 2021-09-26T08:21:16.044Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:21:16.044Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:16.047Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:16.047Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644476043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:21:16.147Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:21:16.148Z||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. 2021-09-26T08:21:16.149Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:16.162Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:16.163Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:17.048Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-26T08:21:17.049Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env 2021-09-26T08:21:17.049Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:21:17.050Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:17.053Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:17.054Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644477048, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-26T08:21:17.164Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2021-09-26T08:21:17.165Z||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. 2021-09-26T08:21:17.165Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:17.177Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:17.178Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar ASDC sendASDCNotification 2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar 2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:21:18.058Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:21:18.058Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644478055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:21:18.157Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:21:18.158Z||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. 2021-09-26T08:21:18.158Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:18.172Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:18.172Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:21:19.059Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:21:19.087Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:21:19.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:21:19.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:21:19.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:21:49.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:21:49.109Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:21:49.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:21:49.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:21:49.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:21:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:21:52.635Z||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. 2021-09-26T08:21:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:21:52.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:21:52.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:21:52.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644452851, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:21:52.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:22:19.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:22:19.134Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:22:19.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:22:19.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:22:19.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:22:49.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:22:49.148Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:22:49.150Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:22:49.150Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:22:49.150Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:22:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:22:52.635Z||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. 2021-09-26T08:22:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:22:52.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:22:52.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:22:52.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:22:52.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:19.153Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:23:19.174Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:23:19.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:23:19.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:23:19.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:23:49.178Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:23:49.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:23:49.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:23:49.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:23:49.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:23:52.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:23:52.635Z||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. 2021-09-26T08:23:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:23:53.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:23:53.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "cds", "timestamp": 1632644453341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-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=? 2021-09-26T08:23:53.198Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518 2021-09-26T08:23:53.198Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 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 (?, ?, ?, ?, ?) 2021-09-26T08:23:53.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "ves-openapi-manager", "timestamp": 1632644450752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644453712, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644453862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOTIFIED" } 2021-09-26T08:23:53.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "ves-openapi-manager", "timestamp": 1632644450752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644454882, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "policy-id", "timestamp": 1632644454870, "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=? 2021-09-26T08:23:53.226Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518 2021-09-26T08:23:53.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 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 (?, ?, ?, ?, ?) 2021-09-26T08:23:53.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644454342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-26T08:23:53.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "ves-openapi-manager", "timestamp": 1632644450752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644454342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644456402, "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=? 2021-09-26T08:23:53.253Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518 2021-09-26T08:23:53.253Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 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=? 2021-09-26T08:23:53.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "ves-openapi-manager", "timestamp": 1632644450752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644454342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-26T08:23:53.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "multicloud-k8s-id", "timestamp": 1632644457407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "ves-openapi-manager", "timestamp": 1632644450752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644456893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644454342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644458220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644456893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "NOTIFIED" } 2021-09-26T08:23:53.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644454342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644459227, "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=? 2021-09-26T08:23:53.282Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518 2021-09-26T08:23:53.282Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 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 (?, ?, ?, ?, ?) 2021-09-26T08:23:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644452630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:23:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644456893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644454342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644456893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644454342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:23:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644456893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644456893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:23:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644463155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644456893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:23:53.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:23:53.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644464670, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644469389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.298Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644471636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644472901, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644473346, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:23:53.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644474039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644475023, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "clamp", "timestamp": 1632644475049, "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=? 2021-09-26T08:23:53.306Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518 2021-09-26T08:23:53.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 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 (?, ?, ?, ?, ?) 2021-09-26T08:23:53.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644476043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644477048, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644478055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644486267, "artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:23:53.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:23:53.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:23:53.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "aai-ml", "timestamp": 1632644487274, "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=? 2021-09-26T08:23:53.324Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518 2021-09-26T08:23:53.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 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 (?, ?, ?, ?, ?) 2021-09-26T08:24:19.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:24:19.208Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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=? 2021-09-26T08:24:19.226Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:24:49.228Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 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=? 2021-09-26T08:24:49.259Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 and serviceModelVersionId: 9ca93e59-da7d-4a9e-aade-437077085bf7 2021-09-26T08:24:49.260Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb4611e7-0a0a-45ae-88ff-8ddf8973547a 2021-09-26T08:24:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:24:52.634Z||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. 2021-09-26T08:24:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:02.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:25:07.524Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0 2021-09-26T08:25:07.650Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:25:08.196Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?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]} 2021-09-26T08:25:08.201Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0|INFO|500||Invoke 2021-09-26T08:25:08.320Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:25:08.623Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0|INFO|500||InvokeReturn 2021-09-26T08:25:08.625Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-08:25:08:316-51540], vertex-id=[168168], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:25:08 GMT], Content-Type=[application/json]} 2021-09-26T08:25:08.625Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:25:08.628Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:25:08.628Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:25:08.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T08:25:08.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68d51b23-f62c-49c6-b56a-37c48c0c2518 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:25:08.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:25:08.639Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:25:08.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:25:08.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644708637, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:25:08.741Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:25:08.742Z||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. 2021-09-26T08:25:08.742Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:08.753Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:25:08.753Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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=? 2021-09-26T08:25:09.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:25:09.657Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:25:09.657Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:19.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:25:19.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:25:19.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:25:19.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:29.508Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:25:29.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:25:29.515Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:25:29.515Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:39.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:25:39.063Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:25:39.065Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:25:39.065Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:48.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:25:52.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:25:52.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:25:52.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:52.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:25:52.635Z||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. 2021-09-26T08:25:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:25:53.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:25:53.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:25:53.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644708637, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:25:53.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:02.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:52.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:26:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:26:52.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:26:52.634Z||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. 2021-09-26T08:26:52.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:53.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:53.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:53.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1454bb58-a4f9-4713-ac41-7be6644914ae","serviceName":"basic_onboard_CvReyJ","serviceVersion":"1.0","serviceUUID":"f779d209-2deb-4718-953c-b7cc2ae57148","serviceDescription":"service","serviceInvariantUUID":"be2dca99-c907-4f7f-ab96-124aecb01a43","resources":[{"resourceInstanceName":"basic_onboard_CvReyJ 0","resourceName":"basic_onboard_CvReyJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72ebc766-c583-4599-bd31-99d1c08d945f","resourceInvariantUUID":"0745f9ca-e27f-425e-9a02-aecc2bd30a97","resourceCustomizationUUID":"05f609cf-014b-40b3-beca-bb5303240b0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml","artifactChecksum":"ZDM3YjU1NmQwMmM3NDQ5M2E5N2NkNTg0OGMxMmE4ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab1e46a9-9535-4cdf-8851-9c4be7cf9cdd","artifactVersion":"1"},{"artifactName":"basic_onboard_cvreyj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json","artifactChecksum":"Zjc2OGFhZWIxNDVkYjc4MGZhZThlNDQ1OGQyYjNiNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4855f6af-3d29-496d-8d7b-830c9fa9b2b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"54491b50-eb1c-41eb-8dcf-8ffd475d9373","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"42231217-e5b7-4972-9e8d-f9964f6ffbcc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f1bcd2c-7d04-4025-9959-5a137c4ddfdc","artifactVersion":"2","generatedFromUUID":"54491b50-eb1c-41eb-8dcf-8ffd475d9373"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCvreyj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml","artifactChecksum":"ODIxMzViNjU4YTkzY2UyNGIzNDBiNjQ0NDcxYzA4ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82c46bb4-8248-47e2-bfec-c31a71e0a73a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCvreyj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar","artifactChecksum":"Y2M1NWQwZGIxNTJlM2VkMWRiZTEzZThkN2NhNGYzYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b01e7922-644a-44da-84f4-4d45be11a2c1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:26:53.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644784342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "dcae-sch", "timestamp": 1632644777897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644784553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644784342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "dcae-sch", "timestamp": 1632644777897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644784553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644784342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "dcae-sch", "timestamp": 1632644777897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644784553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644786893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644784342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "dcae-sch", "timestamp": 1632644777897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.283Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:26:53.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.284Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644784553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644786893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:26:53.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644788377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "dcae-sch", "timestamp": 1632644777897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644784342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644784553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644786893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644788377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "dcae-sch", "timestamp": 1632644777897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644784342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.288Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:26:53.288Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644784553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644786893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644788377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "dcae-sch", "timestamp": 1632644777897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644784342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644784553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "ves-openapi-manager", "timestamp": 1632644790752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644786893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644788377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "ves-openapi-manager", "timestamp": 1632644790752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644786893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644788377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644793139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644793326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "ves-openapi-manager", "timestamp": 1632644790752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644786893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:26:53.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644788377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644794335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "ves-openapi-manager", "timestamp": 1632644790752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644788377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:26:53.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "policy-id", "timestamp": 1632644795337, "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 (?, ?, ?, ?, ?) 2021-09-26T08:26:53.321Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae 2021-09-26T08:26:53.321Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae 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 (?, ?, ?, ?, ?) 2021-09-26T08:26:53.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "ves-openapi-manager", "timestamp": 1632644790752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644794784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644796384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "ves-openapi-manager", "timestamp": 1632644790752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644794784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:26:53.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "cds", "timestamp": 1632644797398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-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=? 2021-09-26T08:26:53.342Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae 2021-09-26T08:26:53.343Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae 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 (?, ?, ?, ?, ?) 2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "ves-openapi-manager", "timestamp": 1632644790752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644794784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:26:53.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644794784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644794784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-26T08:26:53.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644794784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644799894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644794784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:26:53.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644799894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644799894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644799894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644804257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:26:53.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644799894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644804567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "aai-ml", "timestamp": 1632644805261, "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=? 2021-09-26T08:26:53.363Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae 2021-09-26T08:26:53.363Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae 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 (?, ?, ?, ?, ?) 2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644799894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:53.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644799894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:26:53.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644806860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644807842, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644808362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644808671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:26:53.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644809732, "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=? 2021-09-26T08:26:53.379Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae 2021-09-26T08:26:53.379Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae 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=? 2021-09-26T08:26:53.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "multicloud-k8s-id", "timestamp": 1632644810736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:26:53.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644810844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:26:53.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644811289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:26:53.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:26:53.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "clamp", "timestamp": 1632644811847, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2021-09-26T08:26:53.388Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:26:53.389Z||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. 2021-09-26T08:26:53.389Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T08:26:53.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae 2021-09-26T08:26:53.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae 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 (?, ?, ?, ?, ?) 2021-09-26T08:26:53.400Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:53.400Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:26:53.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:26:53.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632644812296, "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=? 2021-09-26T08:26:53.406Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae 2021-09-26T08:26:53.406Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae 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 (?, ?, ?, ?, ?) 2021-09-26T08:26:54.289Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:26:54.290Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:26:54.291Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:26:54.292Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:26:54.392Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:26:54.393Z||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. 2021-09-26T08:26:54.393Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:54.449Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:54.449Z||pool-20-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:26:55.292Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:26:55.293Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:26:55.295Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:26:55.295Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:26:55.395Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:26:55.396Z||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. 2021-09-26T08:26:55.396Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:55.407Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:55.407Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:26:56.295Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:26:56.296Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:26:56.298Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:26:56.298Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:56.400Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:26:56.401Z||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. 2021-09-26T08:26:56.401Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:56.413Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:56.413Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:26:57.299Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:26:57.300Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:26:57.302Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:26:57.302Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-26T08:26:57.402Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:26:57.403Z||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. 2021-09-26T08:26:57.403Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:57.414Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:57.415Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:26:58.303Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:26:58.304Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:26:58.306Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:26:58.306Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:26:58.407Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:26:58.408Z||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. 2021-09-26T08:26:58.408Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:58.423Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:58.423Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:26:59.307Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:26:59.307Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:26:59.310Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:26:59.310Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:26:59.410Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:26:59.411Z||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. 2021-09-26T08:26:59.411Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:26:59.425Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:26:59.425Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:27:00.319Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "serviceName": "basic_onboard_CvReyJ", "serviceVersion": "1.0", "serviceUUID": "f779d209-2deb-4718-953c-b7cc2ae57148", "serviceDescription": "service", "serviceInvariantUUID": "be2dca99-c907-4f7f-ab96-124aecb01a43", "resources": [ { "resourceInstanceName": "basic_onboard_CvReyJ 0", "resourceCustomizationUUID": "05f609cf-014b-40b3-beca-bb5303240b0e", "resourceName": "basic_onboard_CvReyJ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "72ebc766-c583-4599-bd31-99d1c08d945f", "resourceInvariantUUID": "0745f9ca-e27f-425e-9a02-aecc2bd30a97", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cvreyj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "artifactChecksum": "Zjc2OGFhZWIxNDVkYjc4MGZhZThlNDQ1OGQyYjNiNzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4855f6af-3d29-496d-8d7b-830c9fa9b2b9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "54491b50-eb1c-41eb-8dcf-8ffd475d9373", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1f1bcd2c-7d04-4025-9959-5a137c4ddfdc", "generatedFromUUID": "54491b50-eb1c-41eb-8dcf-8ffd475d9373" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1f1bcd2c-7d04-4025-9959-5a137c4ddfdc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCvreyj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "artifactChecksum": "Y2M1NWQwZGIxNTJlM2VkMWRiZTEzZThkN2NhNGYzYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b01e7922-644a-44da-84f4-4d45be11a2c1" } ], "workloadContext": "Production" } 2021-09-26T08:27:00.320Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:27:00.320Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f779d209-2deb-4718-953c-b7cc2ae57148 ASDC 2021-09-26T08:27:00.321Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1454bb58-a4f9-4713-ac41-7be6644914ae ServiceName:basic_onboard_CvReyJ ServiceVersion:1.0 ServiceUUID:f779d209-2deb-4718-953c-b7cc2ae57148 ServiceInvariantUUID:be2dca99-c907-4f7f-ab96-124aecb01a43 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCvreyj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar ArtifactUUID:b01e7922-644a-44da-84f4-4d45be11a2c1 ArtifactChecksum:Y2M1NWQwZGIxNTJlM2VkMWRiZTEzZThkN2NhNGYzYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CvReyJ 0 ResourceCustomizationUUID:05f609cf-014b-40b3-beca-bb5303240b0e ResourceInvariantUUID:0745f9ca-e27f-425e-9a02-aecc2bd30a97 ResourceName:basic_onboard_CvReyJ ResourceType:VF ResourceUUID:72ebc766-c583-4599-bd31-99d1c08d945f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cvreyj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json ArtifactUUID:4855f6af-3d29-496d-8d7b-830c9fa9b2b9 ArtifactChecksum:Zjc2OGFhZWIxNDVkYjc4MGZhZThlNDQ1OGQyYjNiNzA= 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/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml ArtifactUUID:54491b50-eb1c-41eb-8dcf-8ffd475d9373 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/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env ArtifactUUID:1f1bcd2c-7d04-4025-9959-5a137c4ddfdc 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/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env ArtifactUUID:1f1bcd2c-7d04-4025-9959-5a137c4ddfdc ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-26T08:27:00.321Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f779d209-2deb-4718-953c-b7cc2ae57148 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=? 2021-09-26T08:27:00.357Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:27:00.358Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b01e7922-644a-44da-84f4-4d45be11a2c1 from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:03.216Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-26T08:27:03.221Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar b01e7922-644a-44da-84f4-4d45be11a2c1 71353 2021-09-26T08:27:03.222Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar ASDC sendASDCNotification 2021-09-26T08:27:03.222Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:03.222Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:27:03.223Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:03.226Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:03.226Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644823222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:27:03.326Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:27:03.328Z||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. 2021-09-26T08:27:03.328Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:03.345Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:03.346Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:27:04.227Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:27:04.228Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-26T08:27:04.229Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b01e7922-644a-44da-84f4-4d45be11a2c1, URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar to file: /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:04.230Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:04.231Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:04.231Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:04.642Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12776147026386634583/Definitions/service-BasicOnboardCvreyj-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 2021-09-26T08:27:06.047Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CvReyJ 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-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is not matching search criteria 2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is not matching search criteria 2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1d1178f-a1bd-4ae6-928f-f81e015c6761 2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:06.059Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:06.059Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:06.059Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CvReyJ Description:service Model UUID:f779d209-2deb-4718-953c-b7cc2ae57148 Model Version:NULL Model InvariantUuid:be2dca99-c907-4f7f-ab96-124aecb01a43 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CvReyJ Model UUID:79abcaea-6de1-4960-80e7-f45a1f559a06 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0745f9ca-e27f-425e-9a02-aecc2bd30a97 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:05f609cf-014b-40b3-beca-bb5303240b0e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9998e35f-7be9-4852-8464-f8964abf88be ModelName:BasicOnboardCvreyj..base_ubuntu18..module-0 ModelUuid:1d8d63a2-c87a-4412-b3f0-beea9cc55533 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e1d1178f-a1bd-4ae6-928f-f81e015c6761 ModelInvariantUuid:081b2095-8420-49a7-bac7-a44ff4aab21a ModelName:basic_onboard_CvReyJ-nodes.ubuntu18Cvfc ModelUuid:b798927b-be2b-4c35-9596-7adb7c824220 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:99dae5f0-3b64-4af3-bc11-c2e6b452bd7a ModelInvariantUuid:aeb6205e-abe8-4277-8e27-7b1529f2504c ModelName:BasicOnboardCvreyj.compute.nodes.heat.ubuntu18 ModelUuid:32aa5cf3-38c2-4dc6-a4e6-a0cffac04515 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:27:06.067Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 72ebc766-c583-4599-bd31-99d1c08d945f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:27:06.074Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||basic_onboard_CvReyJ 0 2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 72ebc766-c583-4599-bd31-99d1c08d945f 2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4855f6af-3d29-496d-8d7b-830c9fa9b2b9 from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json 2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json 2021-09-26T08:27:07.174Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-26T08:27:07.175Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json 4855f6af-3d29-496d-8d7b-830c9fa9b2b9 798 2021-09-26T08:27:07.175Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json ASDC sendASDCNotification 2021-09-26T08:27:07.175Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json 2021-09-26T08:27:07.176Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:27:07.176Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:07.178Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:07.178Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644827175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:27:07.278Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:27:07.279Z||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. 2021-09-26T08:27:07.279Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:07.292Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:07.293Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:27:08.179Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCvreyj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9998e35f-7be9-4852-8464-f8964abf88be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d8d63a2-c87a-4412-b3f0-beea9cc55533", "vfModuleModelCustomizationUUID": "2185b8bb-40eb-4cc9-acd8-b8a85576ff86", "isBase": true, "artifacts": [ "54491b50-eb1c-41eb-8dcf-8ffd475d9373", "1f1bcd2c-7d04-4025-9959-5a137c4ddfdc" ], "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": "" } } ] 2021-09-26T08:27:08.185Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCvreyj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1d8d63a2-c87a-4412-b3f0-beea9cc55533 VfModuleModelInvariantUUID:9998e35f-7be9-4852-8464-f8964abf88be VfModuleModelDescription:NULL Artifacts UUID List:{ 54491b50-eb1c-41eb-8dcf-8ffd475d9373 , 1f1bcd2c-7d04-4025-9959-5a137c4ddfdc } 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 } 2021-09-26T08:27:08.188Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCvreyj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9998e35f-7be9-4852-8464-f8964abf88be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d8d63a2-c87a-4412-b3f0-beea9cc55533", "vfModuleModelCustomizationUUID": "2185b8bb-40eb-4cc9-acd8-b8a85576ff86", "isBase": true, "artifacts": [ "54491b50-eb1c-41eb-8dcf-8ffd475d9373", "1f1bcd2c-7d04-4025-9959-5a137c4ddfdc" ], "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": "" } } ] 2021-09-26T08:27:08.188Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCvreyj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1d8d63a2-c87a-4412-b3f0-beea9cc55533 VfModuleModelInvariantUUID:9998e35f-7be9-4852-8464-f8964abf88be VfModuleModelDescription:NULL Artifacts UUID List:{ 54491b50-eb1c-41eb-8dcf-8ffd475d9373 , 1f1bcd2c-7d04-4025-9959-5a137c4ddfdc } 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 } 2021-09-26T08:27:08.189Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54491b50-eb1c-41eb-8dcf-8ffd475d9373 from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml 2021-09-26T08:27:08.189Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-26T08:27:08.190Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml 2021-09-26T08:27:08.913Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml 54491b50-eb1c-41eb-8dcf-8ffd475d9373 5033 2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml 2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:27:08.915Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:08.917Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:08.918Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644828914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:27:09.017Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:27:09.018Z||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. 2021-09-26T08:27:09.018Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:09.032Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:09.032Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:27:09.919Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f1bcd2c-7d04-4025-9959-5a137c4ddfdc from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env 2021-09-26T08:27:09.920Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-26T08:27:09.925Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env 2021-09-26T08:27:10.537Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env 1f1bcd2c-7d04-4025-9959-5a137c4ddfdc 909 2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env 2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:10.547Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:10.547Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644830539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:27:10.641Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-09-26T08:27:10.642Z||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. 2021-09-26T08:27:10.643Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:10.660Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:10.660Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:27:11.548Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f779d209-2deb-4718-953c-b7cc2ae57148 2021-09-26T08:27:11.563Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CvReyJ 0 72ebc766-c583-4599-bd31-99d1c08d945f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:27:11.594Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47817acb, org.onap.sdc.toscaparser.api.parameters.Input@7f136599, org.onap.sdc.toscaparser.api.parameters.Input@476d4573, org.onap.sdc.toscaparser.api.parameters.Input@33c4b959, org.onap.sdc.toscaparser.api.parameters.Input@7fdfcac8] 2021-09-26T08:27:11.597Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 05f609cf-014b-40b3-beca-bb5303240b0e 2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05f609cf-014b-40b3-beca-bb5303240b0e matches Tosca VF Customization UUID: 05f609cf-014b-40b3-beca-bb5303240b0e 2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 05f609cf-014b-40b3-beca-bb5303240b0e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-26T08:27:11.602Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.602Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 05f609cf-014b-40b3-beca-bb5303240b0e: {\"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\"} 2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20f7b62c 2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2185b8bb-40eb-4cc9-acd8-b8a85576ff86 2021-09-26T08:27:11.604Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2185b8bb-40eb-4cc9-acd8-b8a85576ff86 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-26T08:27:11.608Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:27:11.610Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.610Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is not matching search criteria 2021-09-26T08:27:11.610Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-26T08:27:11.612Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-26T08:27:11.612Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1d1178f-a1bd-4ae6-928f-f81e015c6761 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:27:11.617Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.617Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria 2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=05f609cf-014b-40b3-beca-bb5303240b0e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:27:11.620Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.620Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.621Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f779d209-2deb-4718-953c-b7cc2ae57148: basic_onboard_CvReyJ 2021-09-26T08:27:11.621Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.621Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.622Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.622Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.622Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:27:11.624Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:27:11.624Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_CvReyJ Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-26T08:27:11.734Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CvReyJ 72ebc766-c583-4599-bd31-99d1c08d945f 1 ASDC deployResourceStructure 2021-09-26T08:27:11.734Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json ASDC sendASDCNotification 2021-09-26T08:27:11.735Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json 2021-09-26T08:27:11.735Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:27:11.735Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:11.738Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:11.738Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644831734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:27:11.838Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:27:11.839Z||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. 2021-09-26T08:27:11.839Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:11.854Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:11.854Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:27:12.739Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-26T08:27:12.741Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml 2021-09-26T08:27:12.741Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:27:12.742Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:12.744Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:12.744Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644832739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:27:12.844Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:27:12.844Z||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. 2021-09-26T08:27:12.844Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:12.854Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:12.855Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env 2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:13.749Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:13.749Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644833745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-26T08:27:13.848Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:27:13.849Z||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. 2021-09-26T08:27:13.849Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:13.863Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:13.863Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:27:14.750Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar ASDC sendASDCNotification 2021-09-26T08:27:14.750Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar 2021-09-26T08:27:14.751Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:27:14.751Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:14.753Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:14.753Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644834750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:27:14.853Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:27:14.854Z||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. 2021-09-26T08:27:14.854Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:14.866Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:14.866Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:27:15.754Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1454bb58-a4f9-4713-ac41-7be6644914ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:27:15.772Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1454bb58-a4f9-4713-ac41-7be6644914ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:27:15.776Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:27:15.776Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:27:15.779Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T08:27:15.784Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:27:45.785Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1454bb58-a4f9-4713-ac41-7be6644914ae 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=? 2021-09-26T08:27:45.801Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1454bb58-a4f9-4713-ac41-7be6644914ae and serviceModelVersionId: f779d209-2deb-4718-953c-b7cc2ae57148 2021-09-26T08:27:45.802Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be2dca99-c907-4f7f-ab96-124aecb01a43 2021-09-26T08:27:45.804Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0 2021-09-26T08:27:45.813Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:27:45.885Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?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]} 2021-09-26T08:27:45.887Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0|INFO|500||Invoke 2021-09-26T08:27:45.920Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:27:46.290Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0|INFO|500||InvokeReturn 2021-09-26T08:27:46.291Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-08:27:45:912-90520], vertex-id=[237608], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:27:45 GMT], Content-Type=[application/json]} 2021-09-26T08:27:46.291Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:27:46.292Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:27:46.292Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:27:46.299Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T08:27:46.300Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1454bb58-a4f9-4713-ac41-7be6644914ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:27:46.300Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:27:46.302Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:27:46.305Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:27:46.305Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644866300, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:27:46.405Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:27:46.407Z||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. 2021-09-26T08:27:46.407Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:46.426Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:46.427Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T08:27:52.630Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:27:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:27:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:27:52.632Z||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. 2021-09-26T08:27:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:27:52.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:27:52.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:27:52.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:27:52.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:28:02.171Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:28:52.633Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:28:52.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T08:28:52.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:28:52.641Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:28:52.646Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:28:52.646Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:28:53.175Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:28:53.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:28:53.179Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:28:53.179Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.182Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:28:53.182Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:28:53.183Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.183Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644812630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:28:53.183Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:28:53.184Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.184Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644823222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:28:53.185Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.185Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.186Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644827175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:28:53.186Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.187Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.187Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644828914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:28:53.188Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.188Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.188Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644830539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:28:53.189Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.189Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.189Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644831734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:28:53.190Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.191Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.191Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644832739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:28:53.191Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.192Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.192Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644833745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-26T08:28:53.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644834750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:28:53.194Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:28:53.194Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:28:53.194Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632644866300, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:28:53.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:29:02.203Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:29:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:29:52.636Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:29:52.636Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:29:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:29:52.637Z||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. 2021-09-26T08:29:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:30:02.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:30:02.296Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:30:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:30:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:30:52.634Z||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. 2021-09-26T08:30:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:30:52.638Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:30:52.639Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:31:02.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:31:02.201Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:31:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:31:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:31:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:31:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:31:52.640Z||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. 2021-09-26T08:31:52.641Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:32:02.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:32:02.215Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:32:52.630Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:32:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:32:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:32:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:32:52.633Z||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. 2021-09-26T08:32:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:33:02.186Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:33:02.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:33:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:33:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:33:52.634Z||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. 2021-09-26T08:33:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:33:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T08:33:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:34:02.199Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:34:02.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:34:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:34:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:34:52.635Z||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. 2021-09-26T08:34:52.635Z||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. 2021-09-26T08:34:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:34:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:35:02.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:35:02.212Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:35:52.634Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:35:52.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:35:52.638Z||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. 2021-09-26T08:35:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:35:52.649Z||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. 2021-09-26T08:35:52.650Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:36:02.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:36:02.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:36:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:36:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:36:52.634Z||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. 2021-09-26T08:36:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:36:52.634Z||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. 2021-09-26T08:36:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:37:02.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:37:02.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:37:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:37:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:37:52.638Z||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. 2021-09-26T08:37:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:37:52.637Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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. 2021-09-26T08:37:52.639Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:38:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:38:02.197Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:38:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:38:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:38:52.635Z||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. 2021-09-26T08:38:52.635Z||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. 2021-09-26T08:38:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:38:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:39:02.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:39:02.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:39:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:39:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:39:52.635Z||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. 2021-09-26T08:39:52.635Z||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. 2021-09-26T08:39:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:39:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:40:02.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:40:02.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:40:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:40:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:40:52.632Z||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. 2021-09-26T08:40:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:40:52.633Z||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. 2021-09-26T08:40:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:41:02.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:41:02.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:41:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:41:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:41:52.637Z||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. 2021-09-26T08:41:52.637Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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. 2021-09-26T08:41:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:41:52.637Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:42:02.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:02.219Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:52.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:42:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:42:52.638Z||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. 2021-09-26T08:42:52.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T08:42:52.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:42:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:42:53.270Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:53.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3650281c-5928-4eab-8500-02fc019775b9","serviceDescription":"service","serviceInvariantUUID":"5fbbcbeb-727f-41b2-8efb-93ba858ca767","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d2d5bb7-45eb-4f1d-96bc-ef2362031e66","resourceInvariantUUID":"3777e1ed-6e6d-47fa-badb-2c1654ee27e7","resourceCustomizationUUID":"e47b0352-adcd-43b3-97b4-5753e3bc5185","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":"MjQzZWIxMDFhNTRiNzkzZTEwOGRiZmJhZWM2NTI0NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18e0fe50-671c-41dd-bd54-659f63e0e017","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWY1MWUzZTgzNjNkMWNiZDQzZDUyZTZmODNiMzViNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06d8efdb-52d1-47ba-9d59-81745a4a000a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:42:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:53.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:42:53.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:42:53.283Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.285Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "clamp", "timestamp": 1632645716893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "dcae-sch", "timestamp": 1632645717886, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "policy-id", "timestamp": 1632645724554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "cds", "timestamp": 1632645718377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.287Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "clamp", "timestamp": 1632645716893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:42:53.287Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645772635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "dcae-sch", "timestamp": 1632645717886, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "policy-id", "timestamp": 1632645724554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "cds", "timestamp": 1632645718377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645729894, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "ves-openapi-manager", "timestamp": 1632645730752, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645729894, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "cds", "timestamp": 1632645732263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "ves-openapi-manager", "timestamp": 1632645730752, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "policy-id", "timestamp": 1632645732461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "cds", "timestamp": 1632645733270, "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 (?, ?, ?, ?, ?) 2021-09-26T08:42:53.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 2021-09-26T08:42:53.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 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 (?, ?, ?, ?, ?) 2021-09-26T08:42:53.318Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "policy-id", "timestamp": 1632645733469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645734031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "policy-id", "timestamp": 1632645734473, "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=? 2021-09-26T08:42:53.324Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 2021-09-26T08:42:53.325Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 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 (?, ?, ?, ?, ?) 2021-09-26T08:42:53.351Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632645734784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645735840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "clamp", "timestamp": 1632645736029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "multicloud-k8s-id", "timestamp": 1632645734784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.359Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.359Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645736851, "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=? 2021-09-26T08:42:53.364Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 2021-09-26T08:42:53.364Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 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 (?, ?, ?, ?, ?) 2021-09-26T08:42:53.377Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "clamp", "timestamp": 1632645738031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "clamp", "timestamp": 1632645739040, "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=? 2021-09-26T08:42:53.383Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 2021-09-26T08:42:53.383Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 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=? 2021-09-26T08:42:53.387Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-26T08:42:53.388Z||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. 2021-09-26T08:42:53.388Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "aai-ml", "timestamp": 1632645744343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "aai-ml", "timestamp": 1632645744343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "aai-ml", "timestamp": 1632645748500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "aai-ml", "timestamp": 1632645753624, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:42:53.395Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "aai-ml", "timestamp": 1632645754639, "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=? 2021-09-26T08:42:53.399Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:53.399Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 2021-09-26T08:42:53.399Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:42:53.399Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 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 (?, ?, ?, ?, ?) 2021-09-26T08:42:54.288Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:42:54.288Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:42:54.291Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:42:54.291Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645772635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:42:54.391Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:42:54.391Z||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. 2021-09-26T08:42:54.391Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:42:54.412Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:54.413Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:42:55.292Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3650281c-5928-4eab-8500-02fc019775b9", "serviceDescription": "service", "serviceInvariantUUID": "5fbbcbeb-727f-41b2-8efb-93ba858ca767", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e47b0352-adcd-43b3-97b4-5753e3bc5185", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "2d2d5bb7-45eb-4f1d-96bc-ef2362031e66", "resourceInvariantUUID": "3777e1ed-6e6d-47fa-badb-2c1654ee27e7", "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": "OWY1MWUzZTgzNjNkMWNiZDQzZDUyZTZmODNiMzViNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "06d8efdb-52d1-47ba-9d59-81745a4a000a" } ], "workloadContext": "Production" } 2021-09-26T08:42:55.293Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:42:55.293Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3650281c-5928-4eab-8500-02fc019775b9 ASDC 2021-09-26T08:42:55.294Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3650281c-5928-4eab-8500-02fc019775b9 ServiceInvariantUUID:5fbbcbeb-727f-41b2-8efb-93ba858ca767 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:06d8efdb-52d1-47ba-9d59-81745a4a000a ArtifactChecksum:OWY1MWUzZTgzNjNkMWNiZDQzZDUyZTZmODNiMzViNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e47b0352-adcd-43b3-97b4-5753e3bc5185 ResourceInvariantUUID:3777e1ed-6e6d-47fa-badb-2c1654ee27e7 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:2d2d5bb7-45eb-4f1d-96bc-ef2362031e66 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-26T08:42:55.294Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3650281c-5928-4eab-8500-02fc019775b9 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=? 2021-09-26T08:42:55.331Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:42:55.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:42:55.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:42:55.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 06d8efdb-52d1-47ba-9d59-81745a4a000a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-26T08:42:55.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:42:55.335Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-26T08:42:55.564Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:42:55.566Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 06d8efdb-52d1-47ba-9d59-81745a4a000a 52176 2021-09-26T08:42:55.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-26T08:42:55.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-26T08:42:55.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:42:55.568Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:42:55.570Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:42:55.570Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645775567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:42:55.670Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:42:55.671Z||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. 2021-09-26T08:42:55.671Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:42:55.688Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:55.689Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:42:56.571Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:42:56.572Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:42:56.573Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 06d8efdb-52d1-47ba-9d59-81745a4a000a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-26T08:42:56.612Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-26T08:42:56.613Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-26T08:42:56.614Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-26T08:42:56.871Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7621072600436839113/Definitions/service-BasicNetwork-template.yml 2021-09-26T08:42:57.430Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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 2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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 2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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 2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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 2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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-BasicNetwork-csar.csar 2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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 2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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 2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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 2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.434Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.434Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.437Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.437Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.437Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3650281c-5928-4eab-8500-02fc019775b9 Model Version:NULL Model InvariantUuid:5fbbcbeb-727f-41b2-8efb-93ba858ca767 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3777e1ed-6e6d-47fa-badb-2c1654ee27e7 Model UUID:5bc89ead-fca3-4fea-a60f-e73cd40023c0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e47b0352-adcd-43b3-97b4-5753e3bc5185 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:42:57.448Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d2d5bb7-45eb-4f1d-96bc-ef2362031e66 2021-09-26T08:42:57.448Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||No resources found for Service: 3650281c-5928-4eab-8500-02fc019775b9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:42:57.453Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500|| 2021-09-26T08:42:57.454Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3650281c-5928-4eab-8500-02fc019775b9 2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3650281c-5928-4eab-8500-02fc019775b9 2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:42:57.461Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28fa9e1e, org.onap.sdc.toscaparser.api.parameters.Input@4cb4c9d6, org.onap.sdc.toscaparser.api.parameters.Input@ca3df1a, org.onap.sdc.toscaparser.api.parameters.Input@72fbb2c1, org.onap.sdc.toscaparser.api.parameters.Input@e0dd8ee] 2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3650281c-5928-4eab-8500-02fc019775b9: Generic NeutronNet 2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-26T08:42:57.503Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:42:57.505Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-09-26T08:42:57.564Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:42:57.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:42:57.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645777565, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:42:57.667Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:42:57.668Z||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. 2021-09-26T08:42:57.669Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:42:57.679Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:42:57.680Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:42:58.568Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:42:58.579Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:42:58.582Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:42:58.582Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:42:58.582Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:42:58.584Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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=? 2021-09-26T08:42:58.588Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:43:28.588Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 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=? 2021-09-26T08:43:28.594Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and serviceModelVersionId: 3650281c-5928-4eab-8500-02fc019775b9 2021-09-26T08:43:28.594Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5fbbcbeb-727f-41b2-8efb-93ba858ca767 2021-09-26T08:43:28.596Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0 2021-09-26T08:43:28.599Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:43:28.667Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?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]} 2021-09-26T08:43:28.670Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0|INFO|500||Invoke 2021-09-26T08:43:28.691Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:43:29.358Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0|INFO|500||InvokeReturn 2021-09-26T08:43:29.359Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-08:43:28:693-66428], vertex-id=[368656], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:43:28 GMT], Content-Type=[application/json]} 2021-09-26T08:43:29.359Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:43:29.360Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:43:29.360Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:43:29.366Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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) 2021-09-26T08:43:29.366Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:43:29.366Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:43:29.367Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:43:29.372Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:43:29.372Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645809366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:43:29.469Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-26T08:43:29.470Z||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. 2021-09-26T08:43:29.470Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:43:29.512Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:43:29.513Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 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=? 2021-09-26T08:43:52.632Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:43:52.631Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:43:52.635Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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. 2021-09-26T08:43:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T08:43:52.635Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:43:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:43:52.760Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:43:52.762Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T08:43:52.762Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645772635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:43:52.764Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T08:44:02.200Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:44:52.631Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:44:52.635Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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. 2021-09-26T08:44:52.636Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:52.636Z||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. 2021-09-26T08:44:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:52.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:52.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:44:52.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645772635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:44:52.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:44:52.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:44:52.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645775567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:44:52.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645777565, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:44:52.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645809366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:44:52.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:44:53.299Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:53.302Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:44:53.302Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"69966dc9-005e-40f3-9300-34c8e404f2f2","serviceDescription":"service","serviceInvariantUUID":"607be6ee-dcd0-4d5d-a795-493f0d0c3925","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30622e2f-bc68-4394-8678-1165ab0a1107","resourceInvariantUUID":"5432decd-8ef5-44a1-adbb-422f25e6677e","resourceCustomizationUUID":"31583389-0579-4611-a3d3-b6afd407daac","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":"MzQxYjI2MmMwMTY2NDI0MWRhY2M0ZGRmNGRmZjJmMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2cc6cbb-0b91-4ddb-a38e-c119af76857d","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":"OGNmM2VhZDNlNzYyMjM1MjliMTdhZGVjNGZlMzE4ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a118139-5f27-438f-923c-2c9eb8edab36","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":"f47f05d8-af95-4d63-a0fa-907a83530336","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":"60b74a7b-dc10-4f2c-85fa-31f49a0ae797","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":"8a0fabae-49b2-41e2-91bb-9f743d9fc455","artifactVersion":"2","generatedFromUUID":"f47f05d8-af95-4d63-a0fa-907a83530336"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTIxZTM1YzI3NjFkYWUzNTZhY2Y2NTIxZDgyMGRiZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b51557b2-d0ae-4333-af43-8ae7210dba5f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjJkOTU4YmZhOTlhZmNjYzM1MzM5MGIwNDRjODIxMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7063dd66-dab6-41b5-98ac-c85c7ac9b53d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:44:53.306Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:44:53.306Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:44:53.317Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:44:53.317Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:44:53.412Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-09-26T08:44:53.413Z||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. 2021-09-26T08:44:53.413Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:53.428Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:53.429Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:44:54.324Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:44:54.325Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:44:54.328Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:44:54.328Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:44:54.430Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:44:54.430Z||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. 2021-09-26T08:44:54.430Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:54.458Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:54.458Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:44:55.329Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:44:55.329Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:44:55.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:44:55.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:44:55.431Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-26T08:44:55.432Z||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. 2021-09-26T08:44:55.432Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:55.444Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:55.446Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:44:56.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:44:56.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:44:56.337Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:44:56.337Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:44:56.436Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:44:56.437Z||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. 2021-09-26T08:44:56.437Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:56.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:56.452Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:44:57.338Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:44:57.338Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:44:57.341Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:44:57.341Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-26T08:44:57.441Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:44:57.442Z||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. 2021-09-26T08:44:57.442Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:57.468Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:57.468Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:44:58.341Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:44:58.342Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:44:58.345Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:44:58.345Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:44:58.445Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:44:58.446Z||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. 2021-09-26T08:44:58.446Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:58.459Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:58.460Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:44:59.345Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:44:59.346Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:44:59.348Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:44:59.348Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:44:59.448Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:44:59.449Z||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. 2021-09-26T08:44:59.449Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:44:59.481Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:44:59.482Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:00.349Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "69966dc9-005e-40f3-9300-34c8e404f2f2", "serviceDescription": "service", "serviceInvariantUUID": "607be6ee-dcd0-4d5d-a795-493f0d0c3925", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "31583389-0579-4611-a3d3-b6afd407daac", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "30622e2f-bc68-4394-8678-1165ab0a1107", "resourceInvariantUUID": "5432decd-8ef5-44a1-adbb-422f25e6677e", "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": "OGNmM2VhZDNlNzYyMjM1MjliMTdhZGVjNGZlMzE4ZTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a118139-5f27-438f-923c-2c9eb8edab36", "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": "f47f05d8-af95-4d63-a0fa-907a83530336", "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": "8a0fabae-49b2-41e2-91bb-9f743d9fc455", "generatedFromUUID": "f47f05d8-af95-4d63-a0fa-907a83530336" }, "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": "8a0fabae-49b2-41e2-91bb-9f743d9fc455", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjJkOTU4YmZhOTlhZmNjYzM1MzM5MGIwNDRjODIxMzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7063dd66-dab6-41b5-98ac-c85c7ac9b53d" } ], "workloadContext": "Production" } 2021-09-26T08:45:00.350Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:45:00.350Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69966dc9-005e-40f3-9300-34c8e404f2f2 ASDC 2021-09-26T08:45:00.352Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:69966dc9-005e-40f3-9300-34c8e404f2f2 ServiceInvariantUUID:607be6ee-dcd0-4d5d-a795-493f0d0c3925 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:7063dd66-dab6-41b5-98ac-c85c7ac9b53d ArtifactChecksum:NjJkOTU4YmZhOTlhZmNjYzM1MzM5MGIwNDRjODIxMzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:31583389-0579-4611-a3d3-b6afd407daac ResourceInvariantUUID:5432decd-8ef5-44a1-adbb-422f25e6677e ResourceName:basic_vm ResourceType:VF ResourceUUID:30622e2f-bc68-4394-8678-1165ab0a1107 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:0a118139-5f27-438f-923c-2c9eb8edab36 ArtifactChecksum:OGNmM2VhZDNlNzYyMjM1MjliMTdhZGVjNGZlMzE4ZTg= 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:f47f05d8-af95-4d63-a0fa-907a83530336 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:8a0fabae-49b2-41e2-91bb-9f743d9fc455 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:8a0fabae-49b2-41e2-91bb-9f743d9fc455 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-26T08:45:00.352Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69966dc9-005e-40f3-9300-34c8e404f2f2 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:00.402Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7063dd66-dab6-41b5-98ac-c85c7ac9b53d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:45:00.404Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-26T08:45:05.051Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:45:05.056Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7063dd66-dab6-41b5-98ac-c85c7ac9b53d 70861 2021-09-26T08:45:05.056Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-26T08:45:05.056Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-26T08:45:05.057Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:45:05.057Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:05.061Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:05.061Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645905056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:05.159Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-26T08:45:05.160Z||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. 2021-09-26T08:45:05.160Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:05.173Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:05.173Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:06.062Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:45:06.063Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:45:06.063Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7063dd66-dab6-41b5-98ac-c85c7ac9b53d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:06.064Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-26T08:45:06.064Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:06.065Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:06.266Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8690951986342800567/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 2021-09-26T08:45:07.498Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|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-BasicVm-csar.csar 2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|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-BasicVm-csar.csar 2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|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-BasicVm-csar.csar 2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:45:07.502Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.502Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:07.503Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:07.503Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:45:07.503Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:45:07.505Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.505Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:07.505Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.509Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:07.509Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:45:07.509Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.509Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-26T08:45:07.510Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-26T08:45:07.510Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-26T08:45:07.510Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1c00465-42c0-498f-a79b-b38a39b3769a 2021-09-26T08:45:07.510Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.510Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:07.511Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.511Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:07.511Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.511Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:07.511Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:07.511Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:07.512Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:69966dc9-005e-40f3-9300-34c8e404f2f2 Model Version:NULL Model InvariantUuid:607be6ee-dcd0-4d5d-a795-493f0d0c3925 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f47deffc-87a3-472e-bd54-8223a8f02bf0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5432decd-8ef5-44a1-adbb-422f25e6677e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:31583389-0579-4611-a3d3-b6afd407daac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cca99dcf-b497-4aae-bea2-1f55b2efb3a6 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ef4fda10-c324-49ab-b74e-2f89a8177432 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e1c00465-42c0-498f-a79b-b38a39b3769a ModelInvariantUuid:f3bb2360-1899-4305-9355-1ac8a3d17a74 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:eed22063-76ef-46cc-9bcb-5a28678edee4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:131801a4-6459-4007-a516-2ee8d599c24e ModelInvariantUuid:eb377590-07d6-4e50-8357-1450f81e5a85 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:43e321fc-367c-4fd1-94ab-6e29d8f6c570 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:45:07.521Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 30622e2f-bc68-4394-8678-1165ab0a1107 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:45:07.526Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||basic_vm 0 2021-09-26T08:45:07.527Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 30622e2f-bc68-4394-8678-1165ab0a1107 2021-09-26T08:45:07.527Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a118139-5f27-438f-923c-2c9eb8edab36 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-26T08:45:07.527Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:45:07.527Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:10.626Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:45:10.626Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0a118139-5f27-438f-923c-2c9eb8edab36 787 2021-09-26T08:45:10.626Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:10.626Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:10.626Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:45:10.627Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:10.628Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:10.628Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645910626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:10.732Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-26T08:45:10.732Z||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. 2021-09-26T08:45:10.732Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:10.743Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:10.744Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:11.629Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cca99dcf-b497-4aae-bea2-1f55b2efb3a6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef4fda10-c324-49ab-b74e-2f89a8177432", "vfModuleModelCustomizationUUID": "965deb09-639c-46ed-89dc-3d9244adbe35", "isBase": true, "artifacts": [ "f47f05d8-af95-4d63-a0fa-907a83530336", "8a0fabae-49b2-41e2-91bb-9f743d9fc455" ], "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": "" } } ] 2021-09-26T08:45:11.635Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef4fda10-c324-49ab-b74e-2f89a8177432 VfModuleModelInvariantUUID:cca99dcf-b497-4aae-bea2-1f55b2efb3a6 VfModuleModelDescription:NULL Artifacts UUID List:{ f47f05d8-af95-4d63-a0fa-907a83530336 , 8a0fabae-49b2-41e2-91bb-9f743d9fc455 } 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 } 2021-09-26T08:45:11.637Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cca99dcf-b497-4aae-bea2-1f55b2efb3a6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef4fda10-c324-49ab-b74e-2f89a8177432", "vfModuleModelCustomizationUUID": "965deb09-639c-46ed-89dc-3d9244adbe35", "isBase": true, "artifacts": [ "f47f05d8-af95-4d63-a0fa-907a83530336", "8a0fabae-49b2-41e2-91bb-9f743d9fc455" ], "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": "" } } ] 2021-09-26T08:45:11.637Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef4fda10-c324-49ab-b74e-2f89a8177432 VfModuleModelInvariantUUID:cca99dcf-b497-4aae-bea2-1f55b2efb3a6 VfModuleModelDescription:NULL Artifacts UUID List:{ f47f05d8-af95-4d63-a0fa-907a83530336 , 8a0fabae-49b2-41e2-91bb-9f743d9fc455 } 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 } 2021-09-26T08:45:11.638Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f47f05d8-af95-4d63-a0fa-907a83530336 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-26T08:45:11.638Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:45:11.638Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-26T08:45:14.033Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:45:14.033Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f47f05d8-af95-4d63-a0fa-907a83530336 5033 2021-09-26T08:45:14.034Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:14.034Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:14.034Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:45:14.034Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:14.045Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:14.045Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645914034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:14.138Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-09-26T08:45:14.139Z||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. 2021-09-26T08:45:14.139Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:14.149Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:14.150Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:15.047Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a0fabae-49b2-41e2-91bb-9f743d9fc455 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-26T08:45:15.048Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:45:15.048Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-26T08:45:15.298Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:45:15.299Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8a0fabae-49b2-41e2-91bb-9f743d9fc455 903 2021-09-26T08:45:15.299Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:15.299Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:15.299Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:45:15.299Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:15.306Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:15.307Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645915299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:15.407Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:45:15.407Z||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. 2021-09-26T08:45:15.407Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:15.422Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:15.422Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:45:16.307Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 69966dc9-005e-40f3-9300-34c8e404f2f2 2021-09-26T08:45:16.308Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 30622e2f-bc68-4394-8678-1165ab0a1107 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:45:16.323Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8e6611a, org.onap.sdc.toscaparser.api.parameters.Input@3a22d875, org.onap.sdc.toscaparser.api.parameters.Input@4608e65, org.onap.sdc.toscaparser.api.parameters.Input@f1fd9f4, org.onap.sdc.toscaparser.api.parameters.Input@34ca97bc] 2021-09-26T08:45:16.325Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.325Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.325Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-09-26T08:45:16.326Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 31583389-0579-4611-a3d3-b6afd407daac 2021-09-26T08:45:16.326Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31583389-0579-4611-a3d3-b6afd407daac matches Tosca VF Customization UUID: 31583389-0579-4611-a3d3-b6afd407daac 2021-09-26T08:45:16.326Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 31583389-0579-4611-a3d3-b6afd407daac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-26T08:45:16.329Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.329Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.330Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 31583389-0579-4611-a3d3-b6afd407daac: {\"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\"} 2021-09-26T08:45:16.330Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69b51c7c 2021-09-26T08:45:16.330Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.330Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:45:16.331Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 965deb09-639c-46ed-89dc-3d9244adbe35 2021-09-26T08:45:16.331Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 965deb09-639c-46ed-89dc-3d9244adbe35 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-26T08:45:16.333Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.333Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:16.333Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:45:16.334Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.334Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:16.334Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:45:16.335Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.335Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-26T08:45:16.335Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-26T08:45:16.335Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-26T08:45:16.335Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1c00465-42c0-498f-a79b-b38a39b3769a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:45:16.338Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.338Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:16.339Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:45:16.339Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.339Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-26T08:45:16.339Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=31583389-0579-4611-a3d3-b6afd407daac Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:45:16.341Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.341Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.341Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 69966dc9-005e-40f3-9300-34c8e404f2f2: basic_vm 2021-09-26T08:45:16.342Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.342Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.342Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.342Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.343Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.343Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.343Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.343Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.343Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:45:16.344Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:45:16.344Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-26T08:45:16.447Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 30622e2f-bc68-4394-8678-1165ab0a1107 1 ASDC deployResourceStructure 2021-09-26T08:45:16.448Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:16.448Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:16.448Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:45:16.448Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:16.450Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:16.450Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645916448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:45:16.550Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:45:16.551Z||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. 2021-09-26T08:45:16.551Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:16.560Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:16.560Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:17.451Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:17.451Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:17.451Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:45:17.451Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:17.453Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:17.453Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645917451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:45:17.553Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:45:17.554Z||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. 2021-09-26T08:45:17.554Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:17.580Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:17.581Z||pool-52-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:18.457Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:18.458Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||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 2021-09-26T08:45:18.458Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:45:18.458Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:18.460Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:18.460Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645918457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-26T08:45:18.560Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:45:18.561Z||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. 2021-09-26T08:45:18.561Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:18.573Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:18.574Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:19.461Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-26T08:45:19.461Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-26T08:45:19.461Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:45:19.461Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:45:19.463Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:45:19.463Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645919461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:45:19.563Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:45:19.564Z||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. 2021-09-26T08:45:19.564Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:19.576Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:19.577Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:45:20.463Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:45:20.472Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:45:20.474Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:45:20.474Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:45:20.475Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:45:50.475Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:45:50.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:45:50.519Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:45:50.520Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:45:50.520Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:45:52.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:45:52.636Z||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. 2021-09-26T08:45:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:45:52.673Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:45:52.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645838378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645844551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645838378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645844551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645838378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645849892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645844551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:45:52.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "ves-openapi-manager", "timestamp": 1632645850752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645838378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645844551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645849892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "ves-openapi-manager", "timestamp": 1632645850752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645838378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645849892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645844551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "ves-openapi-manager", "timestamp": 1632645850752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645849892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645838378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645844551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "ves-openapi-manager", "timestamp": 1632645850752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645838378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645849892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645844551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "ves-openapi-manager", "timestamp": 1632645850752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645854784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645849892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645855869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645855853, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "ves-openapi-manager", "timestamp": 1632645850752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645854784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:45:52.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645849892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "cds", "timestamp": 1632645856875, "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=? 2021-09-26T08:45:52.720Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 2021-09-26T08:45:52.720Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645856866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:45:52.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "ves-openapi-manager", "timestamp": 1632645850752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645854784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:45:52.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645857870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "policy-id", "timestamp": 1632645857876, "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=? 2021-09-26T08:45:52.743Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 2021-09-26T08:45:52.743Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645854784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "dcae-sch", "timestamp": 1632645857886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645854784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "dcae-sch", "timestamp": 1632645857886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645854784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "dcae-sch", "timestamp": 1632645857886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645860603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645854784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "dcae-sch", "timestamp": 1632645857886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645861608, "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=? 2021-09-26T08:45:52.757Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 2021-09-26T08:45:52.757Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "dcae-sch", "timestamp": 1632645857886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "dcae-sch", "timestamp": 1632645857886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "dcae-sch", "timestamp": 1632645857886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645864669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645864343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645864343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645866749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645864343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645866894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645864343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645866894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645868859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645864343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645866894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645869890, "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=? 2021-09-26T08:45:52.772Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 2021-09-26T08:45:52.772Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 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=? 2021-09-26T08:45:52.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645864343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645866894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "multicloud-k8s-id", "timestamp": 1632645870899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645864343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645866894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645866894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645872643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645866894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645868377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645864551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645878030, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645878028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "ves-openapi-manager", "timestamp": 1632645870755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645879034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "policy-id", "timestamp": 1632645880044, "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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.803Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3548aaac-6f07-4081-bb72-7ddf5db1933e 2021-09-26T08:45:52.803Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3548aaac-6f07-4081-bb72-7ddf5db1933e 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "cds", "timestamp": 1632645880696, "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=? 2021-09-26T08:45:52.815Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3548aaac-6f07-4081-bb72-7ddf5db1933e 2021-09-26T08:45:52.815Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3548aaac-6f07-4081-bb72-7ddf5db1933e 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645874784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645883224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "aai-ml", "timestamp": 1632645884231, "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=? 2021-09-26T08:45:52.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 2021-09-26T08:45:52.833Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "dcae-sch", "timestamp": 1632645877887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645885966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645886432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.851Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645879894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645887868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645888058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "clamp", "timestamp": 1632645889066, "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=? 2021-09-26T08:45:52.858Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 2021-09-26T08:45:52.858Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 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 (?, ?, ?, ?, ?) 2021-09-26T08:45:52.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645890648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645891654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:45:52.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-26T08:45:52.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:46:20.521Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:46:20.539Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:46:20.543Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:46:20.543Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:46:20.543Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:46:20.544Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:46:20.544Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:46:20.544Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:46:20.545Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:46:20.545Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:46:20.545Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:46:20.546Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:46:20.546Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|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=? 2021-09-26T08:46:20.556Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:46:50.557Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 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=? 2021-09-26T08:46:50.577Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 and serviceModelVersionId: 69966dc9-005e-40f3-9300-34c8e404f2f2 2021-09-26T08:46:50.577Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 607be6ee-dcd0-4d5d-a795-493f0d0c3925 2021-09-26T08:46:50.579Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0 2021-09-26T08:46:50.588Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:46:50.647Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0|INFO|500||Invoke 2021-09-26T08:46:50.648Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab31223e-a41f-408e-b6ea-c146d58e963a], X-ECOMP-RequestID=[7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006], X-TransactionId=[], X-ONAP-RequestID=[7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006], Content-Type=[application/merge-patch+json]} 2021-09-26T08:46:50.676Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:46:51.019Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-08:46:50:677-58079], vertex-id=[196784], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:46:50 GMT], Content-Type=[application/json]} 2021-09-26T08:46:51.020Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:46:51.021Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/607be6ee-dcd0-4d5d-a795-493f0d0c3925/model-vers/model-ver/69966dc9-005e-40f3-9300-34c8e404f2f2?depth=0|INFO|500||InvokeReturn 2021-09-26T08:46:51.022Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:46:51.022Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:46:51.028Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|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) 2021-09-26T08:46:51.029Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:46:51.029Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:46:51.030Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:51.033Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:51.033Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646011029, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:46:51.133Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-26T08:46:51.135Z||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. 2021-09-26T08:46:51.135Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:51.151Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:51.152Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T08:46:52.056Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:46:52.057Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3548aaac-6f07-4081-bb72-7ddf5db1933e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"02f8f076-eba5-4bb2-a6d3-414accda0780","serviceDescription":"service","serviceInvariantUUID":"c9ba0712-f87a-4112-a396-0f10a7154560","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f58e1840-f958-4a2c-999c-9f5ef55a9edf","resourceInvariantUUID":"edcd1101-fc4c-4018-ac32-32e8b8346a63","resourceCustomizationUUID":"e7ed85c9-3aaa-412a-a053-1c14d622f388","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":"ZWIwODgzZjA0Y2RmMDNlYmZkZWNiYTc4NDIzODk2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f790cbe-9446-44ac-a0e9-f7e429896fbf","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":"YWQ5YjZjODY5MzBjNTI3NTI5NWQ1NGM5YWM5ZDFiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"382d73ba-43b2-402c-b75e-f3ea53276f85","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ec7d2cc-ddb0-4e04-8b05-6d2582342721","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":"8a63fb9b-bc50-436f-9ee7-1baa133b1b4c","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":"4a8687a8-0dcb-450c-a710-0967c072b8d2","artifactVersion":"2","generatedFromUUID":"8ec7d2cc-ddb0-4e04-8b05-6d2582342721"},{"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":"MDBkZDZiMTc3MWFlYmI1OWFlOWIyOTcxYjU1M2YxNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eaa8ff80-5b78-4fa7-b934-fc9e8c772cb7","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":"OWY3NWNiMzViZmRmYWFlZTU0YWFjMDBkNDMzMzQ2ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"148d65ca-daeb-4f86-acdd-0f63e1fe9d4a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTBiOWE3MTUzZmNhMjI1YmQ5MWYxMDJjYTQ4OWRjYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52d2e8b6-58f2-4fa3-97e2-621d91807d79","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:46:52.057Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:52.058Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:52.059Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:52.060Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:46:52.163Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-26T08:46:52.164Z||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. 2021-09-26T08:46:52.164Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:52.178Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:52.179Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:46:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:46:52.635Z||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. 2021-09-26T08:46:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:52.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:52.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:46:52.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645892675, "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=? 2021-09-26T08:46:52.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3548aaac-6f07-4081-bb72-7ddf5db1933e 2021-09-26T08:46:52.668Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3548aaac-6f07-4081-bb72-7ddf5db1933e 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=? 2021-09-26T08:46:53.060Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:53.061Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:53.064Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:53.064Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:46:53.164Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:46:53.165Z||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. 2021-09-26T08:46:53.165Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:53.175Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:53.176Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:46:54.064Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:54.066Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:54.068Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:54.068Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:46:54.169Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:46:54.170Z||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. 2021-09-26T08:46:54.170Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:54.180Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:54.181Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:46:55.069Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:55.070Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:55.072Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:55.072Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:46:55.172Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:46:55.173Z||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. 2021-09-26T08:46:55.173Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:55.184Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:55.184Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:46:56.073Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:56.074Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:56.075Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:56.076Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-26T08:46:56.176Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:46:56.176Z||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. 2021-09-26T08:46:56.176Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:56.188Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:56.188Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:46:57.079Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:57.080Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:57.082Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:57.082Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:46:57.182Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:46:57.183Z||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. 2021-09-26T08:46:57.183Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:57.193Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:57.193Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:46:58.082Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:58.083Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:58.086Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:58.086Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:46:58.186Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:46:58.187Z||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. 2021-09-26T08:46:58.187Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:58.199Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:58.200Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:46:59.087Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:46:59.088Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:46:59.090Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:46:59.090Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:46:59.190Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:46:59.191Z||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. 2021-09-26T08:46:59.191Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:46:59.202Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:46:59.203Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:47:00.092Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "02f8f076-eba5-4bb2-a6d3-414accda0780", "serviceDescription": "service", "serviceInvariantUUID": "c9ba0712-f87a-4112-a396-0f10a7154560", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e7ed85c9-3aaa-412a-a053-1c14d622f388", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f58e1840-f958-4a2c-999c-9f5ef55a9edf", "resourceInvariantUUID": "edcd1101-fc4c-4018-ac32-32e8b8346a63", "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": "YWQ5YjZjODY5MzBjNTI3NTI5NWQ1NGM5YWM5ZDFiNmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "382d73ba-43b2-402c-b75e-f3ea53276f85", "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": "8ec7d2cc-ddb0-4e04-8b05-6d2582342721", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a8687a8-0dcb-450c-a710-0967c072b8d2", "generatedFromUUID": "8ec7d2cc-ddb0-4e04-8b05-6d2582342721" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a8687a8-0dcb-450c-a710-0967c072b8d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MTBiOWE3MTUzZmNhMjI1YmQ5MWYxMDJjYTQ4OWRjYjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "52d2e8b6-58f2-4fa3-97e2-621d91807d79" } ], "workloadContext": "Production" } 2021-09-26T08:47:00.093Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:47:00.094Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02f8f076-eba5-4bb2-a6d3-414accda0780 ASDC 2021-09-26T08:47:00.095Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3548aaac-6f07-4081-bb72-7ddf5db1933e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:02f8f076-eba5-4bb2-a6d3-414accda0780 ServiceInvariantUUID:c9ba0712-f87a-4112-a396-0f10a7154560 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:52d2e8b6-58f2-4fa3-97e2-621d91807d79 ArtifactChecksum:MTBiOWE3MTUzZmNhMjI1YmQ5MWYxMDJjYTQ4OWRjYjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e7ed85c9-3aaa-412a-a053-1c14d622f388 ResourceInvariantUUID:edcd1101-fc4c-4018-ac32-32e8b8346a63 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:f58e1840-f958-4a2c-999c-9f5ef55a9edf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:382d73ba-43b2-402c-b75e-f3ea53276f85 ArtifactChecksum:YWQ5YjZjODY5MzBjNTI3NTI5NWQ1NGM5YWM5ZDFiNmQ= 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:8ec7d2cc-ddb0-4e04-8b05-6d2582342721 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:4a8687a8-0dcb-450c-a710-0967c072b8d2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:4a8687a8-0dcb-450c-a710-0967c072b8d2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-26T08:47:00.096Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02f8f076-eba5-4bb2-a6d3-414accda0780 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=? 2021-09-26T08:47:00.141Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:47:00.142Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:47:00.142Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:47:00.143Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 52d2e8b6-58f2-4fa3-97e2-621d91807d79 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-26T08:47:00.143Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:47:00.143Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-26T08:47:02.968Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:47:02.973Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 52d2e8b6-58f2-4fa3-97e2-621d91807d79 78608 2021-09-26T08:47:02.973Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-26T08:47:02.974Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-26T08:47:02.974Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:47:02.974Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:02.976Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:02.977Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646022973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:03.077Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:47:03.078Z||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. 2021-09-26T08:47:03.078Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:03.095Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:03.095Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:47:03.977Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:47:03.979Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:47:03.979Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 52d2e8b6-58f2-4fa3-97e2-621d91807d79, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:03.980Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-26T08:47:03.981Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:03.981Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:04.164Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2993024171381552236/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-09-26T08:47:05.369Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:47:05.369Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:47:05.369Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.369Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-26T08:47:05.370Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:47:05.371Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.371Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:05.371Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:05.371Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:47:05.371Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:47:05.372Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.372Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:05.372Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:05.372Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:47:05.372Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:47:05.372Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.372Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:05.373Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.373Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-26T08:47:05.373Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-26T08:47:05.373Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-26T08:47:05.373Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-26T08:47:05.373Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-26T08:47:05.373Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-26T08:47:05.374Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.374Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:47:05.374Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.374Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:05.374Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:47:05.374Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.374Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:05.375Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:47:05.375Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.375Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:05.375Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:47:05.375Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.375Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-26T08:47:05.375Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-26T08:47:05.376Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-26T08:47:05.376Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c40cea61-a13b-4858-bb0a-371b0ed8a533 2021-09-26T08:47:05.376Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.376Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:05.376Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.376Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:05.376Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.377Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:05.377Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:05.377Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:05.377Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:02f8f076-eba5-4bb2-a6d3-414accda0780 Model Version:NULL Model InvariantUuid:c9ba0712-f87a-4112-a396-0f10a7154560 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:708aa930-2892-47ed-a5a4-e5858bd09094 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:edcd1101-fc4c-4018-ac32-32e8b8346a63 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e7ed85c9-3aaa-412a-a053-1c14d622f388 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:31d1b9f8-ad38-4109-a76c-3b0725f1d332 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ba90c850-2f5c-4287-b74c-df80be7c1e16 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c40cea61-a13b-4858-bb0a-371b0ed8a533 ModelInvariantUuid:31f84707-2838-4307-b6d2-acc107dc7093 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:44d84f17-fcea-463f-8edd-6134025c3286 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d098ee16-bb7f-4491-84c3-cd307f29935e ModelInvariantUuid:5f37b6f5-7b32-4e49-b965-1e2187525e47 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:09ad09a0-4e5a-4144-b7a6-c70226cdf2ce 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:47:05.386Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f58e1840-f958-4a2c-999c-9f5ef55a9edf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:47:05.388Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2021-09-26T08:47:05.389Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f58e1840-f958-4a2c-999c-9f5ef55a9edf 2021-09-26T08:47:05.389Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 382d73ba-43b2-402c-b75e-f3ea53276f85 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-26T08:47:05.389Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:47:05.389Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-26T08:47:06.457Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:47:06.458Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 382d73ba-43b2-402c-b75e-f3ea53276f85 792 2021-09-26T08:47:06.458Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-26T08:47:06.458Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-26T08:47:06.459Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:47:06.459Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:06.462Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:06.463Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646026458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:06.563Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:47:06.564Z||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. 2021-09-26T08:47:06.564Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:06.576Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:06.577Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:47:07.463Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "31d1b9f8-ad38-4109-a76c-3b0725f1d332", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba90c850-2f5c-4287-b74c-df80be7c1e16", "vfModuleModelCustomizationUUID": "253da1b4-e7b3-4312-900f-9041804e4b71", "isBase": true, "artifacts": [ "8ec7d2cc-ddb0-4e04-8b05-6d2582342721", "4a8687a8-0dcb-450c-a710-0967c072b8d2" ], "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": "" } } ] 2021-09-26T08:47:07.467Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba90c850-2f5c-4287-b74c-df80be7c1e16 VfModuleModelInvariantUUID:31d1b9f8-ad38-4109-a76c-3b0725f1d332 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ec7d2cc-ddb0-4e04-8b05-6d2582342721 , 4a8687a8-0dcb-450c-a710-0967c072b8d2 } 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 } 2021-09-26T08:47:07.468Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "31d1b9f8-ad38-4109-a76c-3b0725f1d332", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba90c850-2f5c-4287-b74c-df80be7c1e16", "vfModuleModelCustomizationUUID": "253da1b4-e7b3-4312-900f-9041804e4b71", "isBase": true, "artifacts": [ "8ec7d2cc-ddb0-4e04-8b05-6d2582342721", "4a8687a8-0dcb-450c-a710-0967c072b8d2" ], "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": "" } } ] 2021-09-26T08:47:07.469Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba90c850-2f5c-4287-b74c-df80be7c1e16 VfModuleModelInvariantUUID:31d1b9f8-ad38-4109-a76c-3b0725f1d332 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ec7d2cc-ddb0-4e04-8b05-6d2582342721 , 4a8687a8-0dcb-450c-a710-0967c072b8d2 } 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 } 2021-09-26T08:47:07.469Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8ec7d2cc-ddb0-4e04-8b05-6d2582342721 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-26T08:47:07.469Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:47:07.469Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-26T08:47:08.171Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:47:08.171Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8ec7d2cc-ddb0-4e04-8b05-6d2582342721 5033 2021-09-26T08:47:08.172Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-26T08:47:08.172Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-26T08:47:08.172Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:47:08.172Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:08.174Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:08.174Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646028172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:08.275Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:47:08.275Z||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. 2021-09-26T08:47:08.275Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:08.287Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:08.287Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:47:09.175Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a8687a8-0dcb-450c-a710-0967c072b8d2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-26T08:47:09.175Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:47:09.175Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-26T08:47:10.756Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:47:10.756Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4a8687a8-0dcb-450c-a710-0967c072b8d2 903 2021-09-26T08:47:10.756Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-26T08:47:10.756Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-26T08:47:10.756Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:47:10.757Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:10.758Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:10.758Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646030756, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:10.859Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:47:10.859Z||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. 2021-09-26T08:47:10.860Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:10.870Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:10.871Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:47:11.759Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 02f8f076-eba5-4bb2-a6d3-414accda0780 2021-09-26T08:47:11.759Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f58e1840-f958-4a2c-999c-9f5ef55a9edf ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:47:11.773Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1126e1b3, org.onap.sdc.toscaparser.api.parameters.Input@45b415a6, org.onap.sdc.toscaparser.api.parameters.Input@4434141b, org.onap.sdc.toscaparser.api.parameters.Input@34af990a, org.onap.sdc.toscaparser.api.parameters.Input@12a2dd55] 2021-09-26T08:47:11.775Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.776Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.776Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-09-26T08:47:11.776Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e7ed85c9-3aaa-412a-a053-1c14d622f388 2021-09-26T08:47:11.776Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7ed85c9-3aaa-412a-a053-1c14d622f388 matches Tosca VF Customization UUID: e7ed85c9-3aaa-412a-a053-1c14d622f388 2021-09-26T08:47:11.777Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e7ed85c9-3aaa-412a-a053-1c14d622f388 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-26T08:47:11.781Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.781Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.782Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e7ed85c9-3aaa-412a-a053-1c14d622f388: {\"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\"} 2021-09-26T08:47:11.782Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b810908 2021-09-26T08:47:11.782Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.782Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:47:11.784Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 253da1b4-e7b3-4312-900f-9041804e4b71 2021-09-26T08:47:11.784Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 253da1b4-e7b3-4312-900f-9041804e4b71 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-26T08:47:11.787Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.787Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:11.788Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:47:11.788Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.788Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:11.789Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:47:11.789Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.789Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-26T08:47:11.790Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-26T08:47:11.790Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-26T08:47:11.791Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c40cea61-a13b-4858-bb0a-371b0ed8a533 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:47:11.794Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.795Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:11.795Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:47:11.795Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.796Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-26T08:47:11.796Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e7ed85c9-3aaa-412a-a053-1c14d622f388 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:47:11.798Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.798Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.798Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 02f8f076-eba5-4bb2-a6d3-414accda0780: basic_vm_macro 2021-09-26T08:47:11.799Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.799Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.799Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.799Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.800Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.800Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.800Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.801Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.801Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:47:11.801Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:47:11.802Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-26T08:47:11.904Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f58e1840-f958-4a2c-999c-9f5ef55a9edf 1 ASDC deployResourceStructure 2021-09-26T08:47:11.904Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-26T08:47:11.904Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-26T08:47:11.904Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:47:11.905Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:11.906Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:11.907Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646031904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:47:12.007Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:47:12.008Z||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. 2021-09-26T08:47:12.008Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:12.023Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:12.024Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:47:12.907Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-26T08:47:12.908Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-26T08:47:12.908Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:47:12.908Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:12.911Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:12.911Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646032907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:47:13.013Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-26T08:47:13.014Z||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. 2021-09-26T08:47:13.014Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:13.028Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:13.029Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:47:13.912Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-26T08:47:13.912Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-26T08:47:13.913Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:47:13.913Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:13.915Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:13.915Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646033912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-26T08:47:14.015Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:47:14.016Z||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. 2021-09-26T08:47:14.016Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:14.038Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:14.038Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:47:14.921Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-26T08:47:14.921Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-26T08:47:14.922Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:47:14.922Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:47:14.928Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:47:14.928Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646034921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:15.027Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:47:15.028Z||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. 2021-09-26T08:47:15.028Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:15.045Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:15.046Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:47:15.929Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:47:15.937Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:47:15.939Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:47:15.939Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:47:15.939Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:47:45.939Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:47:45.951Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:47:45.955Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:47:45.955Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:47:45.955Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:47:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:47:52.635Z||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. 2021-09-26T08:47:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:47:52.666Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:47:52.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645893297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "multicloud-k8s-id", "timestamp": 1632645893678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645894301, "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=? 2021-09-26T08:47:52.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3548aaac-6f07-4081-bb72-7ddf5db1933e 2021-09-26T08:47:52.692Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3548aaac-6f07-4081-bb72-7ddf5db1933e 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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:47:52.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:47:52.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645883377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645884551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645897653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.716Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645897708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.716Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:47:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:47:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645898664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "cds", "timestamp": 1632645898724, "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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 368461b8-789a-461d-b536-61998fd248ca 2021-09-26T08:47:52.735Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368461b8-789a-461d-b536-61998fd248ca 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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-26T08:47:52.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "ves-openapi-manager", "timestamp": 1632645890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "policy-id", "timestamp": 1632645899668, "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=? 2021-09-26T08:47:52.752Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 368461b8-789a-461d-b536-61998fd248ca 2021-09-26T08:47:52.752Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368461b8-789a-461d-b536-61998fd248ca 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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-26T08:47:52.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645894784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645905056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645905771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645906154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "dcae-sch", "timestamp": 1632645897887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645910348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645910626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645914034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645914117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645915192, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645915299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645915346, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645916063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "aai-ml", "timestamp": 1632645916196, "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=? 2021-09-26T08:47:52.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3548aaac-6f07-4081-bb72-7ddf5db1933e 2021-09-26T08:47:52.792Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3548aaac-6f07-4081-bb72-7ddf5db1933e 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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645916404, "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=? 2021-09-26T08:47:52.807Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 368461b8-789a-461d-b536-61998fd248ca 2021-09-26T08:47:52.808Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368461b8-789a-461d-b536-61998fd248ca 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=? 2021-09-26T08:47:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645916448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "multicloud-k8s-id", "timestamp": 1632645917407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645917451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645918457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645909893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645919461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645920064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "clamp", "timestamp": 1632645921070, "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=? 2021-09-26T08:47:52.829Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3548aaac-6f07-4081-bb72-7ddf5db1933e 2021-09-26T08:47:52.829Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3548aaac-6f07-4081-bb72-7ddf5db1933e 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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645922247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645924560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:47:52.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645894342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632645925568, "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=? 2021-09-26T08:47:52.851Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 368461b8-789a-461d-b536-61998fd248ca 2021-09-26T08:47:52.852Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368461b8-789a-461d-b536-61998fd248ca 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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645927162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645896893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645934240, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "aai-ml", "timestamp": 1632645935244, "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=? 2021-09-26T08:47:52.870Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 368461b8-789a-461d-b536-61998fd248ca 2021-09-26T08:47:52.870Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368461b8-789a-461d-b536-61998fd248ca 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 (?, ?, ?, ?, ?) 2021-09-26T08:47:52.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645936066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:47:52.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645938075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:47:52.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:47:52.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:47:52.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "clamp", "timestamp": 1632645939078, "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=? 2021-09-26T08:47:52.883Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 368461b8-789a-461d-b536-61998fd248ca 2021-09-26T08:47:52.883Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368461b8-789a-461d-b536-61998fd248ca 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 (?, ?, ?, ?, ?) 2021-09-26T08:48:15.956Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:48:15.974Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:48:15.977Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:48:15.977Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:48:15.978Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:48:15.978Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:48:15.978Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:48:15.978Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:48:15.979Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:48:15.979Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:48:15.979Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:48:15.980Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:48:15.980Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|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=? 2021-09-26T08:48:15.985Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:48:45.986Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e 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=? 2021-09-26T08:48:45.993Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3548aaac-6f07-4081-bb72-7ddf5db1933e and serviceModelVersionId: 02f8f076-eba5-4bb2-a6d3-414accda0780 2021-09-26T08:48:45.994Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9ba0712-f87a-4112-a396-0f10a7154560 2021-09-26T08:48:45.996Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9ba0712-f87a-4112-a396-0f10a7154560/model-vers/model-ver/02f8f076-eba5-4bb2-a6d3-414accda0780?depth=0 2021-09-26T08:48:46.004Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:48:46.073Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9ba0712-f87a-4112-a396-0f10a7154560/model-vers/model-ver/02f8f076-eba5-4bb2-a6d3-414accda0780?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]} 2021-09-26T08:48:46.074Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9ba0712-f87a-4112-a396-0f10a7154560/model-vers/model-ver/02f8f076-eba5-4bb2-a6d3-414accda0780?depth=0|INFO|500||Invoke 2021-09-26T08:48:46.097Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9ba0712-f87a-4112-a396-0f10a7154560/model-vers/model-ver/02f8f076-eba5-4bb2-a6d3-414accda0780?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:48:46.551Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9ba0712-f87a-4112-a396-0f10a7154560/model-vers/model-ver/02f8f076-eba5-4bb2-a6d3-414accda0780?depth=0|INFO|500||InvokeReturn 2021-09-26T08:48:46.551Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9ba0712-f87a-4112-a396-0f10a7154560/model-vers/model-ver/02f8f076-eba5-4bb2-a6d3-414accda0780?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-08:48:46:099-40859], vertex-id=[221376], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:48:46 GMT], Content-Type=[application/json]} 2021-09-26T08:48:46.552Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:48:46.552Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:48:46.552Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:48:46.559Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|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) 2021-09-26T08:48:46.560Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3548aaac-6f07-4081-bb72-7ddf5db1933e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:48:46.563Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:48:46.564Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:46.567Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:46.567Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646126560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:48:46.667Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:46.667Z||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. 2021-09-26T08:48:46.668Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:46.681Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:46.682Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 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=? 2021-09-26T08:48:47.580Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:48:47.580Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"368461b8-789a-461d-b536-61998fd248ca","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19","serviceDescription":"service","serviceInvariantUUID":"a5f27e54-7186-470a-b5b8-9d6faf1c714d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c2b50fd-ad41-40f7-9b8e-6a39c2cc2cce","resourceInvariantUUID":"d93f0d50-c6d4-44b9-a18c-91903cb0fe00","resourceCustomizationUUID":"443047d8-45b8-495f-8f29-f94ca8afa0fa","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":"ZmYzMDg3YmExNWQyM2Q3NzgxMTVhZTE4MDc2NjY1NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58bbfc4a-3650-4c5a-aef8-0666d1c8983b","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":"f3c0a78a-3455-4e92-8d89-a4de2aee2b57","artifactVersion":"2","generatedFromUUID":"5919a229-3e80-4c14-bd4e-378ce5f42cd2"},{"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":"5919a229-3e80-4c14-bd4e-378ce5f42cd2","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":"MjRkZjFkM2IzYjQ5ZDJkYmZlNWFhODU0NjE4ZGE2N2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5a0512f-d7ac-4188-9bf9-5fd6d13cf72f","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":"0ef6429b-527c-400a-bb93-c5589526b74a","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":"5ff9ed78-47eb-4168-a1bc-fa47b28cd312","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":"7cea6713-1e0e-4cfc-8dbf-a0452df89552","artifactVersion":"2","generatedFromUUID":"0ef6429b-527c-400a-bb93-c5589526b74a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Zjc2NGE3MDlhZWVmYWQ5YTIzMWNkY2FjZGYwYWFkYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f865c749-e932-4b98-a9a6-dbb65f5462e6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmNjY2VlMjVmODhlMTI1ODFiZWRhZTZiZWI3MzE3ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18bef4ef-29af-41b0-89a9-26e00d326ab8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:48:47.581Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:47.581Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:47.583Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:47.583Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:48:47.683Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:47.683Z||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. 2021-09-26T08:48:47.684Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:47.696Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:47.697Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:48:48.589Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:48.597Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:48.603Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:48.603Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-26T08:48:48.711Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2021-09-26T08:48:48.712Z||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. 2021-09-26T08:48:48.712Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:48.729Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:48.729Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:48:49.610Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:49.610Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:49.617Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:49.617Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-26T08:48:49.718Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:49.719Z||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. 2021-09-26T08:48:49.720Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:49.733Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:49.733Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:48:50.618Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:50.619Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:50.622Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:50.622Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:48:50.722Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-09-26T08:48:50.723Z||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. 2021-09-26T08:48:50.723Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:50.734Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:50.735Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:48:51.630Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:51.632Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:51.635Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:51.635Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-26T08:48:51.735Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:51.736Z||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. 2021-09-26T08:48:51.736Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:51.746Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:51.746Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:48:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:48:52.633Z||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. 2021-09-26T08:48:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:52.635Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:52.636Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:52.638Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:52.638Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:48:52.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:52.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:48:52.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646011029, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:48:52.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:48:52.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:48:52.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:48:52.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:48:52.738Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:52.739Z||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. 2021-09-26T08:48:52.739Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:52.750Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:52.751Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:48:53.642Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:53.643Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:53.645Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:53.645Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-26T08:48:53.745Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:53.747Z||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. 2021-09-26T08:48:53.747Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:53.761Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:53.762Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:48:54.653Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:54.658Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:54.660Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:54.661Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:48:54.762Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:48:54.763Z||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. 2021-09-26T08:48:54.763Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:54.776Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:54.776Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:48:55.666Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:48:55.670Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:55.674Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:55.674Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:48:55.774Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:55.775Z||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. 2021-09-26T08:48:55.775Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:55.786Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:55.787Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:48:56.677Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19", "serviceDescription": "service", "serviceInvariantUUID": "a5f27e54-7186-470a-b5b8-9d6faf1c714d", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "443047d8-45b8-495f-8f29-f94ca8afa0fa", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9c2b50fd-ad41-40f7-9b8e-6a39c2cc2cce", "resourceInvariantUUID": "d93f0d50-c6d4-44b9-a18c-91903cb0fe00", "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": "f3c0a78a-3455-4e92-8d89-a4de2aee2b57", "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": "5919a229-3e80-4c14-bd4e-378ce5f42cd2", "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": "MjRkZjFkM2IzYjQ5ZDJkYmZlNWFhODU0NjE4ZGE2N2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5a0512f-d7ac-4188-9bf9-5fd6d13cf72f", "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": "0ef6429b-527c-400a-bb93-c5589526b74a", "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": "7cea6713-1e0e-4cfc-8dbf-a0452df89552", "generatedFromUUID": "0ef6429b-527c-400a-bb93-c5589526b74a" }, "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": "7cea6713-1e0e-4cfc-8dbf-a0452df89552", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZmNjY2VlMjVmODhlMTI1ODFiZWRhZTZiZWI3MzE3ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18bef4ef-29af-41b0-89a9-26e00d326ab8" } ], "workloadContext": "Production" } 2021-09-26T08:48:56.678Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:48:56.678Z|3548aaac-6f07-4081-bb72-7ddf5db1933e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19 ASDC 2021-09-26T08:48:56.679Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:368461b8-789a-461d-b536-61998fd248ca ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19 ServiceInvariantUUID:a5f27e54-7186-470a-b5b8-9d6faf1c714d 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:18bef4ef-29af-41b0-89a9-26e00d326ab8 ArtifactChecksum:ZmNjY2VlMjVmODhlMTI1ODFiZWRhZTZiZWI3MzE3ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:443047d8-45b8-495f-8f29-f94ca8afa0fa ResourceInvariantUUID:d93f0d50-c6d4-44b9-a18c-91903cb0fe00 ResourceName:basic_cnf ResourceType:VF ResourceUUID:9c2b50fd-ad41-40f7-9b8e-6a39c2cc2cce 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:f3c0a78a-3455-4e92-8d89-a4de2aee2b57 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:5919a229-3e80-4c14-bd4e-378ce5f42cd2 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:b5a0512f-d7ac-4188-9bf9-5fd6d13cf72f ArtifactChecksum:MjRkZjFkM2IzYjQ5ZDJkYmZlNWFhODU0NjE4ZGE2N2E= 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:0ef6429b-527c-400a-bb93-c5589526b74a 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:7cea6713-1e0e-4cfc-8dbf-a0452df89552 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:7cea6713-1e0e-4cfc-8dbf-a0452df89552 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-26T08:48:56.680Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19 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=? 2021-09-26T08:48:56.732Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:48:56.733Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:48:56.733Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:48:56.733Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 18bef4ef-29af-41b0-89a9-26e00d326ab8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-26T08:48:56.733Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:48:56.734Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-26T08:48:57.215Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:48:57.219Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 18bef4ef-29af-41b0-89a9-26e00d326ab8 68756 2021-09-26T08:48:57.219Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-26T08:48:57.219Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-26T08:48:57.219Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:48:57.220Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:48:57.222Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:48:57.222Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646137219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:48:57.322Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:48:57.323Z||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. 2021-09-26T08:48:57.323Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:48:57.334Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:48:57.334Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:48:58.222Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:48:58.223Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-26T08:48:58.224Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 18bef4ef-29af-41b0-89a9-26e00d326ab8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-26T08:48:58.224Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-26T08:48:58.225Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-26T08:48:58.225Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-26T08:48:58.445Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8849259999642559542/Definitions/service-BasicCnf-template.yml 2021-09-26T08:48:59.531Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:48:59.532Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:48:59.532Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-26T08:48:59.532Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-26T08:48:59.532Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:48:59.532Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:48:59.532Z|368461b8-789a-461d-b536-61998fd248ca|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-BasicCnf-csar.csar 2021-09-26T08:48:59.532Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:48:59.533Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-26T08:48:59.533Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.533Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:48:59.533Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:48:59.533Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:48:59.534Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:48:59.534Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.534Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:48:59.534Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:48:59.534Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-26T08:48:59.535Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:48:59.535Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.535Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:48:59.535Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.535Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-26T08:48:59.536Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-26T08:48:59.536Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-26T08:48:59.536Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-26T08:48:59.536Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.536Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:48:59.536Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.537Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:48:59.537Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:48:59.537Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.537Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:48:59.537Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:48:59.538Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.538Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:48:59.538Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:48:59.538Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.538Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-26T08:48:59.549Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-26T08:48:59.550Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1944b4d2-7dee-4e6f-8af4-0482660de21d 2021-09-26T08:48:59.550Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.550Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:48:59.550Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.550Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:48:59.551Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.551Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:48:59.551Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:48:59.551Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:48:59.551Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19 Model Version:NULL Model InvariantUuid:a5f27e54-7186-470a-b5b8-9d6faf1c714d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:44fd19ac-c620-4d5a-9031-b3c39c5c3dfc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d93f0d50-c6d4-44b9-a18c-91903cb0fe00 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:443047d8-45b8-495f-8f29-f94ca8afa0fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:15a8b195-dc22-4ee0-9a2f-811737803ca9 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f8534377-75bb-4cf1-84cc-131d350dfb63 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1944b4d2-7dee-4e6f-8af4-0482660de21d ModelInvariantUuid:e68f518d-c338-4445-9133-43f8da6e028f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b577aaf3-158e-4770-aede-74fc330e87c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8ae0a1c7-9153-43c3-973a-f608e1d5e7c4 ModelInvariantUuid:259a2a56-a2a6-4c37-9bee-bda35363cb13 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:5b0b0999-bdaa-4734-9abc-162edde51c0c 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:48:59.560Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c2b50fd-ad41-40f7-9b8e-6a39c2cc2cce Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:48:59.567Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||basic_cnf 0 2021-09-26T08:48:59.567Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c2b50fd-ad41-40f7-9b8e-6a39c2cc2cce 2021-09-26T08:48:59.567Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f3c0a78a-3455-4e92-8d89-a4de2aee2b57 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-26T08:48:59.567Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:48:59.568Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:03.215Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:49:03.216Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f3c0a78a-3455-4e92-8d89-a4de2aee2b57 12 2021-09-26T08:49:03.216Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:03.216Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:03.217Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:49:03.217Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:03.221Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:03.221Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646143216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:03.321Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:49:03.321Z||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. 2021-09-26T08:49:03.322Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:03.333Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:03.333Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:04.226Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5919a229-3e80-4c14-bd4e-378ce5f42cd2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-26T08:49:04.226Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:49:04.226Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:05.058Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:49:05.059Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5919a229-3e80-4c14-bd4e-378ce5f42cd2 2688 2021-09-26T08:49:05.060Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:05.060Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:05.061Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:49:05.061Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:05.064Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:05.064Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646145060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:05.164Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:49:05.166Z||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. 2021-09-26T08:49:05.166Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:05.189Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:05.190Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:06.066Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b5a0512f-d7ac-4188-9bf9-5fd6d13cf72f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-26T08:49:06.066Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:49:06.067Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:07.047Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:49:07.047Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b5a0512f-d7ac-4188-9bf9-5fd6d13cf72f 828 2021-09-26T08:49:07.048Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:07.048Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:07.048Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:49:07.048Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:07.050Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:07.050Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646147048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:07.150Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:49:07.152Z||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. 2021-09-26T08:49:07.152Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:07.162Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:07.162Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:08.054Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "15a8b195-dc22-4ee0-9a2f-811737803ca9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8534377-75bb-4cf1-84cc-131d350dfb63", "vfModuleModelCustomizationUUID": "92db81af-7799-4029-9e96-d259af019dc3", "isBase": true, "artifacts": [ "5919a229-3e80-4c14-bd4e-378ce5f42cd2", "0ef6429b-527c-400a-bb93-c5589526b74a", "7cea6713-1e0e-4cfc-8dbf-a0452df89552" ], "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": "" } } ] 2021-09-26T08:49:08.058Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8534377-75bb-4cf1-84cc-131d350dfb63 VfModuleModelInvariantUUID:15a8b195-dc22-4ee0-9a2f-811737803ca9 VfModuleModelDescription:NULL Artifacts UUID List:{ 5919a229-3e80-4c14-bd4e-378ce5f42cd2 , 0ef6429b-527c-400a-bb93-c5589526b74a , 7cea6713-1e0e-4cfc-8dbf-a0452df89552 } 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 } 2021-09-26T08:49:08.060Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "15a8b195-dc22-4ee0-9a2f-811737803ca9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8534377-75bb-4cf1-84cc-131d350dfb63", "vfModuleModelCustomizationUUID": "92db81af-7799-4029-9e96-d259af019dc3", "isBase": true, "artifacts": [ "5919a229-3e80-4c14-bd4e-378ce5f42cd2", "0ef6429b-527c-400a-bb93-c5589526b74a", "7cea6713-1e0e-4cfc-8dbf-a0452df89552" ], "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": "" } } ] 2021-09-26T08:49:08.060Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8534377-75bb-4cf1-84cc-131d350dfb63 VfModuleModelInvariantUUID:15a8b195-dc22-4ee0-9a2f-811737803ca9 VfModuleModelDescription:NULL Artifacts UUID List:{ 5919a229-3e80-4c14-bd4e-378ce5f42cd2 , 0ef6429b-527c-400a-bb93-c5589526b74a , 7cea6713-1e0e-4cfc-8dbf-a0452df89552 } 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 } 2021-09-26T08:49:08.060Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0ef6429b-527c-400a-bb93-c5589526b74a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-26T08:49:08.060Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:49:08.060Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-26T08:49:08.675Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:49:08.676Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0ef6429b-527c-400a-bb93-c5589526b74a 1164 2021-09-26T08:49:08.676Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:08.676Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:08.676Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:49:08.676Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:08.678Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:08.678Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646148676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:08.778Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:49:08.779Z||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. 2021-09-26T08:49:08.779Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:08.791Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:08.792Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:09.679Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7cea6713-1e0e-4cfc-8dbf-a0452df89552 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-26T08:49:09.679Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-26T08:49:09.679Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-26T08:49:10.352Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-26T08:49:10.352Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7cea6713-1e0e-4cfc-8dbf-a0452df89552 200 2021-09-26T08:49:10.352Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:10.352Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:10.352Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:49:10.353Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:10.354Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:10.354Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646150352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:10.457Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-26T08:49:10.459Z||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. 2021-09-26T08:49:10.459Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:10.469Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:10.470Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:11.355Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19 2021-09-26T08:49:11.359Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9c2b50fd-ad41-40f7-9b8e-6a39c2cc2cce ASDC 2021-09-26T08:49:11.370Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:49:11.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@650da425, org.onap.sdc.toscaparser.api.parameters.Input@60be26a8, org.onap.sdc.toscaparser.api.parameters.Input@4fd4be47, org.onap.sdc.toscaparser.api.parameters.Input@609458fe, org.onap.sdc.toscaparser.api.parameters.Input@6830f445] 2021-09-26T08:49:11.385Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.386Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.386Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-09-26T08:49:11.386Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 443047d8-45b8-495f-8f29-f94ca8afa0fa 2021-09-26T08:49:11.387Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 443047d8-45b8-495f-8f29-f94ca8afa0fa matches Tosca VF Customization UUID: 443047d8-45b8-495f-8f29-f94ca8afa0fa 2021-09-26T08:49:11.387Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 443047d8-45b8-495f-8f29-f94ca8afa0fa matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-26T08:49:11.391Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.391Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.392Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 443047d8-45b8-495f-8f29-f94ca8afa0fa: {\"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\"} 2021-09-26T08:49:11.392Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51774243 2021-09-26T08:49:11.392Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.392Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:49:11.392Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92db81af-7799-4029-9e96-d259af019dc3 2021-09-26T08:49:11.392Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92db81af-7799-4029-9e96-d259af019dc3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-26T08:49:11.396Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.396Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:49:11.396Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:49:11.397Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.397Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:49:11.397Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:49:11.397Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.397Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-26T08:49:11.397Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-26T08:49:11.398Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1944b4d2-7dee-4e6f-8af4-0482660de21d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:49:11.400Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.400Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:49:11.400Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:49:11.401Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.401Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-26T08:49:11.401Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=443047d8-45b8-495f-8f29-f94ca8afa0fa Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:49:11.402Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.402Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.403Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19: basic_cnf 2021-09-26T08:49:11.403Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.403Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.403Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.403Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.403Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:49:11.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:49:11.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-26T08:49:11.467Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9c2b50fd-ad41-40f7-9b8e-6a39c2cc2cce 1 ASDC deployResourceStructure 2021-09-26T08:49:11.468Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:11.468Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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) 2021-09-26T08:49:11.469Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-26T08:49:11.469Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:11.471Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:11.471Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646151468, "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" } 2021-09-26T08:49:11.572Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:49:11.572Z||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. 2021-09-26T08:49:11.573Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:11.587Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:11.587Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:12.474Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:12.474Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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) 2021-09-26T08:49:12.474Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-26T08:49:12.475Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:12.477Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:12.477Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646152474, "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" } 2021-09-26T08:49:12.578Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:49:12.579Z||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. 2021-09-26T08:49:12.579Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:12.589Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:12.589Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:13.477Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:13.478Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:13.478Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:49:13.478Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:13.480Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:13.480Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646153477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:49:13.581Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:49:13.581Z||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. 2021-09-26T08:49:13.581Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:13.591Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:13.591Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:14.482Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:14.482Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:14.482Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:49:14.482Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:14.493Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:14.493Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646154482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:49:14.584Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2021-09-26T08:49:14.586Z||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. 2021-09-26T08:49:14.586Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:14.597Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:14.598Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:49:15.494Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:15.495Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||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 2021-09-26T08:49:15.495Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:49:15.495Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:15.497Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:15.497Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646155494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-26T08:49:15.597Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:49:15.598Z||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. 2021-09-26T08:49:15.598Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:15.637Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:15.637Z||pool-92-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:16.498Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-26T08:49:16.499Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-26T08:49:16.499Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:49:16.499Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:16.501Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:16.501Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646156498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:49:16.601Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:49:16.602Z||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. 2021-09-26T08:49:16.602Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:16.614Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:16.615Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:49:17.502Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 368461b8-789a-461d-b536-61998fd248ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:49:17.512Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 368461b8-789a-461d-b536-61998fd248ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:49:17.514Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:49:17.515Z|368461b8-789a-461d-b536-61998fd248ca|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=? 2021-09-26T08:49:17.519Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:49:47.519Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 368461b8-789a-461d-b536-61998fd248ca 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=? 2021-09-26T08:49:47.528Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 368461b8-789a-461d-b536-61998fd248ca and serviceModelVersionId: 74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19 2021-09-26T08:49:47.529Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5f27e54-7186-470a-b5b8-9d6faf1c714d 2021-09-26T08:49:47.529Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5f27e54-7186-470a-b5b8-9d6faf1c714d/model-vers/model-ver/74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19?depth=0 2021-09-26T08:49:47.534Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:49:47.578Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5f27e54-7186-470a-b5b8-9d6faf1c714d/model-vers/model-ver/74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19?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]} 2021-09-26T08:49:47.579Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5f27e54-7186-470a-b5b8-9d6faf1c714d/model-vers/model-ver/74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19?depth=0|INFO|500||Invoke 2021-09-26T08:49:47.601Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5f27e54-7186-470a-b5b8-9d6faf1c714d/model-vers/model-ver/74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:49:47.868Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5f27e54-7186-470a-b5b8-9d6faf1c714d/model-vers/model-ver/74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19?depth=0|INFO|500||InvokeReturn 2021-09-26T08:49:47.869Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5f27e54-7186-470a-b5b8-9d6faf1c714d/model-vers/model-ver/74ad9e71-60a1-4aa4-b8f9-3a58fc10ea19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-08:49:47:613-44585], vertex-id=[233680], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:49:47 GMT], Content-Type=[application/json]} 2021-09-26T08:49:47.869Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:49:47.870Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:49:47.870Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:49:47.874Z|368461b8-789a-461d-b536-61998fd248ca|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) 2021-09-26T08:49:47.875Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 368461b8-789a-461d-b536-61998fd248ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:49:47.875Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:49:47.876Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:49:47.877Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:49:47.878Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646187875, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:49:47.978Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:49:47.978Z||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. 2021-09-26T08:49:47.979Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:47.995Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:47.996Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T08:49:48.896Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:49:48.896Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:49:48.897Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:49:52.635Z||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. 2021-09-26T08:49:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:49:52.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:52.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:49:52.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:49:52.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-26T08:49:52.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:49:52.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:49:52.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:49:52.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:49:52.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:49:52.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:49:52.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:49:52.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646022973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:52.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:52.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646026458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:52.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:52.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646028172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:52.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:52.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646030756, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:49:52.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:52.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646031904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:49:52.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:52.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646032907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:49:52.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:52.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646033912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-26T08:49:52.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:52.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:49:52.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646034921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:49:52.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:49:59.162Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:49:59.163Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:49:59.164Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:49:59.165Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:50:08.713Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:50:08.715Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:50:08.716Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:50:08.716Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:50:18.279Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:50:18.280Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:50:18.280Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:50:18.280Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:50:27.825Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:50:27.826Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:50:27.827Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:50:27.827Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:50:37.375Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:50:52.633Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:50:52.634Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:50:52.634Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:50:52.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:50:52.636Z||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. 2021-09-26T08:50:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:50:52.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:50:52.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:50:52.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3548aaac-6f07-4081-bb72-7ddf5db1933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646126560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:50:52.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:50:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:50:52.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:50:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:50:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:50:52.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-26T08:50:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:50:52.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:50:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-26T08:50:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:50:52.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:50:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:50:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:50:52.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T08:50:52.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-26T08:50:52.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T08:51:02.195Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:51:52.631Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:51:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:51:52.634Z||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. 2021-09-26T08:51:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:51:52.634Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:51:52.636Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:51:53.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:51:53.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:51:53.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:51:53.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-26T08:51:53.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:51:53.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:51:53.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:51:53.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632645892631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:51:53.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-26T08:51:53.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646137219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:51:53.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646143216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:51:53.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646145060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-26T08:51:53.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646147048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:51:53.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646148676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:51:53.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646150352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:51:53.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646151468, "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" } 2021-09-26T08:51:53.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646152474, "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" } 2021-09-26T08:51:53.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646153477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:51:53.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646154482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:51:53.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646155494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-26T08:51:53.181Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646156498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:51:53.181Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:51:53.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T08:51:53.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "368461b8-789a-461d-b536-61998fd248ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646187875, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:51:53.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:52:02.232Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:52:52.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:52:52.636Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:52:52.639Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:52:52.639Z||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. 2021-09-26T08:52:52.640Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:52:52.640Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:02.198Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:02.207Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:53:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:53:52.634Z||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. 2021-09-26T08:53:52.634Z||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. 2021-09-26T08:53:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:53.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:53.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f34dcfbb-e4bb-4251-a633-f2c335a2c997","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a7926633-d362-4c31-a256-799b27879c9f","serviceDescription":"service","serviceInvariantUUID":"989ad811-b78e-49f5-9eb3-e06d74c2627a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37e7cb67-828c-4b2f-8194-b2dd6194ecb7","resourceInvariantUUID":"eb16ac64-3f77-41d1-80e7-6c7b7ac1942c","resourceCustomizationUUID":"60824f3e-8284-4ee4-bf30-6844989e8890","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a54e7a71-919d-4241-8fb0-4624b1eda563","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzE4Yzc4NDA0OGJiZTEyM2ZkMzlkMWM1ZDMyYmE4MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cadfcb40-9fd4-4a77-a3d2-bb1733e91bd9","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZGFiMGI3MTdmNGQ4MDlkMWNmNzI0OWI1MjQ1ZjA0OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fec47493-28c9-4c8f-9ae4-3d56cfe71e60","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48900b97-69a9-4f31-bdcb-f5a48376de1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cce5adad-b83e-4e0b-a230-775dd769ee88","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25cca526-7cd6-485c-99c0-fb2d280838c3","artifactVersion":"2","generatedFromUUID":"48900b97-69a9-4f31-bdcb-f5a48376de1a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDYwZThmN2ZlMzIwODAxZWY4MTUzNWY1MTBlOTgxMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84173c9c-5333-47cb-99d1-c18f7fcc884b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTJhZTQ2ZWIyODg1ZjRjNmFhZmQ1ZDUxNGRlYTJjN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f28cefe4-46a7-437d-8c03-fe855e8bee8c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:53:53.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:53.279Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:53:53.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:53:53.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-26T08:53:53.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.286Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:53:53.287Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:53:53.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646377886, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646378377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:53:53.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646384551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:53:53.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646396323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646396355, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646397040, "artifactURL": "/sdc/v1/catalog/services/a7926633-d362-4c31-a256-799b27879c9f/resourceInstances/basicclamp0/artifacts/a54e7a71-919d-4241-8fb0-4624b1eda563", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "cds", "timestamp": 1632646397366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T08:53:53.386Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:53:53.387Z||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. 2021-09-26T08:53:53.387Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:53.398Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:53.399Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-26T08:53:53.850Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f34dcfbb-e4bb-4251-a633-f2c335a2c997 2021-09-26T08:53:53.851Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f34dcfbb-e4bb-4251-a633-f2c335a2c997 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 (?, ?, ?, ?, ?) 2021-09-26T08:53:53.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646397327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:53:53.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:53:53.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646389904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:53:53.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "policy-id", "timestamp": 1632646398330, "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=? 2021-09-26T08:53:53.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f34dcfbb-e4bb-4251-a633-f2c335a2c997 2021-09-26T08:53:53.866Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f34dcfbb-e4bb-4251-a633-f2c335a2c997 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 (?, ?, ?, ?, ?) 2021-09-26T08:53:53.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646398385, "artifactURL": "/sdc/v1/catalog/services/a7926633-d362-4c31-a256-799b27879c9f/resourceInstances/basicclamp0/artifacts/a54e7a71-919d-4241-8fb0-4624b1eda563", "status": "DEPLOY_OK" } 2021-09-26T08:53:53.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "ves-openapi-manager", "timestamp": 1632646390752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:53:53.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646399070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "dcae-sch", "timestamp": 1632646399392, "artifactURL": "/sdc/v1/catalog/services/a7926633-d362-4c31-a256-799b27879c9f/resourceInstances/basicclamp0/artifacts/a54e7a71-919d-4241-8fb0-4624b1eda563", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T08:53:53.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of f34dcfbb-e4bb-4251-a633-f2c335a2c997 2021-09-26T08:53:53.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f34dcfbb-e4bb-4251-a633-f2c335a2c997 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-26T08:53:53.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-26T08:53:53.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646401802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:53:53.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646394784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:53:53.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646402806, "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=? 2021-09-26T08:53:53.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f34dcfbb-e4bb-4251-a633-f2c335a2c997 2021-09-26T08:53:53.902Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f34dcfbb-e4bb-4251-a633-f2c335a2c997 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 (?, ?, ?, ?, ?) 2021-09-26T08:53:53.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646405355, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646407566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:53:53.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646410820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646411851, "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=? 2021-09-26T08:53:53.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f34dcfbb-e4bb-4251-a633-f2c335a2c997 2021-09-26T08:53:53.924Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f34dcfbb-e4bb-4251-a633-f2c335a2c997 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=? 2021-09-26T08:53:53.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646404343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:53:53.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "multicloud-k8s-id", "timestamp": 1632646412857, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:53:53.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:53.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646413934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646406893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:53:53.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:53:53.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646419169, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646420192, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:53:53.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646424243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:53:53.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646425247, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:53:53.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "clamp", "timestamp": 1632646426250, "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=? 2021-09-26T08:53:53.943Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f34dcfbb-e4bb-4251-a633-f2c335a2c997 2021-09-26T08:53:53.943Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f34dcfbb-e4bb-4251-a633-f2c335a2c997 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 (?, ?, ?, ?, ?) 2021-09-26T08:53:53.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646427557, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:53:53.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:53:53.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:53:53.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "aai-ml", "timestamp": 1632646428563, "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=? 2021-09-26T08:53:53.956Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f34dcfbb-e4bb-4251-a633-f2c335a2c997 2021-09-26T08:53:53.957Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f34dcfbb-e4bb-4251-a633-f2c335a2c997 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 (?, ?, ?, ?, ?) 2021-09-26T08:53:54.288Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:53:54.289Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:53:54.291Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:53:54.291Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:54.391Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:53:54.392Z||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. 2021-09-26T08:53:54.393Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:54.405Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:54.405Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:53:55.292Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:53:55.294Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:53:55.297Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:53:55.297Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:53:55.397Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:53:55.398Z||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. 2021-09-26T08:53:55.398Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:55.410Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:55.411Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:53:56.298Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:53:56.299Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:53:56.304Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:53:56.304Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:53:56.404Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:53:56.404Z||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. 2021-09-26T08:53:56.404Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:56.426Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:56.426Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:53:57.304Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:53:57.305Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:53:57.307Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:53:57.307Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:57.407Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:53:57.408Z||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. 2021-09-26T08:53:57.408Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:57.426Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:57.427Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:53:58.307Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:53:58.308Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:53:58.309Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:53:58.309Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-26T08:53:58.410Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:53:58.410Z||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. 2021-09-26T08:53:58.411Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:58.439Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:58.439Z||pool-100-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:53:59.310Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:53:59.310Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:53:59.312Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:53:59.312Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:53:59.413Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:53:59.414Z||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. 2021-09-26T08:53:59.414Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:53:59.426Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:53:59.427Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:54:00.313Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:54:00.313Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:00.315Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:00.315Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:54:00.415Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:00.416Z||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. 2021-09-26T08:54:00.416Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:00.435Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:00.435Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:54:01.316Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "a7926633-d362-4c31-a256-799b27879c9f", "serviceDescription": "service", "serviceInvariantUUID": "989ad811-b78e-49f5-9eb3-e06d74c2627a", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "60824f3e-8284-4ee4-bf30-6844989e8890", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "37e7cb67-828c-4b2f-8194-b2dd6194ecb7", "resourceInvariantUUID": "eb16ac64-3f77-41d1-80e7-6c7b7ac1942c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ZGFiMGI3MTdmNGQ4MDlkMWNmNzI0OWI1MjQ1ZjA0OTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fec47493-28c9-4c8f-9ae4-3d56cfe71e60", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "48900b97-69a9-4f31-bdcb-f5a48376de1a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25cca526-7cd6-485c-99c0-fb2d280838c3", "generatedFromUUID": "48900b97-69a9-4f31-bdcb-f5a48376de1a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25cca526-7cd6-485c-99c0-fb2d280838c3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YTJhZTQ2ZWIyODg1ZjRjNmFhZmQ1ZDUxNGRlYTJjN2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f28cefe4-46a7-437d-8c03-fe855e8bee8c" } ], "workloadContext": "Production" } 2021-09-26T08:54:01.318Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:54:01.318Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7926633-d362-4c31-a256-799b27879c9f ASDC 2021-09-26T08:54:01.320Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:f34dcfbb-e4bb-4251-a633-f2c335a2c997 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:a7926633-d362-4c31-a256-799b27879c9f ServiceInvariantUUID:989ad811-b78e-49f5-9eb3-e06d74c2627a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:f28cefe4-46a7-437d-8c03-fe855e8bee8c ArtifactChecksum:YTJhZTQ2ZWIyODg1ZjRjNmFhZmQ1ZDUxNGRlYTJjN2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:60824f3e-8284-4ee4-bf30-6844989e8890 ResourceInvariantUUID:eb16ac64-3f77-41d1-80e7-6c7b7ac1942c ResourceName:basicclamp ResourceType:VF ResourceUUID:37e7cb67-828c-4b2f-8194-b2dd6194ecb7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:fec47493-28c9-4c8f-9ae4-3d56cfe71e60 ArtifactChecksum:ZGFiMGI3MTdmNGQ4MDlkMWNmNzI0OWI1MjQ1ZjA0OTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:48900b97-69a9-4f31-bdcb-f5a48376de1a ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:25cca526-7cd6-485c-99c0-fb2d280838c3 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:25cca526-7cd6-485c-99c0-fb2d280838c3 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-26T08:54:01.320Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7926633-d362-4c31-a256-799b27879c9f 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=? 2021-09-26T08:54:01.371Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:54:01.372Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:54:01.373Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:54:01.373Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f28cefe4-46a7-437d-8c03-fe855e8bee8c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-26T08:54:01.373Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-26T08:54:01.374Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-26T08:54:04.120Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-26T08:54:04.123Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f28cefe4-46a7-437d-8c03-fe855e8bee8c 73460 2021-09-26T08:54:04.124Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-26T08:54:04.124Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-26T08:54:04.124Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:54:04.124Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:04.127Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:04.127Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646444124, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:54:04.227Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:04.227Z||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. 2021-09-26T08:54:04.228Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:04.239Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:04.240Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:54:05.127Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:54:05.128Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:54:05.128Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f28cefe4-46a7-437d-8c03-fe855e8bee8c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:05.129Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-26T08:54:05.129Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:05.129Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:05.978Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9328345483871295307/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-09-26T08:54:07.085Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:54:07.085Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-26T08:54:07.085Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.085Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-26T08:54:07.086Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.086Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.086Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.086Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.086Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.086Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.086Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.087Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.087Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-26T08:54:07.087Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-26T08:54:07.087Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.087Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:07.087Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:07.087Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-26T08:54:07.088Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:54:07.088Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.088Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:07.088Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:07.088Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-26T08:54:07.088Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:54:07.088Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.089Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:07.089Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.089Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-26T08:54:07.089Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-26T08:54:07.089Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-26T08:54:07.089Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-26T08:54:07.089Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-26T08:54:07.090Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-26T08:54:07.090Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.090Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:54:07.090Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.090Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:07.090Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.091Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7eb7c745-6d1e-4c07-afbe-ba1093ea98d8 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:07.092Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.093Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:07.093Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:07.093Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:07.093Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:a7926633-d362-4c31-a256-799b27879c9f Model Version:NULL Model InvariantUuid:989ad811-b78e-49f5-9eb3-e06d74c2627a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:08b83cb3-3347-494f-99b4-ccc3aa0933ba Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:eb16ac64-3f77-41d1-80e7-6c7b7ac1942c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:60824f3e-8284-4ee4-bf30-6844989e8890 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7b4da95d-b79a-429d-9aa2-997cb037aaea ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:9759e12f-efc3-4a9a-a6ed-30785c0900b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7eb7c745-6d1e-4c07-afbe-ba1093ea98d8 ModelInvariantUuid:36b4e2e2-fff9-45cc-b190-6b01de7b2846 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c0aeeb63-6c23-4bb7-8de1-4fbbe029b3c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:98369648-1072-4827-a080-cf176b102a07 ModelInvariantUuid:6eb744fa-3733-448d-ab19-bb9cf15af967 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:0b0ee3a4-c284-4659-91a4-39a436eda8fa 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:54:07.100Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 37e7cb67-828c-4b2f-8194-b2dd6194ecb7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:54:07.104Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||basicclamp 0 2021-09-26T08:54:07.104Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37e7cb67-828c-4b2f-8194-b2dd6194ecb7 2021-09-26T08:54:07.104Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fec47493-28c9-4c8f-9ae4-3d56cfe71e60 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-26T08:54:07.104Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-26T08:54:07.104Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-26T08:54:08.074Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-26T08:54:08.075Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json fec47493-28c9-4c8f-9ae4-3d56cfe71e60 790 2021-09-26T08:54:08.075Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-26T08:54:08.075Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-26T08:54:08.075Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:54:08.076Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:08.077Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:08.078Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646448075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:54:08.178Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:08.179Z||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. 2021-09-26T08:54:08.179Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:08.187Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:08.188Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:54:09.078Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7b4da95d-b79a-429d-9aa2-997cb037aaea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9759e12f-efc3-4a9a-a6ed-30785c0900b4", "vfModuleModelCustomizationUUID": "7e6a7c62-81a8-4c82-af8c-b1080834ccd8", "isBase": true, "artifacts": [ "48900b97-69a9-4f31-bdcb-f5a48376de1a", "25cca526-7cd6-485c-99c0-fb2d280838c3" ], "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": "" } } ] 2021-09-26T08:54:09.082Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9759e12f-efc3-4a9a-a6ed-30785c0900b4 VfModuleModelInvariantUUID:7b4da95d-b79a-429d-9aa2-997cb037aaea VfModuleModelDescription:NULL Artifacts UUID List:{ 48900b97-69a9-4f31-bdcb-f5a48376de1a , 25cca526-7cd6-485c-99c0-fb2d280838c3 } 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 } 2021-09-26T08:54:09.084Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7b4da95d-b79a-429d-9aa2-997cb037aaea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9759e12f-efc3-4a9a-a6ed-30785c0900b4", "vfModuleModelCustomizationUUID": "7e6a7c62-81a8-4c82-af8c-b1080834ccd8", "isBase": true, "artifacts": [ "48900b97-69a9-4f31-bdcb-f5a48376de1a", "25cca526-7cd6-485c-99c0-fb2d280838c3" ], "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": "" } } ] 2021-09-26T08:54:09.084Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9759e12f-efc3-4a9a-a6ed-30785c0900b4 VfModuleModelInvariantUUID:7b4da95d-b79a-429d-9aa2-997cb037aaea VfModuleModelDescription:NULL Artifacts UUID List:{ 48900b97-69a9-4f31-bdcb-f5a48376de1a , 25cca526-7cd6-485c-99c0-fb2d280838c3 } 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 } 2021-09-26T08:54:09.084Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 48900b97-69a9-4f31-bdcb-f5a48376de1a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-26T08:54:09.084Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-26T08:54:09.085Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-26T08:54:10.647Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-26T08:54:10.648Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 48900b97-69a9-4f31-bdcb-f5a48376de1a 5033 2021-09-26T08:54:10.648Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-26T08:54:10.648Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-26T08:54:10.648Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:54:10.648Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:10.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:10.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646450648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:54:10.750Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:10.751Z||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. 2021-09-26T08:54:10.751Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:10.763Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:10.763Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:54:11.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25cca526-7cd6-485c-99c0-fb2d280838c3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-26T08:54:11.651Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-26T08:54:11.651Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-26T08:54:12.624Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-26T08:54:12.625Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 25cca526-7cd6-485c-99c0-fb2d280838c3 909 2021-09-26T08:54:12.626Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-26T08:54:12.626Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-26T08:54:12.626Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:54:12.627Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:12.629Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:12.630Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646452626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:54:12.733Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-26T08:54:12.734Z||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. 2021-09-26T08:54:12.734Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:12.749Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:12.750Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:54:13.631Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7926633-d362-4c31-a256-799b27879c9f 2021-09-26T08:54:13.632Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 37e7cb67-828c-4b2f-8194-b2dd6194ecb7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:54:13.645Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@167e0807, org.onap.sdc.toscaparser.api.parameters.Input@6a9375fc, org.onap.sdc.toscaparser.api.parameters.Input@615e619d, org.onap.sdc.toscaparser.api.parameters.Input@4d8ee66a, org.onap.sdc.toscaparser.api.parameters.Input@2bd6e1ec] 2021-09-26T08:54:13.646Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.646Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.647Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-09-26T08:54:13.647Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 60824f3e-8284-4ee4-bf30-6844989e8890 2021-09-26T08:54:13.647Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60824f3e-8284-4ee4-bf30-6844989e8890 matches Tosca VF Customization UUID: 60824f3e-8284-4ee4-bf30-6844989e8890 2021-09-26T08:54:13.647Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 60824f3e-8284-4ee4-bf30-6844989e8890 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-26T08:54:13.649Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.649Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 60824f3e-8284-4ee4-bf30-6844989e8890: {\"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\"} 2021-09-26T08:54:13.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@725c9f7f 2021-09-26T08:54:13.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-26T08:54:13.650Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e6a7c62-81a8-4c82-af8c-b1080834ccd8 2021-09-26T08:54:13.651Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e6a7c62-81a8-4c82-af8c-b1080834ccd8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-26T08:54:13.652Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.653Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:13.653Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:54:13.653Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.653Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:13.653Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:54:13.654Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.654Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-26T08:54:13.654Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-26T08:54:13.654Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-26T08:54:13.654Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7eb7c745-6d1e-4c07-afbe-ba1093ea98d8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-26T08:54:13.657Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.657Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:13.657Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-26T08:54:13.658Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.658Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-26T08:54:13.658Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=60824f3e-8284-4ee4-bf30-6844989e8890 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:54:13.660Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.660Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.660Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7926633-d362-4c31-a256-799b27879c9f: basicclamp 2021-09-26T08:54:13.660Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.661Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.661Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.661Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.661Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.661Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.662Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.662Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.662Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:54:13.662Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:54:13.662Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-26T08:54:13.761Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 37e7cb67-828c-4b2f-8194-b2dd6194ecb7 1 ASDC deployResourceStructure 2021-09-26T08:54:13.762Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-26T08:54:13.762Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-26T08:54:13.762Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:54:13.762Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:13.764Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:13.764Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646453762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:54:13.864Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:13.865Z||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. 2021-09-26T08:54:13.865Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:13.876Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:13.876Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:54:14.765Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-26T08:54:14.765Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-26T08:54:14.765Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:54:14.766Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:14.767Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:14.767Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646454764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:54:14.868Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:14.868Z||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. 2021-09-26T08:54:14.868Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:14.878Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:14.878Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:54:15.770Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-26T08:54:15.770Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-26T08:54:15.771Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:54:15.771Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:15.773Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:15.773Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646455770, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-26T08:54:15.873Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:15.874Z||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. 2021-09-26T08:54:15.874Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:15.884Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:15.885Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:54:16.774Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-26T08:54:16.774Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-26T08:54:16.774Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:54:16.774Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:16.776Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:16.776Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646456774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:54:16.876Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:54:16.877Z||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. 2021-09-26T08:54:16.877Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:16.888Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:16.888Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:54:17.779Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f34dcfbb-e4bb-4251-a633-f2c335a2c997 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:54:17.791Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f34dcfbb-e4bb-4251-a633-f2c335a2c997 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:54:17.798Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:54:17.798Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:54:17.798Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:54:17.798Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:54:17.798Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:54:17.798Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:54:17.799Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:54:17.799Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:54:17.799Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:54:17.799Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:54:17.799Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:54:17.799Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T08:54:17.804Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:54:47.805Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f34dcfbb-e4bb-4251-a633-f2c335a2c997 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=? 2021-09-26T08:54:47.821Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f34dcfbb-e4bb-4251-a633-f2c335a2c997 and serviceModelVersionId: a7926633-d362-4c31-a256-799b27879c9f 2021-09-26T08:54:47.824Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 989ad811-b78e-49f5-9eb3-e06d74c2627a 2021-09-26T08:54:47.827Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/989ad811-b78e-49f5-9eb3-e06d74c2627a/model-vers/model-ver/a7926633-d362-4c31-a256-799b27879c9f?depth=0 2021-09-26T08:54:47.838Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:54:47.908Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/989ad811-b78e-49f5-9eb3-e06d74c2627a/model-vers/model-ver/a7926633-d362-4c31-a256-799b27879c9f?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]} 2021-09-26T08:54:47.910Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/989ad811-b78e-49f5-9eb3-e06d74c2627a/model-vers/model-ver/a7926633-d362-4c31-a256-799b27879c9f?depth=0|INFO|500||Invoke 2021-09-26T08:54:47.933Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/989ad811-b78e-49f5-9eb3-e06d74c2627a/model-vers/model-ver/a7926633-d362-4c31-a256-799b27879c9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:54:48.356Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/989ad811-b78e-49f5-9eb3-e06d74c2627a/model-vers/model-ver/a7926633-d362-4c31-a256-799b27879c9f?depth=0|INFO|500||InvokeReturn 2021-09-26T08:54:48.356Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/989ad811-b78e-49f5-9eb3-e06d74c2627a/model-vers/model-ver/a7926633-d362-4c31-a256-799b27879c9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-08:54:47:934-1636], vertex-id=[233648], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:54:47 GMT], Content-Type=[application/json]} 2021-09-26T08:54:48.356Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:54:48.358Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:54:48.358Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:54:49.025Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T08:54:49.026Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f34dcfbb-e4bb-4251-a633-f2c335a2c997 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:54:49.026Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:54:49.027Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:54:49.030Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:54:49.030Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646489026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:54:49.134Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-09-26T08:54:49.136Z||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. 2021-09-26T08:54:49.136Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:49.156Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:49.157Z||pool-111-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=? 2021-09-26T08:54:52.630Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:54:52.631Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|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. 2021-09-26T08:54:52.631Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:54:52.633Z||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. 2021-09-26T08:54:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:54:52.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:54:52.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:54:52.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:54:52.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:02.197Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:55:52.632Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:55:52.635Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|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. 2021-09-26T08:55:52.635Z||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. 2021-09-26T08:55:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:52.635Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:52.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:52.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:52.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:52.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-26T08:55:52.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:52.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-26T08:55:52.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:52.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:52.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:52.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-26T08:55:52.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:52.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:52.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:52.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646432631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:55:52.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:55:52.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646444124, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:55:52.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646448075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-26T08:55:52.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646450648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:55:52.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646452626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-26T08:55:52.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646453762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-26T08:55:52.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646454764, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:55:52.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646455770, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-26T08:55:52.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646456774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:55:52.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:52.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:55:52.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f34dcfbb-e4bb-4251-a633-f2c335a2c997", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646489026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:55:52.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:55:53.266Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:53.266Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T08:55:53.267Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"db803844-8bb4-4832-b3a7-952151d55dac","serviceName":"Demo_pNF_vuLPq6NL6gBAFhf854Sh","serviceVersion":"1.0","serviceUUID":"af84b731-ef38-43e3-a19f-79ca412f0261","serviceDescription":"catalog service description","serviceInvariantUUID":"d66ed4da-8b56-4e72-a403-bc8bdeef7383","resources":[{"resourceInstanceName":"pNF d202fba7-a1f9 0","resourceName":"pNF d202fba7-a1f9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d136e697-966e-4dd1-aeaf-53c2d1d09d76","resourceInvariantUUID":"37cff511-48d8-4771-964f-9565ccea8519","resourceCustomizationUUID":"8fad8cb1-57b2-4c0d-924a-0b488487637e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml","artifactChecksum":"NTE4ZWE2NDNiZmVkZDFkMzIwNTc5NzI2MGU2NDIxNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c9e38cc-57c9-4311-9128-9f051275a0f6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46d3c22d-cf97-4d1c-a309-d18e569ad5d5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1268f44-cbf7-49d4-aed1-62cd1e027be7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml","artifactChecksum":"YjA5YzE3OGE2ODgyNWIxYmE2YWQ3MjhhNDU1NmEzNzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d16e6c2e-8332-4896-a435-c0dbf8555d70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89e62388-9fcc-491f-a5cf-cafcf8f34bf6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b5c380f-366b-4040-af91-cbbb04ca2dc3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVulpq6nl6gbafhf854sh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml","artifactChecksum":"NzA1M2ZhMjMxYzkyNTJkMWEwM2UwNGRjOTQzMzkzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c03ba703-3dca-482d-b047-6f887db7c618","artifactVersion":"1"},{"artifactName":"service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar","artifactChecksum":"NDBjMDA4ZTU5ZWYyNzkwMTJkZTdiNTdjODAxODIxNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b55d56b-1f2b-4f30-9255-b8ca6fdd7117","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:55:53.270Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:55:53.270Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:55:53.277Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:55:53.277Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:53.377Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:55:53.378Z||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. 2021-09-26T08:55:53.378Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:53.389Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:53.390Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:55:54.278Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:55:54.279Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:55:54.282Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:55:54.282Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:54.382Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:55:54.383Z||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. 2021-09-26T08:55:54.383Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:54.409Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:54.410Z||pool-113-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:55:55.282Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:55:55.283Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:55:55.287Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:55:55.287Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:55.387Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:55:55.388Z||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. 2021-09-26T08:55:55.388Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:55.396Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:55.397Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:55:56.287Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:55:56.288Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:55:56.290Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:55:56.290Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:56.390Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:55:56.391Z||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. 2021-09-26T08:55:56.391Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:56.404Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:56.404Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:55:57.291Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:55:57.292Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:55:57.295Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:55:57.295Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:57.395Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:55:57.396Z||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. 2021-09-26T08:55:57.396Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:57.408Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:57.409Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:55:58.296Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:55:58.297Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:55:58.299Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:55:58.299Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:58.399Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:55:58.400Z||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. 2021-09-26T08:55:58.400Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:58.418Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:58.418Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:55:59.300Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:55:59.300Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:55:59.302Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:55:59.302Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:55:59.402Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:55:59.403Z||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. 2021-09-26T08:55:59.403Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:55:59.416Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:55:59.416Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:56:00.303Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:56:00.303Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:56:00.305Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:56:00.305Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:56:00.406Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:56:00.407Z||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. 2021-09-26T08:56:00.407Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:56:00.420Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:56:00.420Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:56:01.306Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "serviceName": "Demo_pNF_vuLPq6NL6gBAFhf854Sh", "serviceVersion": "1.0", "serviceUUID": "af84b731-ef38-43e3-a19f-79ca412f0261", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d66ed4da-8b56-4e72-a403-bc8bdeef7383", "resources": [ { "resourceInstanceName": "pNF d202fba7-a1f9 0", "resourceCustomizationUUID": "8fad8cb1-57b2-4c0d-924a-0b488487637e", "resourceName": "pNF d202fba7-a1f9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d136e697-966e-4dd1-aeaf-53c2d1d09d76", "resourceInvariantUUID": "37cff511-48d8-4771-964f-9565ccea8519", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "artifactChecksum": "NDBjMDA4ZTU5ZWYyNzkwMTJkZTdiNTdjODAxODIxNDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5b55d56b-1f2b-4f30-9255-b8ca6fdd7117" } ], "workloadContext": "Production" } 2021-09-26T08:56:01.311Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:56:01.311Z|f34dcfbb-e4bb-4251-a633-f2c335a2c997|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 af84b731-ef38-43e3-a19f-79ca412f0261 ASDC 2021-09-26T08:56:01.313Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:db803844-8bb4-4832-b3a7-952151d55dac ServiceName:Demo_pNF_vuLPq6NL6gBAFhf854Sh ServiceVersion:1.0 ServiceUUID:af84b731-ef38-43e3-a19f-79ca412f0261 ServiceInvariantUUID:d66ed4da-8b56-4e72-a403-bc8bdeef7383 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar ArtifactUUID:5b55d56b-1f2b-4f30-9255-b8ca6fdd7117 ArtifactChecksum:NDBjMDA4ZTU5ZWYyNzkwMTJkZTdiNTdjODAxODIxNDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d202fba7-a1f9 0 ResourceCustomizationUUID:8fad8cb1-57b2-4c0d-924a-0b488487637e ResourceInvariantUUID:37cff511-48d8-4771-964f-9565ccea8519 ResourceName:pNF d202fba7-a1f9 ResourceType:PNF ResourceUUID:d136e697-966e-4dd1-aeaf-53c2d1d09d76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T08:56:01.313Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af84b731-ef38-43e3-a19f-79ca412f0261 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 (?, ?, ?, ?, ?) 2021-09-26T08:56:01.357Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:56:01.359Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:56:01.359Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:56:01.360Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5b55d56b-1f2b-4f30-9255-b8ca6fdd7117 from URL: /sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:01.360Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-26T08:56:01.361Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:03.358Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-26T08:56:03.361Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 5b55d56b-1f2b-4f30-9255-b8ca6fdd7117 82537 2021-09-26T08:56:03.362Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar ASDC sendASDCNotification 2021-09-26T08:56:03.362Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:03.362Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:56:03.362Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:56:03.364Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:56:03.364Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646563361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:56:03.464Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:56:03.465Z||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. 2021-09-26T08:56:03.465Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:56:03.476Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:56:03.477Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:56:04.365Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:56:04.366Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:56:04.366Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5b55d56b-1f2b-4f30-9255-b8ca6fdd7117, URL: /sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar to file: /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:04.385Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:04.386Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:04.386Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:04.936Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17939220632244074282/Definitions/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml 2021-09-26T08:56:05.669Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:56:05.669Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-26T08:56:05.669Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.669Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T08:56:05.669Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||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-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.669Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.669Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||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-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d202fba7-a1f9 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-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.670Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Node template pNF d202fba7-a1f9 0 is matching search criteria 2021-09-26T08:56:05.671Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-26T08:56:05.671Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d202fba7-a1f9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:56:05.671Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.671Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.671Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Node template pNF d202fba7-a1f9 0 is matching search criteria 2021-09-26T08:56:05.671Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-26T08:56:05.671Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d202fba7-a1f9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.672Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.673Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.673Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.673Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_vuLPq6NL6gBAFhf854Sh Description:catalog service description Model UUID:af84b731-ef38-43e3-a19f-79ca412f0261 Model Version:NULL Model InvariantUuid:d66ed4da-8b56-4e72-a403-bc8bdeef7383 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:56:05.680Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d136e697-966e-4dd1-aeaf-53c2d1d09d76 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:56:05.683Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||pNF d202fba7-a1f9 0 2021-09-26T08:56:05.684Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d136e697-966e-4dd1-aeaf-53c2d1d09d76 2021-09-26T08:56:05.684Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||No resources found for Service: af84b731-ef38-43e3-a19f-79ca412f0261 2021-09-26T08:56:05.684Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: af84b731-ef38-43e3-a19f-79ca412f0261 2021-09-26T08:56:05.684Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d202fba7-a1f9 0 d136e697-966e-4dd1-aeaf-53c2d1d09d76 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:56:05.689Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d3e29f1, org.onap.sdc.toscaparser.api.parameters.Input@4086938a, org.onap.sdc.toscaparser.api.parameters.Input@7741c01, org.onap.sdc.toscaparser.api.parameters.Input@4ac65122, org.onap.sdc.toscaparser.api.parameters.Input@562b882a] 2021-09-26T08:56:05.689Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.689Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.690Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid af84b731-ef38-43e3-a19f-79ca412f0261: pNF d202fba7-a1f9 2021-09-26T08:56:05.690Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||Processing PNF resource: d136e697-966e-4dd1-aeaf-53c2d1d09d76 2021-09-26T08:56:05.690Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:56:05.690Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vuLPq6NL6gBAFhf854Sh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:56:05.690Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||Resource customization UUID: 8fad8cb1-57b2-4c0d-924a-0b488487637e is the same as notified resource customizationUUID: 8fad8cb1-57b2-4c0d-924a-0b488487637e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T08:56:05.745Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d202fba7-a1f9 d136e697-966e-4dd1-aeaf-53c2d1d09d76 0 ASDC deployResourceStructure 2021-09-26T08:56:05.746Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar ASDC sendASDCNotification 2021-09-26T08:56:05.746Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar 2021-09-26T08:56:05.746Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:56:05.746Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:56:05.748Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:56:05.748Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646565746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:56:05.849Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:56:05.850Z||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. 2021-09-26T08:56:05.850Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:56:05.861Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:56:05.862Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:56:06.749Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db803844-8bb4-4832-b3a7-952151d55dac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:56:06.761Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db803844-8bb4-4832-b3a7-952151d55dac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:56:06.766Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:56:06.766Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:56:06.766Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:56:36.767Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db803844-8bb4-4832-b3a7-952151d55dac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:56:36.778Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db803844-8bb4-4832-b3a7-952151d55dac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:56:36.779Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:56:36.780Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:56:36.780Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:56:52.634Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:56:52.638Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T08:56:52.638Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:56:52.677Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:56:52.680Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.680Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.683Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.683Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.683Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.683Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.683Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.683Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.684Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.684Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.684Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.684Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.684Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.684Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.685Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.686Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.686Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.686Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.686Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.686Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.686Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.686Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.687Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.688Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.688Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.688Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.688Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.688Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.688Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.688Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.689Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.690Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.691Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.692Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.693Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.694Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "multicloud-k8s-id", "timestamp": 1632646514784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:56:52.695Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646509893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646510752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646513378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:56:52.696Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.697Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "dcae-sch", "timestamp": 1632646517886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646525982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:56:52.698Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646526079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646526074, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.699Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.700Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.700Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.700Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.700Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.700Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "cds", "timestamp": 1632646527087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-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=? 2021-09-26T08:56:52.716Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db803844-8bb4-4832-b3a7-952151d55dac 2021-09-26T08:56:52.716Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db803844-8bb4-4832-b3a7-952151d55dac 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 (?, ?, ?, ?, ?) 2021-09-26T08:56:52.727Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.727Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.727Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646527291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.728Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646528101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.729Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "ves-openapi-manager", "timestamp": 1632646528298, "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=? 2021-09-26T08:56:52.733Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of db803844-8bb4-4832-b3a7-952151d55dac 2021-09-26T08:56:52.733Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db803844-8bb4-4832-b3a7-952151d55dac 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 (?, ?, ?, ?, ?) 2021-09-26T08:56:52.740Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.740Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.740Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.741Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.741Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.741Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.741Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.741Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646529105, "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=? 2021-09-26T08:56:52.744Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db803844-8bb4-4832-b3a7-952151d55dac 2021-09-26T08:56:52.744Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db803844-8bb4-4832-b3a7-952151d55dac 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 (?, ?, ?, ?, ?) 2021-09-26T08:56:52.751Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.751Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.752Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646524343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:56:52.753Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646524552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646533204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646533396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.754Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646534401, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646526893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.755Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "policy-id", "timestamp": 1632646535404, "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=? 2021-09-26T08:56:52.760Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db803844-8bb4-4832-b3a7-952151d55dac 2021-09-26T08:56:52.760Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db803844-8bb4-4832-b3a7-952151d55dac 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 (?, ?, ?, ?, ?) 2021-09-26T08:56:52.767Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.768Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646539259, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:56:52.768Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.768Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.768Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "aai-ml", "timestamp": 1632646540264, "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=? 2021-09-26T08:56:52.772Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db803844-8bb4-4832-b3a7-952151d55dac 2021-09-26T08:56:52.772Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db803844-8bb4-4832-b3a7-952151d55dac 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 (?, ?, ?, ?, ?) 2021-09-26T08:56:52.778Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.778Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646545194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:56:52.778Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.779Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.779Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646546221, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:56:52.779Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:56:52.779Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T08:56:52.779Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "clamp", "timestamp": 1632646547224, "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=? 2021-09-26T08:56:52.782Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db803844-8bb4-4832-b3a7-952151d55dac 2021-09-26T08:56:52.782Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db803844-8bb4-4832-b3a7-952151d55dac 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 (?, ?, ?, ?, ?) 2021-09-26T08:57:06.780Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db803844-8bb4-4832-b3a7-952151d55dac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:57:06.793Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db803844-8bb4-4832-b3a7-952151d55dac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:57:06.795Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:57:06.795Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T08:57:06.795Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T08:57:06.795Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T08:57:06.795Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:57:06.795Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:57:06.795Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:57:06.796Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:57:06.796Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:57:06.796Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:57:06.796Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T08:57:06.796Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T08:57:06.800Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T08:57:36.801Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db803844-8bb4-4832-b3a7-952151d55dac 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=? 2021-09-26T08:57:36.820Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db803844-8bb4-4832-b3a7-952151d55dac and serviceModelVersionId: af84b731-ef38-43e3-a19f-79ca412f0261 2021-09-26T08:57:36.821Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d66ed4da-8b56-4e72-a403-bc8bdeef7383 2021-09-26T08:57:36.824Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0 2021-09-26T08:57:36.833Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T08:57:36.890Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0|INFO|500||Invoke 2021-09-26T08:57:36.891Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db803844-8bb4-4832-b3a7-952151d55dac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50e8928a-acdc-4362-b83d-f250ac490529], X-ECOMP-RequestID=[db803844-8bb4-4832-b3a7-952151d55dac], X-TransactionId=[], X-ONAP-RequestID=[db803844-8bb4-4832-b3a7-952151d55dac], Content-Type=[application/merge-patch+json]} 2021-09-26T08:57:36.916Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T08:57:37.036Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-08:57:36:920-24930], vertex-id=[262376], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:57:36 GMT], Content-Type=[application/json]} 2021-09-26T08:57:37.037Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-26T08:57:37.038Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d66ed4da-8b56-4e72-a403-bc8bdeef7383/model-vers/model-ver/af84b731-ef38-43e3-a19f-79ca412f0261?depth=0|INFO|500||InvokeReturn 2021-09-26T08:57:37.038Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T08:57:37.038Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:57:37.044Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T08:57:37.044Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db803844-8bb4-4832-b3a7-952151d55dac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T08:57:37.044Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T08:57:37.045Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:57:37.049Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:57:37.049Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646657044, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:57:37.149Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:57:37.151Z||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. 2021-09-26T08:57:37.151Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:57:37.171Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:57:37.172Z||pool-122-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=? 2021-09-26T08:57:38.070Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:57:38.070Z|db803844-8bb4-4832-b3a7-952151d55dac|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. 2021-09-26T08:57:38.071Z|db803844-8bb4-4832-b3a7-952151d55dac|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:57:47.618Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:57:52.630Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:57:52.631Z|db803844-8bb4-4832-b3a7-952151d55dac|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. 2021-09-26T08:57:52.631Z|db803844-8bb4-4832-b3a7-952151d55dac|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:57:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:57:52.632Z||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. 2021-09-26T08:57:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:57:52.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:57:52.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:57:52.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:57:52.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:57:52.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:57:52.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:57:52.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/resourceInstances/pnfd202fba7a1f90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:57:52.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:57:52.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646552632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:57:52.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T08:57:52.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646563361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:57:52.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:57:52.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T08:57:52.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646565746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVulpq6nl6gbafhf854sh/1.0/artifacts/service-DemoPnfVulpq6nl6gbafhf854sh-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:57:52.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:58:02.181Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:58:52.632Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:58:52.636Z||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. 2021-09-26T08:58:52.636Z|db803844-8bb4-4832-b3a7-952151d55dac|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. 2021-09-26T08:58:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:52.637Z|db803844-8bb4-4832-b3a7-952151d55dac|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:52.672Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:52.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:58:52.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "db803844-8bb4-4832-b3a7-952151d55dac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646657044, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T08:58:52.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:58:53.273Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:53.274Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T08:58:53.274Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2eac8a5-6652-4993-b393-900d22f39c84","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5fc1f05a-0c8f-45c6-a099-ce76d10aa81d","serviceDescription":"service","serviceInvariantUUID":"2476e58c-0135-48bd-b380-25cf02492013","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d50db194-fe0d-4515-8da8-140f472dd385","resourceInvariantUUID":"c071e11f-23e6-47ea-b5e6-f5672fe43501","resourceCustomizationUUID":"48b67983-532c-4260-a3dd-6bdf2656ef75","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":"MjA2ZmU4ODdmOWQ3NjA4ZTkxNmMxMzk2Y2NiMmM5Yzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5ee502a-ab23-4e30-ab47-5fa1e1fa67f7","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":"daf7b0ae-855f-441f-9026-84880f3189b5","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":"2648114c-1790-42ac-a4e0-b5706fec3125","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":"Y2U5MDFlYWQzMjBlYjQ0NzQ5ZmEzOWE5ZTg3ZTRjZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"368ac651-6de4-4622-8630-c096bcd1a3bf","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":"7834656e-b92b-498b-ae88-3accee7e3dbc","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":"05ddbaa1-2c18-432d-8752-56d99f35966e","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":"c9fee9cc-4d4d-4b43-8adb-919f4fed18a9","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":"MGI3NWFmOWJhN2IzNTJlNDYyMmFjMjlmNzMwZDExZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"612f2409-383b-464a-91cf-7346f652cca6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGY2ZWZlOTI2OTY4NWMwMDU3YWRjZjlkN2M5OGI5ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e91176f2-9784-4ae2-88ce-84b96f759ecf","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T08:58:53.277Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:58:53.278Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:58:53.282Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:58:53.282Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:58:53.382Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:58:53.383Z||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. 2021-09-26T08:58:53.383Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:53.394Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:53.395Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:58:54.283Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:58:54.283Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:58:54.285Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:58:54.285Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:58:54.386Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:58:54.386Z||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. 2021-09-26T08:58:54.386Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:54.401Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:54.401Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:58:55.286Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:58:55.286Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:58:55.288Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:58:55.288Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:58:55.388Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:58:55.389Z||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. 2021-09-26T08:58:55.389Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:55.399Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:55.400Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:58:56.288Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:58:56.289Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:58:56.290Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:58:56.291Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:58:56.391Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:58:56.391Z||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. 2021-09-26T08:58:56.391Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:56.407Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:56.407Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:58:57.291Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:58:57.292Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:58:57.293Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:58:57.293Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:58:57.394Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:58:57.394Z||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. 2021-09-26T08:58:57.394Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:57.411Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:57.411Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:58:58.294Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:58:58.294Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:58:58.297Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:58:58.297Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:58:58.397Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:58:58.398Z||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. 2021-09-26T08:58:58.398Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:58.421Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:58.421Z||pool-128-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:58:59.298Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:58:59.299Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:58:59.301Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:58:59.301Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:58:59.401Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T08:58:59.402Z||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. 2021-09-26T08:58:59.402Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:58:59.413Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:58:59.413Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:59:00.302Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:59:00.302Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:59:00.304Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:59:00.304Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:00.405Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:59:00.406Z||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. 2021-09-26T08:59:00.406Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:59:00.416Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:59:00.417Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:59:01.305Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T08:59:01.305Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:59:01.309Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:59:01.309Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:59:01.411Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-26T08:59:01.411Z||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. 2021-09-26T08:59:01.412Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:59:01.424Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:59:01.425Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-26T08:59:02.309Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5fc1f05a-0c8f-45c6-a099-ce76d10aa81d", "serviceDescription": "service", "serviceInvariantUUID": "2476e58c-0135-48bd-b380-25cf02492013", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "48b67983-532c-4260-a3dd-6bdf2656ef75", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d50db194-fe0d-4515-8da8-140f472dd385", "resourceInvariantUUID": "c071e11f-23e6-47ea-b5e6-f5672fe43501", "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": "ZGY2ZWZlOTI2OTY4NWMwMDU3YWRjZjlkN2M5OGI5ODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e91176f2-9784-4ae2-88ce-84b96f759ecf" } ], "workloadContext": "Production" } 2021-09-26T08:59:02.310Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T08:59:02.310Z|db803844-8bb4-4832-b3a7-952151d55dac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5fc1f05a-0c8f-45c6-a099-ce76d10aa81d ASDC 2021-09-26T08:59:02.312Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a2eac8a5-6652-4993-b393-900d22f39c84 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5fc1f05a-0c8f-45c6-a099-ce76d10aa81d ServiceInvariantUUID:2476e58c-0135-48bd-b380-25cf02492013 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:e91176f2-9784-4ae2-88ce-84b96f759ecf ArtifactChecksum:ZGY2ZWZlOTI2OTY4NWMwMDU3YWRjZjlkN2M5OGI5ODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:48b67983-532c-4260-a3dd-6bdf2656ef75 ResourceInvariantUUID:c071e11f-23e6-47ea-b5e6-f5672fe43501 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d50db194-fe0d-4515-8da8-140f472dd385 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T08:59:02.313Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5fc1f05a-0c8f-45c6-a099-ce76d10aa81d 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 (?, ?, ?, ?, ?) 2021-09-26T08:59:02.367Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:59:02.368Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:59:02.368Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:59:02.368Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e91176f2-9784-4ae2-88ce-84b96f759ecf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-26T08:59:02.368Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-26T08:59:02.368Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-26T08:59:04.865Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-26T08:59:04.871Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e91176f2-9784-4ae2-88ce-84b96f759ecf 105556 2021-09-26T08:59:04.871Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-26T08:59:04.871Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-26T08:59:04.871Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T08:59:04.871Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:59:04.873Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:59:04.874Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646744871, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:59:04.975Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T08:59:04.976Z||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. 2021-09-26T08:59:04.976Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:59:04.990Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:59:04.991Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:59:05.874Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T08:59:05.875Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-26T08:59:05.875Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e91176f2-9784-4ae2-88ce-84b96f759ecf, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-26T08:59:05.876Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-26T08:59:05.876Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-26T08:59:05.877Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-26T08:59:06.022Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16083125648235257251/Definitions/service-TestPnfMacro-template.yml 2021-09-26T08:59:06.923Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T08:59:06.923Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-26T08:59:06.925Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-26T08:59:06.925Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T08:59:06.925Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||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 2021-09-26T08:59:06.925Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||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 2021-09-26T08:59:06.925Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||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 2021-09-26T08:59:06.927Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||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 2021-09-26T08:59:06.927Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-26T08:59:06.927Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-26T08:59:06.927Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-26T08:59:06.927Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-26T08:59:06.928Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.928Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.928Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-26T08:59:06.928Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-26T08:59:06.928Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.929Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.930Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.930Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.930Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.930Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.930Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.930Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.930Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:5fc1f05a-0c8f-45c6-a099-ce76d10aa81d Model Version:NULL Model InvariantUuid:2476e58c-0135-48bd-b380-25cf02492013 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T08:59:06.955Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d50db194-fe0d-4515-8da8-140f472dd385 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:59:06.963Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||test-pnf 0 2021-09-26T08:59:06.963Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d50db194-fe0d-4515-8da8-140f472dd385 2021-09-26T08:59:06.963Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5fc1f05a-0c8f-45c6-a099-ce76d10aa81d 2021-09-26T08:59:06.964Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5fc1f05a-0c8f-45c6-a099-ce76d10aa81d 2021-09-26T08:59:06.964Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d50db194-fe0d-4515-8da8-140f472dd385 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T08:59:06.987Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7deaeac4, org.onap.sdc.toscaparser.api.parameters.Input@421b0dac, org.onap.sdc.toscaparser.api.parameters.Input@786a5972, org.onap.sdc.toscaparser.api.parameters.Input@432cc3b, org.onap.sdc.toscaparser.api.parameters.Input@2e24bab3] 2021-09-26T08:59:06.988Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.988Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.988Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5fc1f05a-0c8f-45c6-a099-ce76d10aa81d: test-pnf 2021-09-26T08:59:06.988Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Processing PNF resource: d50db194-fe0d-4515-8da8-140f472dd385 2021-09-26T08:59:06.988Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T08:59:06.988Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T08:59:06.988Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Resource customization UUID: 48b67983-532c-4260-a3dd-6bdf2656ef75 is the same as notified resource customizationUUID: 48b67983-532c-4260-a3dd-6bdf2656ef75 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T08:59:07.067Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d50db194-fe0d-4515-8da8-140f472dd385 0 ASDC deployResourceStructure 2021-09-26T08:59:07.068Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-26T08:59:07.068Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-26T08:59:07.068Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T08:59:07.068Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T08:59:07.073Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T08:59:07.074Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646747068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T08:59:07.173Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T08:59:07.174Z||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. 2021-09-26T08:59:07.174Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T08:59:07.205Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:59:07.206Z||pool-133-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-09-26T08:59:08.074Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:59:08.085Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:59:08.089Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:59:08.089Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:59:08.089Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:59:38.093Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T08:59:38.113Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T08:59:38.115Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T08:59:38.115Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T08:59:38.116Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T08:59:52.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T08:59:52.636Z||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. 2021-09-26T08:59:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T08:59:52.674Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T08:59:52.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "dcae-sch", "timestamp": 1632646717886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "multicloud-k8s-id", "timestamp": 1632646714784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646710753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646719892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646730629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646730838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646731682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T08:59:52.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646723377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T08:59:52.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T08:59:52.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T08:59:52.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T08:59:52.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:00:08.116Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:00:08.130Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:00:08.133Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:00:08.133Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:00:08.134Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:00:38.135Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:00:38.154Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:00:38.156Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:00:38.156Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:00:38.156Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:00:52.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:00:52.636Z||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. 2021-09-26T09:00:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:00:52.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:00:52.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:00:52.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "ves-openapi-manager", "timestamp": 1632646732685, "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=? 2021-09-26T09:00:52.687Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a2eac8a5-6652-4993-b393-900d22f39c84 2021-09-26T09:00:52.688Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2eac8a5-6652-4993-b393-900d22f39c84 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 (?, ?, ?, ?, ?) 2021-09-26T09:01:08.157Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:01:08.169Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:01:08.171Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:01:08.171Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:01:08.171Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:01:38.172Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:01:38.192Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:01:38.193Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:01:38.194Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:01:38.194Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:01:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:01:52.636Z||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. 2021-09-26T09:01:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:01:53.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:01:53.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646732928, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646724551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646733855, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:01:53.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646733935, "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=? 2021-09-26T09:01:53.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2eac8a5-6652-4993-b393-900d22f39c84 2021-09-26T09:01:53.184Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2eac8a5-6652-4993-b393-900d22f39c84 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 (?, ?, ?, ?, ?) 2021-09-26T09:01:53.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646734651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:01:53.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "cds", "timestamp": 1632646735167, "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=? 2021-09-26T09:01:53.206Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2eac8a5-6652-4993-b393-900d22f39c84 2021-09-26T09:01:53.206Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2eac8a5-6652-4993-b393-900d22f39c84 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 (?, ?, ?, ?, ?) 2021-09-26T09:01:53.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646735662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "policy-id", "timestamp": 1632646736666, "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=? 2021-09-26T09:01:53.223Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2eac8a5-6652-4993-b393-900d22f39c84 2021-09-26T09:01:53.223Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2eac8a5-6652-4993-b393-900d22f39c84 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 (?, ?, ?, ?, ?) 2021-09-26T09:01:53.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646732631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646734343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646744871, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646736893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:01:53.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:01:53.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646745675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646747068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646751225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "aai-ml", "timestamp": 1632646752229, "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=? 2021-09-26T09:01:53.259Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2eac8a5-6652-4993-b393-900d22f39c84 2021-09-26T09:01:53.259Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2eac8a5-6652-4993-b393-900d22f39c84 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 (?, ?, ?, ?, ?) 2021-09-26T09:01:53.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646756235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:01:53.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646757251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:01:53.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:01:53.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:01:53.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "clamp", "timestamp": 1632646758253, "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=? 2021-09-26T09:01:53.271Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2eac8a5-6652-4993-b393-900d22f39c84 2021-09-26T09:01:53.271Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2eac8a5-6652-4993-b393-900d22f39c84 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:08.194Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:02:08.205Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:02:08.207Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:02:08.207Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:02:08.207Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:08.208Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:08.209Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T09:02:08.217Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:02:38.218Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2eac8a5-6652-4993-b393-900d22f39c84 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=? 2021-09-26T09:02:38.230Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2eac8a5-6652-4993-b393-900d22f39c84 and serviceModelVersionId: 5fc1f05a-0c8f-45c6-a099-ce76d10aa81d 2021-09-26T09:02:38.230Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2476e58c-0135-48bd-b380-25cf02492013 2021-09-26T09:02:38.232Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0 2021-09-26T09:02:38.242Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:02:38.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0|INFO|500||Invoke 2021-09-26T09:02:38.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2eac8a5-6652-4993-b393-900d22f39c84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3705f6f-491b-439e-ae45-6c502eaac2cd], X-ECOMP-RequestID=[a2eac8a5-6652-4993-b393-900d22f39c84], X-TransactionId=[], X-ONAP-RequestID=[a2eac8a5-6652-4993-b393-900d22f39c84], Content-Type=[application/merge-patch+json]} 2021-09-26T09:02:38.326Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:02:38.418Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-09:02:38:326-44031], vertex-id=[282664], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:02:38 GMT], Content-Type=[application/json]} 2021-09-26T09:02:38.419Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:02:38.419Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2476e58c-0135-48bd-b380-25cf02492013/model-vers/model-ver/5fc1f05a-0c8f-45c6-a099-ce76d10aa81d?depth=0|INFO|500||InvokeReturn 2021-09-26T09:02:38.420Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:02:38.420Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:02:38.426Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T09:02:38.426Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2eac8a5-6652-4993-b393-900d22f39c84 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:02:38.426Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:02:38.428Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:38.431Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:38.435Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646958426, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:02:38.531Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-26T09:02:38.532Z||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. 2021-09-26T09:02:38.533Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:38.546Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:38.546Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 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=? 2021-09-26T09:02:39.449Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:02:39.450Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T09:02:39.450Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:43.783Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:43.784Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:02:43.784Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"04515763-b2c9-4773-940a-ca135988cc61","serviceName":"Demo_pNF_BHj03ScMMvkaNrTngPHT","serviceVersion":"1.0","serviceUUID":"cd1a8cd3-f40e-4ece-aa28-0d81927a89f2","serviceDescription":"catalog service description","serviceInvariantUUID":"a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88","resources":[{"resourceInstanceName":"pNF d33cbaa1-f021 0","resourceName":"pNF d33cbaa1-f021","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b31321b4-ba15-4d26-9d28-969d585139c7","resourceInvariantUUID":"601a4ec6-f855-4194-b389-5f7146fbb84b","resourceCustomizationUUID":"dc83d38d-f65f-4612-a0f9-f4fe04fe7c28","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml","artifactChecksum":"MWI0Zjk1OTRkZGQ0Nzk3YzFmNWUzY2MxMTIzMjk0ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5146a9a1-2971-4163-881e-db8933725479","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fab3ee62-c642-43dd-a2d0-b82003e4b594","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a79bf4d-7291-48da-9285-1cedfbb83523","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml","artifactChecksum":"NmRmNDg5Yjk2NWZmNDczZTRhODBiYzFiM2E3Njc2YTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5de18071-9a47-47ab-9050-7d3bfeb64391","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2138ac0e-fee5-4f55-9cd9-d2fb41a6f0ac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c94e049-c782-4b37-a4bc-d8de16e6cc2c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBhj03scmmvkanrtngpht-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml","artifactChecksum":"YjYyM2UwMmVmMWZlYmJjMmY2MmE5YzM3NmRmYjRkYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b22f402b-19c9-4262-ae01-7f902282732d","artifactVersion":"1"},{"artifactName":"service-DemoPnfBhj03scmmvkanrtngpht-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar","artifactChecksum":"ZmI5M2Y2YjE4ODM3NDUwODM1NTczYWU0ZDc4NmQyOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0762c2b8-13d9-4fc0-b8b8-802420fbd917","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:02:43.786Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:43.787Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:43.788Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:43.789Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:43.889Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:02:43.889Z||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. 2021-09-26T09:02:43.889Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:43.902Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:43.903Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:02:44.789Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:44.789Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:44.793Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:44.793Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:44.892Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:02:44.893Z||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. 2021-09-26T09:02:44.893Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:44.905Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:44.905Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:02:45.797Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:45.800Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:45.802Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:45.802Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:45.902Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:02:45.903Z||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. 2021-09-26T09:02:45.903Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:45.913Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:45.914Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:02:46.802Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:46.803Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:46.805Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:46.806Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:46.907Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T09:02:46.907Z||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. 2021-09-26T09:02:46.907Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:46.917Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:46.917Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:02:47.806Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:47.808Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:47.810Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:47.810Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:47.910Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:02:47.911Z||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. 2021-09-26T09:02:47.911Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:47.927Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:47.928Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:02:48.810Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:48.812Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:48.814Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:48.814Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:48.914Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:02:48.915Z||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. 2021-09-26T09:02:48.915Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:48.926Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:48.926Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:02:49.815Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:49.816Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:49.821Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:49.821Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:49.921Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:02:49.922Z||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. 2021-09-26T09:02:49.922Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:49.936Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:49.936Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:02:50.822Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:02:50.822Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:50.837Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:50.837Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:50.938Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T09:02:50.939Z||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. 2021-09-26T09:02:50.939Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:50.952Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:50.952Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:02:51.838Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "serviceName": "Demo_pNF_BHj03ScMMvkaNrTngPHT", "serviceVersion": "1.0", "serviceUUID": "cd1a8cd3-f40e-4ece-aa28-0d81927a89f2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88", "resources": [ { "resourceInstanceName": "pNF d33cbaa1-f021 0", "resourceCustomizationUUID": "dc83d38d-f65f-4612-a0f9-f4fe04fe7c28", "resourceName": "pNF d33cbaa1-f021", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b31321b4-ba15-4d26-9d28-969d585139c7", "resourceInvariantUUID": "601a4ec6-f855-4194-b389-5f7146fbb84b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "artifactChecksum": "ZmI5M2Y2YjE4ODM3NDUwODM1NTczYWU0ZDc4NmQyOTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0762c2b8-13d9-4fc0-b8b8-802420fbd917" } ], "workloadContext": "Production" } 2021-09-26T09:02:51.839Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:02:51.839Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd1a8cd3-f40e-4ece-aa28-0d81927a89f2 ASDC 2021-09-26T09:02:51.840Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:04515763-b2c9-4773-940a-ca135988cc61 ServiceName:Demo_pNF_BHj03ScMMvkaNrTngPHT ServiceVersion:1.0 ServiceUUID:cd1a8cd3-f40e-4ece-aa28-0d81927a89f2 ServiceInvariantUUID:a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBhj03scmmvkanrtngpht-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar ArtifactUUID:0762c2b8-13d9-4fc0-b8b8-802420fbd917 ArtifactChecksum:ZmI5M2Y2YjE4ODM3NDUwODM1NTczYWU0ZDc4NmQyOTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d33cbaa1-f021 0 ResourceCustomizationUUID:dc83d38d-f65f-4612-a0f9-f4fe04fe7c28 ResourceInvariantUUID:601a4ec6-f855-4194-b389-5f7146fbb84b ResourceName:pNF d33cbaa1-f021 ResourceType:PNF ResourceUUID:b31321b4-ba15-4d26-9d28-969d585139c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:02:51.840Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd1a8cd3-f40e-4ece-aa28-0d81927a89f2 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:51.867Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:02:51.868Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-26T09:02:51.868Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-26T09:02:51.868Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0762c2b8-13d9-4fc0-b8b8-802420fbd917 from URL: /sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:51.868Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-26T09:02:51.868Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:52.452Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-26T09:02:52.455Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 0762c2b8-13d9-4fc0-b8b8-802420fbd917 82522 2021-09-26T09:02:52.455Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar ASDC sendASDCNotification 2021-09-26T09:02:52.455Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:52.455Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:02:52.455Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:52.457Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:52.457Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646972455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:52.557Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:02:52.558Z||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. 2021-09-26T09:02:52.558Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:52.572Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:52.572Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:02:52.632Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:02:52.633Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T09:02:52.633Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:53.271Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:53.272Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.272Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.273Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.273Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.273Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.273Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.274Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.275Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.276Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.277Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.278Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.279Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646933377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646930752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646929893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "multicloud-k8s-id", "timestamp": 1632646934785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.280Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "dcae-sch", "timestamp": 1632646937886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646946045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646946065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646946170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.282Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.283Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.283Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646947074, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:02:53.283Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.283Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.283Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "cds", "timestamp": 1632646947178, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-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=? 2021-09-26T09:02:53.291Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04515763-b2c9-4773-940a-ca135988cc61 2021-09-26T09:02:53.291Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04515763-b2c9-4773-940a-ca135988cc61 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:53.299Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.299Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.299Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.300Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "ves-openapi-manager", "timestamp": 1632646948083, "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=? 2021-09-26T09:02:53.304Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 04515763-b2c9-4773-940a-ca135988cc61 2021-09-26T09:02:53.304Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04515763-b2c9-4773-940a-ca135988cc61 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646948113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.312Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.313Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.313Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.313Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.313Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.313Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632646949116, "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=? 2021-09-26T09:02:53.317Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04515763-b2c9-4773-940a-ca135988cc61 2021-09-26T09:02:53.317Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04515763-b2c9-4773-940a-ca135988cc61 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:53.327Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646944343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646944551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.330Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646953648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646953657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646946893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:53.331Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.332Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.332Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646954662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:02:53.332Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.332Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.332Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "policy-id", "timestamp": 1632646955665, "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=? 2021-09-26T09:02:53.336Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04515763-b2c9-4773-940a-ca135988cc61 2021-09-26T09:02:53.336Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04515763-b2c9-4773-940a-ca135988cc61 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:53.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2eac8a5-6652-4993-b393-900d22f39c84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646958426, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:02:53.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646958856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:02:53.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "aai-ml", "timestamp": 1632646959860, "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=? 2021-09-26T09:02:53.349Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 04515763-b2c9-4773-940a-ca135988cc61 2021-09-26T09:02:53.349Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04515763-b2c9-4773-940a-ca135988cc61 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:53.355Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.355Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.355Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.355Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646966299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.356Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646968309, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/resourceInstances/pnfd33cbaa1f0210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.357Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "clamp", "timestamp": 1632646969316, "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=? 2021-09-26T09:02:53.361Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04515763-b2c9-4773-940a-ca135988cc61 2021-09-26T09:02:53.361Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04515763-b2c9-4773-940a-ca135988cc61 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 (?, ?, ?, ?, ?) 2021-09-26T09:02:53.373Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.374Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:02:53.374Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.375Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.375Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646959449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:02:53.375Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-26T09:02:53.375Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-26T09:02:53.375Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646972455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:02:53.375Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:02:53.457Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:02:53.459Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-26T09:02:53.459Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0762c2b8-13d9-4fc0-b8b8-802420fbd917, URL: /sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar to file: /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:53.460Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:53.460Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:53.460Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:53.791Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3841917828929438407/Definitions/service-DemoPnfBhj03scmmvkanrtngpht-template.yml 2021-09-26T09:02:54.618Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.619Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d33cbaa1-f021 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-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.620Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.620Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-26T09:02:54.620Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.620Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.620Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Node template pNF d33cbaa1-f021 0 is matching search criteria 2021-09-26T09:02:54.620Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-26T09:02:54.620Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d33cbaa1-f021 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Node template pNF d33cbaa1-f021 0 is matching search criteria 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d33cbaa1-f021 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.621Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.622Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_BHj03ScMMvkaNrTngPHT Description:catalog service description Model UUID:cd1a8cd3-f40e-4ece-aa28-0d81927a89f2 Model Version:NULL Model InvariantUuid:a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:02:54.629Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b31321b4-ba15-4d26-9d28-969d585139c7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:02:54.632Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||pNF d33cbaa1-f021 0 2021-09-26T09:02:54.632Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b31321b4-ba15-4d26-9d28-969d585139c7 2021-09-26T09:02:54.632Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||No resources found for Service: cd1a8cd3-f40e-4ece-aa28-0d81927a89f2 2021-09-26T09:02:54.632Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cd1a8cd3-f40e-4ece-aa28-0d81927a89f2 2021-09-26T09:02:54.632Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d33cbaa1-f021 0 b31321b4-ba15-4d26-9d28-969d585139c7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:02:54.636Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a9f0f89, org.onap.sdc.toscaparser.api.parameters.Input@1ef13aa4, org.onap.sdc.toscaparser.api.parameters.Input@1b5e2d78, org.onap.sdc.toscaparser.api.parameters.Input@784af1cd, org.onap.sdc.toscaparser.api.parameters.Input@3aeb5a0a] 2021-09-26T09:02:54.637Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.637Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.637Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cd1a8cd3-f40e-4ece-aa28-0d81927a89f2: pNF d33cbaa1-f021 2021-09-26T09:02:54.637Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Processing PNF resource: b31321b4-ba15-4d26-9d28-969d585139c7 2021-09-26T09:02:54.637Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:02:54.638Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_BHj03ScMMvkaNrTngPHT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:02:54.638Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Resource customization UUID: dc83d38d-f65f-4612-a0f9-f4fe04fe7c28 is the same as notified resource customizationUUID: dc83d38d-f65f-4612-a0f9-f4fe04fe7c28 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:02:54.673Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d33cbaa1-f021 b31321b4-ba15-4d26-9d28-969d585139c7 0 ASDC deployResourceStructure 2021-09-26T09:02:54.673Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar ASDC sendASDCNotification 2021-09-26T09:02:54.673Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar 2021-09-26T09:02:54.673Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:02:54.674Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:02:54.675Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:02:54.675Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646974673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:02:54.778Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-26T09:02:54.778Z||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. 2021-09-26T09:02:54.778Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:02:54.787Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:02:54.787Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:02:55.676Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04515763-b2c9-4773-940a-ca135988cc61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:02:55.686Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04515763-b2c9-4773-940a-ca135988cc61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:55.688Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:55.689Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:55.689Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:02:55.689Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T09:02:55.693Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:03:25.693Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04515763-b2c9-4773-940a-ca135988cc61 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=? 2021-09-26T09:03:25.707Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04515763-b2c9-4773-940a-ca135988cc61 and serviceModelVersionId: cd1a8cd3-f40e-4ece-aa28-0d81927a89f2 2021-09-26T09:03:25.707Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88 2021-09-26T09:03:25.709Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88/model-vers/model-ver/cd1a8cd3-f40e-4ece-aa28-0d81927a89f2?depth=0 2021-09-26T09:03:25.718Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:03:25.767Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88/model-vers/model-ver/cd1a8cd3-f40e-4ece-aa28-0d81927a89f2?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]} 2021-09-26T09:03:25.770Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88/model-vers/model-ver/cd1a8cd3-f40e-4ece-aa28-0d81927a89f2?depth=0|INFO|500||Invoke 2021-09-26T09:03:25.794Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88/model-vers/model-ver/cd1a8cd3-f40e-4ece-aa28-0d81927a89f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:03:26.253Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88/model-vers/model-ver/cd1a8cd3-f40e-4ece-aa28-0d81927a89f2?depth=0|INFO|500||InvokeReturn 2021-09-26T09:03:26.255Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7b4fb4e-65b6-4d20-9aae-0a28b7ef7a88/model-vers/model-ver/cd1a8cd3-f40e-4ece-aa28-0d81927a89f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-09:03:25:794-67783], vertex-id=[254128], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:03:25 GMT], Content-Type=[application/json]} 2021-09-26T09:03:26.255Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:03:26.255Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:03:26.255Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:03:26.263Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T09:03:26.264Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04515763-b2c9-4773-940a-ca135988cc61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:03:26.264Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:03:26.265Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:03:26.268Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:03:26.268Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647006264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:03:26.368Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:03:26.370Z||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. 2021-09-26T09:03:26.370Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:03:26.385Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:03:26.386Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T09:03:27.282Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:03:27.282Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T09:03:27.282Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:03:36.831Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:03:36.831Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:03:36.832Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T09:03:36.832Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:03:46.370Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:03:46.371Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:03:46.372Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T09:03:46.372Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:03:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:03:52.633Z||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. 2021-09-26T09:03:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:03:53.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:03:53.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:03:53.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632646974673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBhj03scmmvkanrtngpht/1.0/artifacts/service-DemoPnfBhj03scmmvkanrtngpht-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:03:53.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:03:53.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:03:53.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "04515763-b2c9-4773-940a-ca135988cc61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647006264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:03:53.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:03:55.970Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:03:55.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:03:55.971Z||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. 2021-09-26T09:03:55.971Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:04:05.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:04:52.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:04:52.632Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:04:52.635Z|04515763-b2c9-4773-940a-ca135988cc61|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. 2021-09-26T09:04:52.635Z||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. 2021-09-26T09:04:52.635Z|04515763-b2c9-4773-940a-ca135988cc61|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:04:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:05:02.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:05:02.188Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:05:52.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:05:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:05:52.634Z||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. 2021-09-26T09:05:52.634Z||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. 2021-09-26T09:05:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:05:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:06:02.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:06:02.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:06:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:06:52.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:06:52.638Z||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. 2021-09-26T09:06:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:06:52.638Z||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. 2021-09-26T09:06:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:07:02.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:07:02.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:07:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:07:52.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:07:52.637Z||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. 2021-09-26T09:07:52.637Z||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. 2021-09-26T09:07:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:07:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:02.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:02.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:52.634Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:08:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:08:52.638Z|a2eac8a5-6652-4993-b393-900d22f39c84|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. 2021-09-26T09:08:52.638Z||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. 2021-09-26T09:08:52.638Z|a2eac8a5-6652-4993-b393-900d22f39c84|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:52.638Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:53.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:53.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"10631780-0f91-453b-81a7-9cc99ce7895e","serviceName":"Demo_pNF_9kcR1lseldRXvps0J2Oj","serviceVersion":"1.0","serviceUUID":"67b1da01-7f68-4402-afe5-26851f9f1530","serviceDescription":"catalog service description","serviceInvariantUUID":"552ba26f-87e5-44a3-9865-da64f9de16b2","resources":[{"resourceInstanceName":"pNF a6cf0d59-799e 0","resourceName":"pNF a6cf0d59-799e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8f089798-e8d0-4481-bcd6-552c25f7fe74","resourceInvariantUUID":"96465edf-f66e-40df-8751-499c4b5d7f9b","resourceCustomizationUUID":"4e547a45-3a4d-4197-a0b0-be4ad2fd5ba4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml","artifactChecksum":"ZjVjMmVkODFkMTI1NzcxOWU1NTJmMGI5MTI1NjljNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e5db5a-c0f1-4f74-a0c7-b22fd816123c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05082c96-d4f3-4f12-812b-7229a6fe1dbb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c37a316-6300-47af-b020-b7e2523008f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTc2MmFkYjI4ZDQ3ODk0ZTQzZTk2ZGViMjRiMjU3MjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6dbc7e67-bfcf-4a6d-9484-3de2287ea11f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c56368d-f52f-47e4-94a4-3c2c4e92c1ce","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e20858c-bc92-4d5e-b22b-5478476eeb4a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml","artifactChecksum":"OTE1YjgzYTI5ZWI2YTMxMjFlMGNiNTFjYThiM2MzNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2a5f0ba-e2ad-4f56-b25a-95ce3e8b50d2","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar","artifactChecksum":"ZDJmMTUxNjMyNWFhMGRkNjk5OGI1M2E5MGU3MjlhNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"689931ff-305f-4c17-9b64-359db3a12524","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:08:53.272Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:53.273Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:08:53.274Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.274Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:08:53.274Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.275Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.276Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.277Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.278Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.279Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.280Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.281Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.281Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.282Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.282Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.283Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647310753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647308377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:08:53.284Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "multicloud-k8s-id", "timestamp": 1632647314787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647306893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.285Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "dcae-sch", "timestamp": 1632647317887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.286Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647325676, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647325669, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.287Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "cds", "timestamp": 1632647326683, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-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 (?, ?, ?, ?, ?) 2021-09-26T09:08:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10631780-0f91-453b-81a7-9cc99ce7895e 2021-09-26T09:08:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10631780-0f91-453b-81a7-9cc99ce7895e 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 (?, ?, ?, ?, ?) 2021-09-26T09:08:53.317Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.317Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647326705, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647319892, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.318Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "ves-openapi-manager", "timestamp": 1632647327708, "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=? 2021-09-26T09:08:53.324Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 10631780-0f91-453b-81a7-9cc99ce7895e 2021-09-26T09:08:53.325Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10631780-0f91-453b-81a7-9cc99ce7895e 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 (?, ?, ?, ?, ?) 2021-09-26T09:08:53.334Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.334Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.334Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.334Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.334Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647329240, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:08:53.334Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:08:53.334Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.341Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.341Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.341Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.341Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647329403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:08:53.341Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:08:53.342Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.342Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.342Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.342Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.342Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647331206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:08:53.342Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:08:53.343Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.343Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:53.343Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.344Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.344Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:08:53.344Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:08:53.344Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.344Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647332211, "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=? 2021-09-26T09:08:53.355Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10631780-0f91-453b-81a7-9cc99ce7895e 2021-09-26T09:08:53.355Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10631780-0f91-453b-81a7-9cc99ce7895e 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 (?, ?, ?, ?, ?) 2021-09-26T09:08:53.364Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.365Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647324551, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:08:53.365Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:08:53.365Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:08:53.365Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "clamp", "timestamp": 1632647332387, "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=? 2021-09-26T09:08:53.369Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10631780-0f91-453b-81a7-9cc99ce7895e 2021-09-26T09:08:53.369Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10631780-0f91-453b-81a7-9cc99ce7895e 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 (?, ?, ?, ?, ?) 2021-09-26T09:08:53.381Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:08:53.382Z||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. 2021-09-26T09:08:53.382Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:53.392Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:53.392Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:08:54.283Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:08:54.283Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:08:54.286Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:08:54.286Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:54.386Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:08:54.386Z||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. 2021-09-26T09:08:54.386Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:54.397Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:54.397Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:08:55.286Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:08:55.287Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:08:55.289Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:08:55.289Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:55.389Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:08:55.390Z||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. 2021-09-26T09:08:55.390Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:55.399Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:55.399Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:08:56.289Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:08:56.290Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:08:56.293Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:08:56.293Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:56.393Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:08:56.394Z||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. 2021-09-26T09:08:56.394Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:56.404Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:56.404Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:08:57.293Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:08:57.294Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:08:57.297Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:08:57.297Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:57.397Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:08:57.398Z||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. 2021-09-26T09:08:57.399Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:57.411Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:57.412Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:08:58.298Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:08:58.299Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:08:58.310Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:08:58.310Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:58.406Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-26T09:08:58.406Z||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. 2021-09-26T09:08:58.407Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:58.418Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:58.419Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:08:59.310Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:08:59.313Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:08:59.315Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:08:59.315Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:08:59.415Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:08:59.416Z||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. 2021-09-26T09:08:59.416Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:08:59.426Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:08:59.427Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:09:00.316Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:09:00.316Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:09:00.319Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:09:00.319Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:09:00.425Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2021-09-26T09:09:00.426Z||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. 2021-09-26T09:09:00.426Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:09:00.451Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:09:00.452Z||pool-153-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:09:01.320Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "serviceName": "Demo_pNF_9kcR1lseldRXvps0J2Oj", "serviceVersion": "1.0", "serviceUUID": "67b1da01-7f68-4402-afe5-26851f9f1530", "serviceDescription": "catalog service description", "serviceInvariantUUID": "552ba26f-87e5-44a3-9865-da64f9de16b2", "resources": [ { "resourceInstanceName": "pNF a6cf0d59-799e 0", "resourceCustomizationUUID": "4e547a45-3a4d-4197-a0b0-be4ad2fd5ba4", "resourceName": "pNF a6cf0d59-799e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8f089798-e8d0-4481-bcd6-552c25f7fe74", "resourceInvariantUUID": "96465edf-f66e-40df-8751-499c4b5d7f9b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "artifactChecksum": "ZDJmMTUxNjMyNWFhMGRkNjk5OGI1M2E5MGU3MjlhNjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "689931ff-305f-4c17-9b64-359db3a12524" } ], "workloadContext": "Production" } 2021-09-26T09:09:01.321Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:09:01.321Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 67b1da01-7f68-4402-afe5-26851f9f1530 ASDC 2021-09-26T09:09:01.323Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:10631780-0f91-453b-81a7-9cc99ce7895e ServiceName:Demo_pNF_9kcR1lseldRXvps0J2Oj ServiceVersion:1.0 ServiceUUID:67b1da01-7f68-4402-afe5-26851f9f1530 ServiceInvariantUUID:552ba26f-87e5-44a3-9865-da64f9de16b2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar ArtifactUUID:689931ff-305f-4c17-9b64-359db3a12524 ArtifactChecksum:ZDJmMTUxNjMyNWFhMGRkNjk5OGI1M2E5MGU3MjlhNjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a6cf0d59-799e 0 ResourceCustomizationUUID:4e547a45-3a4d-4197-a0b0-be4ad2fd5ba4 ResourceInvariantUUID:96465edf-f66e-40df-8751-499c4b5d7f9b ResourceName:pNF a6cf0d59-799e ResourceType:PNF ResourceUUID:8f089798-e8d0-4481-bcd6-552c25f7fe74 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:09:01.323Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67b1da01-7f68-4402-afe5-26851f9f1530 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=? 2021-09-26T09:09:01.362Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:09:01.364Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:09:01.364Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:09:01.365Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 689931ff-305f-4c17-9b64-359db3a12524 from URL: /sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:01.365Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-26T09:09:01.365Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:03.553Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-26T09:09:03.559Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 689931ff-305f-4c17-9b64-359db3a12524 82536 2021-09-26T09:09:03.560Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar ASDC sendASDCNotification 2021-09-26T09:09:03.560Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:03.560Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:09:03.561Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:09:03.563Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:09:03.563Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647343559, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:09:03.663Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:09:03.664Z||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. 2021-09-26T09:09:03.664Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:09:03.677Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:09:03.677Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:09:04.564Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:09:04.566Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:09:04.566Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 689931ff-305f-4c17-9b64-359db3a12524, URL: /sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar to file: /app/ASDC/1/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:04.567Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:04.567Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:04.567Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.126Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15496080047021006102/Definitions/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml 2021-09-26T09:09:05.911Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:09:05.912Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-26T09:09:05.912Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.912Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:09:05.912Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||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-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.913Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.913Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||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-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.913Z|10631780-0f91-453b-81a7-9cc99ce7895e|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-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.913Z|10631780-0f91-453b-81a7-9cc99ce7895e|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-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.913Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6cf0d59-799e 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-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.914Z|10631780-0f91-453b-81a7-9cc99ce7895e|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-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.914Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-26T09:09:05.914Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.914Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.915Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Node template pNF a6cf0d59-799e 0 is matching search criteria 2021-09-26T09:09:05.915Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-26T09:09:05.915Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a6cf0d59-799e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:09:05.916Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.916Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.916Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Node template pNF a6cf0d59-799e 0 is matching search criteria 2021-09-26T09:09:05.916Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-26T09:09:05.916Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a6cf0d59-799e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:09:05.917Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.917Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.917Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.917Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.918Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.918Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.918Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.918Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.918Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.919Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.919Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9kcR1lseldRXvps0J2Oj Description:catalog service description Model UUID:67b1da01-7f68-4402-afe5-26851f9f1530 Model Version:NULL Model InvariantUuid:552ba26f-87e5-44a3-9865-da64f9de16b2 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:09:05.927Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8f089798-e8d0-4481-bcd6-552c25f7fe74 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:09:05.931Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||pNF a6cf0d59-799e 0 2021-09-26T09:09:05.931Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8f089798-e8d0-4481-bcd6-552c25f7fe74 2021-09-26T09:09:05.931Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 67b1da01-7f68-4402-afe5-26851f9f1530 2021-09-26T09:09:05.931Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 67b1da01-7f68-4402-afe5-26851f9f1530 2021-09-26T09:09:05.932Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a6cf0d59-799e 0 8f089798-e8d0-4481-bcd6-552c25f7fe74 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:09:05.936Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@704f5315, org.onap.sdc.toscaparser.api.parameters.Input@4356c9c1, org.onap.sdc.toscaparser.api.parameters.Input@ca2fb59, org.onap.sdc.toscaparser.api.parameters.Input@5795bf5, org.onap.sdc.toscaparser.api.parameters.Input@fa477b4] 2021-09-26T09:09:05.937Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.937Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.937Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 67b1da01-7f68-4402-afe5-26851f9f1530: pNF a6cf0d59-799e 2021-09-26T09:09:05.938Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||Processing PNF resource: 8f089798-e8d0-4481-bcd6-552c25f7fe74 2021-09-26T09:09:05.938Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:09:05.938Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9kcR1lseldRXvps0J2Oj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:09:05.938Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||Resource customization UUID: 4e547a45-3a4d-4197-a0b0-be4ad2fd5ba4 is the same as notified resource customizationUUID: 4e547a45-3a4d-4197-a0b0-be4ad2fd5ba4 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:09:05.980Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a6cf0d59-799e 8f089798-e8d0-4481-bcd6-552c25f7fe74 0 ASDC deployResourceStructure 2021-09-26T09:09:05.980Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar ASDC sendASDCNotification 2021-09-26T09:09:05.981Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar 2021-09-26T09:09:05.981Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:09:05.981Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:09:05.984Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:09:05.984Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647345980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:09:06.084Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:09:06.085Z||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. 2021-09-26T09:09:06.085Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:09:06.095Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:09:06.095Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:09:06.985Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:09:06.997Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:09:06.999Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:09:06.999Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:09:07.000Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:09:37.000Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:09:37.014Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:09:37.021Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:09:37.021Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:09:37.021Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:09:52.633Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:09:52.636Z|a2eac8a5-6652-4993-b393-900d22f39c84|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. 2021-09-26T09:09:52.636Z|a2eac8a5-6652-4993-b393-900d22f39c84|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:09:52.761Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:09:52.762Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:09:52.762Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:09:52.763Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:07.021Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:10:07.039Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:10:07.042Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:10:07.042Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:10:07.042Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:10:37.043Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:10:37.062Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:10:37.066Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:10:37.066Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:10:37.066Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:10:52.633Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:10:52.636Z|04515763-b2c9-4773-940a-ca135988cc61|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. 2021-09-26T09:10:52.636Z|04515763-b2c9-4773-940a-ca135988cc61|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:10:53.163Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:10:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647333431, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:10:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:10:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647334435, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:10:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:10:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.168Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.168Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.168Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "policy-id", "timestamp": 1632647335438, "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=? 2021-09-26T09:10:53.178Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10631780-0f91-453b-81a7-9cc99ce7895e 2021-09-26T09:10:53.178Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10631780-0f91-453b-81a7-9cc99ce7895e 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 (?, ?, ?, ?, ?) 2021-09-26T09:10:53.190Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.190Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.190Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.190Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.191Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.191Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.191Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.191Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.191Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.191Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.191Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.192Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.192Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.192Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.192Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.192Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.192Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.192Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.193Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.193Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.193Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.193Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.193Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.193Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.194Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.194Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/resourceInstances/pnfa6cf0d59799e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.194Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.194Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.194Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647332634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:10:53.194Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.195Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.195Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:10:53.195Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.195Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.196Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647334344, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:10:53.196Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:10:53.196Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.196Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647343559, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:10:53.197Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:10:53.197Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.197Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647344761, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:10:53.197Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:10:53.197Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.197Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647345980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:10:53.198Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:10:53.198Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.198Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647350523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kcr1lseldrxvps0j2oj/1.0/artifacts/service-DemoPnf9kcr1lseldrxvps0j2oj-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:10:53.198Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:10:53.198Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:10:53.198Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "aai-ml", "timestamp": 1632647351527, "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=? 2021-09-26T09:10:53.204Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10631780-0f91-453b-81a7-9cc99ce7895e 2021-09-26T09:10:53.204Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10631780-0f91-453b-81a7-9cc99ce7895e 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 (?, ?, ?, ?, ?) 2021-09-26T09:11:07.066Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:11:07.079Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:11:07.082Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:11:07.082Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:11:07.082Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:11:07.082Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:11:07.082Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:11:07.082Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:11:07.083Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:11:07.083Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:11:07.083Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:11:07.083Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:11:07.083Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:11:07.083Z|10631780-0f91-453b-81a7-9cc99ce7895e|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=? 2021-09-26T09:11:07.087Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:11:37.088Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10631780-0f91-453b-81a7-9cc99ce7895e 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=? 2021-09-26T09:11:37.095Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10631780-0f91-453b-81a7-9cc99ce7895e and serviceModelVersionId: 67b1da01-7f68-4402-afe5-26851f9f1530 2021-09-26T09:11:37.095Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 552ba26f-87e5-44a3-9865-da64f9de16b2 2021-09-26T09:11:37.097Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0 2021-09-26T09:11:37.105Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:11:37.168Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0|INFO|500||Invoke 2021-09-26T09:11:37.169Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10631780-0f91-453b-81a7-9cc99ce7895e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5d28b974-fafb-44eb-a34c-50aeb7348792], X-ECOMP-RequestID=[10631780-0f91-453b-81a7-9cc99ce7895e], X-TransactionId=[], X-ONAP-RequestID=[10631780-0f91-453b-81a7-9cc99ce7895e], Content-Type=[application/merge-patch+json]} 2021-09-26T09:11:37.192Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:11:37.316Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-09:11:37:197-64384], vertex-id=[258256], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:11:37 GMT], Content-Type=[application/json]} 2021-09-26T09:11:37.317Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:11:37.318Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/552ba26f-87e5-44a3-9865-da64f9de16b2/model-vers/model-ver/67b1da01-7f68-4402-afe5-26851f9f1530?depth=0|INFO|500||InvokeReturn 2021-09-26T09:11:37.318Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:11:37.319Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:11:37.324Z|10631780-0f91-453b-81a7-9cc99ce7895e|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) 2021-09-26T09:11:37.325Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10631780-0f91-453b-81a7-9cc99ce7895e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:11:37.326Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:11:37.327Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:11:37.329Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:11:37.330Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647497325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:11:37.429Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:11:37.430Z||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. 2021-09-26T09:11:37.431Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:11:37.446Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:11:37.446Z||pool-156-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T09:11:38.342Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:11:38.342Z|10631780-0f91-453b-81a7-9cc99ce7895e|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. 2021-09-26T09:11:38.342Z|10631780-0f91-453b-81a7-9cc99ce7895e|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:11:48.584Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:11:48.587Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:11:48.588Z|10631780-0f91-453b-81a7-9cc99ce7895e|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. 2021-09-26T09:11:48.588Z|10631780-0f91-453b-81a7-9cc99ce7895e|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:11:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:11:52.634Z||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. 2021-09-26T09:11:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:11:53.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:11:53.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:11:53.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "10631780-0f91-453b-81a7-9cc99ce7895e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647497325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:11:53.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:11:58.144Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:11:58.145Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:11:58.146Z|10631780-0f91-453b-81a7-9cc99ce7895e|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. 2021-09-26T09:11:58.146Z|10631780-0f91-453b-81a7-9cc99ce7895e|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:12:07.706Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:12:52.630Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:12:52.631Z|10631780-0f91-453b-81a7-9cc99ce7895e|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. 2021-09-26T09:12:52.632Z|10631780-0f91-453b-81a7-9cc99ce7895e|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:12:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:12:52.634Z||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. 2021-09-26T09:12:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:13:02.181Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:13:02.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:13:52.631Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:13:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:13:52.634Z||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. 2021-09-26T09:13:52.634Z|10631780-0f91-453b-81a7-9cc99ce7895e|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. 2021-09-26T09:13:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:13:52.634Z|10631780-0f91-453b-81a7-9cc99ce7895e|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:14:02.182Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:14:02.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:14:52.632Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:14:52.632Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:14:52.636Z|a2eac8a5-6652-4993-b393-900d22f39c84|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. 2021-09-26T09:14:52.636Z|10631780-0f91-453b-81a7-9cc99ce7895e|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. 2021-09-26T09:14:52.637Z|10631780-0f91-453b-81a7-9cc99ce7895e|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:14:52.636Z|a2eac8a5-6652-4993-b393-900d22f39c84|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:02.189Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:02.195Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:15:52.636Z||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. 2021-09-26T09:15:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:52.653Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:15:52.655Z|10631780-0f91-453b-81a7-9cc99ce7895e|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. 2021-09-26T09:15:52.655Z|10631780-0f91-453b-81a7-9cc99ce7895e|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:53.280Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:53.281Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.281Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"22775669-f692-430c-95f7-8be1a49c7ba6","serviceName":"Demo_pNF_Tykra9j35p3Ln2NQQceC","serviceVersion":"1.0","serviceUUID":"738968a6-eff2-4bd3-84c7-3c2037c06849","serviceDescription":"catalog service description","serviceInvariantUUID":"f1a2def0-f3d0-4348-9a98-89375e051868","resources":[{"resourceInstanceName":"pNF 46da26d4-55ed 0","resourceName":"pNF 46da26d4-55ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"64d13a9a-4b92-474f-8c6c-c79463758972","resourceInvariantUUID":"df04aa6f-674b-45ca-97c4-dad5a253aedf","resourceCustomizationUUID":"2c0a1909-2bf2-4406-ae8c-69ca8d8dd061","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml","artifactChecksum":"MzAyNTkzMTk2YzUxMzE5Njk5NGE1ZjZmMjkwYjllZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f126e87-6c95-45d8-a83d-d9a411a6f3d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b21a2631-3bdc-4ea5-9495-8cb1240fdaf3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ee6bdf5-9443-46fe-93b5-238a85187c93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml","artifactChecksum":"YTAyYmM2NjM3MDk0ZDY0OGVjNGQwODBlNzIyMmYyYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62c0444c-6994-431e-bd90-b1adb28606c4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"abeea92e-2ef3-41bc-8d75-daa19bba3382","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbd0b297-4d80-49eb-af75-02116b57645d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTykra9j35p3ln2nqqcec-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml","artifactChecksum":"MThkNWE5ODMzYzFhZWYzMTQ1ZGRhMTBiMzg0YTMxZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"439b9e6a-290a-4f40-9d45-319aa4f9ed8b","artifactVersion":"1"},{"artifactName":"service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar","artifactChecksum":"MWZlYjMwYzMxMTk2MzZlM2E2ZGFjYTBkYjkyZDQ0Mzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef439471-320a-4cab-92d0-7693f2524590","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:15:53.286Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:15:53.287Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:15:53.287Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:53.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.292Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:15:53.292Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:15:53.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647710753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647709893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:15:53.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647704551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:15:53.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647713377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:15:53.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "multicloud-k8s-id", "timestamp": 1632647714785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:15:53.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647723252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:15:53.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647723475, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:15:53.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647723617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:15:53.313Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647724281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:15:53.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647724619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:15:53.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647724624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:15:53.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "ves-openapi-manager", "timestamp": 1632647725285, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-26T09:15:53.338Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 22775669-f692-430c-95f7-8be1a49c7ba6 2021-09-26T09:15:53.339Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22775669-f692-430c-95f7-8be1a49c7ba6 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 (?, ?, ?, ?, ?) 2021-09-26T09:15:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "dcae-sch", "timestamp": 1632647717886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "cds", "timestamp": 1632647725624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-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=? 2021-09-26T09:15:53.351Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22775669-f692-430c-95f7-8be1a49c7ba6 2021-09-26T09:15:53.352Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22775669-f692-430c-95f7-8be1a49c7ba6 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 (?, ?, ?, ?, ?) 2021-09-26T09:15:53.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "policy-id", "timestamp": 1632647725627, "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=? 2021-09-26T09:15:53.362Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22775669-f692-430c-95f7-8be1a49c7ba6 2021-09-26T09:15:53.362Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22775669-f692-430c-95f7-8be1a49c7ba6 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 (?, ?, ?, ?, ?) 2021-09-26T09:15:53.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647725690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:15:53.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632647726695, "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=? 2021-09-26T09:15:53.375Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22775669-f692-430c-95f7-8be1a49c7ba6 2021-09-26T09:15:53.376Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22775669-f692-430c-95f7-8be1a49c7ba6 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 (?, ?, ?, ?, ?) 2021-09-26T09:15:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647724343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647733543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647726893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:15:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647738206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647738460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "aai-ml", "timestamp": 1632647739210, "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=? 2021-09-26T09:15:53.398Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22775669-f692-430c-95f7-8be1a49c7ba6 2021-09-26T09:15:53.398Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22775669-f692-430c-95f7-8be1a49c7ba6 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=? 2021-09-26T09:15:53.401Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-26T09:15:53.402Z||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. 2021-09-26T09:15:53.402Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:53.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647739486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:15:53.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:15:53.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:15:53.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "clamp", "timestamp": 1632647740489, "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=? 2021-09-26T09:15:53.413Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22775669-f692-430c-95f7-8be1a49c7ba6 2021-09-26T09:15:53.414Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22775669-f692-430c-95f7-8be1a49c7ba6 and ComponentName clamp 2021-09-26T09:15:53.415Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:15:53.415Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-26T09:15:54.292Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:15:54.293Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:15:54.295Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:15:54.296Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:54.395Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:15:54.396Z||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. 2021-09-26T09:15:54.396Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:54.407Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:54.407Z||pool-158-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:15:55.296Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:15:55.297Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:15:55.299Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:15:55.299Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:55.399Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:15:55.400Z||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. 2021-09-26T09:15:55.400Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:55.422Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:55.423Z||pool-159-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:15:56.300Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:15:56.301Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:15:56.302Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:15:56.303Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:56.402Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:15:56.403Z||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. 2021-09-26T09:15:56.403Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:56.421Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:56.421Z||pool-160-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:15:57.303Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:15:57.304Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:15:57.306Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:15:57.306Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:57.406Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:15:57.407Z||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. 2021-09-26T09:15:57.407Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:57.418Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:57.418Z||pool-161-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:15:58.306Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:15:58.307Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:15:58.309Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:15:58.309Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:58.409Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:15:58.410Z||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. 2021-09-26T09:15:58.410Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:58.420Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:58.420Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:15:59.309Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:15:59.310Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:15:59.312Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:15:59.312Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:15:59.412Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:15:59.412Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:15:59.413Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:15:59.421Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:15:59.422Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:16:00.315Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:16:00.315Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:16:00.325Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:16:00.325Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:16:00.425Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:16:00.426Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:16:00.426Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:16:00.438Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:16:00.439Z||pool-164-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:16:01.328Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "serviceName": "Demo_pNF_Tykra9j35p3Ln2NQQceC", "serviceVersion": "1.0", "serviceUUID": "738968a6-eff2-4bd3-84c7-3c2037c06849", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f1a2def0-f3d0-4348-9a98-89375e051868", "resources": [ { "resourceInstanceName": "pNF 46da26d4-55ed 0", "resourceCustomizationUUID": "2c0a1909-2bf2-4406-ae8c-69ca8d8dd061", "resourceName": "pNF 46da26d4-55ed", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "64d13a9a-4b92-474f-8c6c-c79463758972", "resourceInvariantUUID": "df04aa6f-674b-45ca-97c4-dad5a253aedf", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "artifactChecksum": "MWZlYjMwYzMxMTk2MzZlM2E2ZGFjYTBkYjkyZDQ0Mzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef439471-320a-4cab-92d0-7693f2524590" } ], "workloadContext": "Production" } 2021-09-26T09:16:01.329Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:16:01.330Z|10631780-0f91-453b-81a7-9cc99ce7895e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 738968a6-eff2-4bd3-84c7-3c2037c06849 ASDC 2021-09-26T09:16:01.332Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:22775669-f692-430c-95f7-8be1a49c7ba6 ServiceName:Demo_pNF_Tykra9j35p3Ln2NQQceC ServiceVersion:1.0 ServiceUUID:738968a6-eff2-4bd3-84c7-3c2037c06849 ServiceInvariantUUID:f1a2def0-f3d0-4348-9a98-89375e051868 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar ArtifactUUID:ef439471-320a-4cab-92d0-7693f2524590 ArtifactChecksum:MWZlYjMwYzMxMTk2MzZlM2E2ZGFjYTBkYjkyZDQ0Mzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 46da26d4-55ed 0 ResourceCustomizationUUID:2c0a1909-2bf2-4406-ae8c-69ca8d8dd061 ResourceInvariantUUID:df04aa6f-674b-45ca-97c4-dad5a253aedf ResourceName:pNF 46da26d4-55ed ResourceType:PNF ResourceUUID:64d13a9a-4b92-474f-8c6c-c79463758972 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:16:01.332Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 738968a6-eff2-4bd3-84c7-3c2037c06849 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=? 2021-09-26T09:16:01.372Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:16:01.374Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:16:01.374Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:16:01.374Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef439471-320a-4cab-92d0-7693f2524590 from URL: /sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:01.374Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-26T09:16:01.374Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:03.617Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-26T09:16:03.621Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar ef439471-320a-4cab-92d0-7693f2524590 82532 2021-09-26T09:16:03.621Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar ASDC sendASDCNotification 2021-09-26T09:16:03.621Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:03.621Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:16:03.622Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:16:03.625Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:16:03.625Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647763621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:16:03.724Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:16:03.725Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:16:03.725Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:16:03.737Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:16:03.738Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:16:04.626Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:16:04.627Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:16:04.627Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef439471-320a-4cab-92d0-7693f2524590, URL: /sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar to file: /app/ASDC/1/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:04.627Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:04.628Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:04.628Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:04.767Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7267411329231967155/Definitions/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml 2021-09-26T09:16:05.575Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:16:05.575Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-26T09:16:05.575Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.576Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:16:05.576Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 46da26d4-55ed 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-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.576Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||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-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.576Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.576Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||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-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.576Z|22775669-f692-430c-95f7-8be1a49c7ba6|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-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.576Z|22775669-f692-430c-95f7-8be1a49c7ba6|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-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.577Z|22775669-f692-430c-95f7-8be1a49c7ba6|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-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.577Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-26T09:16:05.577Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.577Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.577Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Node template pNF 46da26d4-55ed 0 is matching search criteria 2021-09-26T09:16:05.578Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-26T09:16:05.578Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 46da26d4-55ed 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:16:05.578Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.578Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.578Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Node template pNF 46da26d4-55ed 0 is matching search criteria 2021-09-26T09:16:05.579Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-26T09:16:05.579Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 46da26d4-55ed 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:16:05.579Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.579Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.579Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.579Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.580Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.580Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.580Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.580Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.580Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.581Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.581Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Tykra9j35p3Ln2NQQceC Description:catalog service description Model UUID:738968a6-eff2-4bd3-84c7-3c2037c06849 Model Version:NULL Model InvariantUuid:f1a2def0-f3d0-4348-9a98-89375e051868 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:16:05.594Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 64d13a9a-4b92-474f-8c6c-c79463758972 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:16:05.600Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||pNF 46da26d4-55ed 0 2021-09-26T09:16:05.600Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 64d13a9a-4b92-474f-8c6c-c79463758972 2021-09-26T09:16:05.601Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 738968a6-eff2-4bd3-84c7-3c2037c06849 2021-09-26T09:16:05.601Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 738968a6-eff2-4bd3-84c7-3c2037c06849 2021-09-26T09:16:05.601Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 46da26d4-55ed 0 64d13a9a-4b92-474f-8c6c-c79463758972 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:16:05.606Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ca57ff7, org.onap.sdc.toscaparser.api.parameters.Input@476d7f39, org.onap.sdc.toscaparser.api.parameters.Input@6651a6ff, org.onap.sdc.toscaparser.api.parameters.Input@c8a7f69, org.onap.sdc.toscaparser.api.parameters.Input@b57f3c8] 2021-09-26T09:16:05.606Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.607Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.607Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 738968a6-eff2-4bd3-84c7-3c2037c06849: pNF 46da26d4-55ed 2021-09-26T09:16:05.607Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||Processing PNF resource: 64d13a9a-4b92-474f-8c6c-c79463758972 2021-09-26T09:16:05.607Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:16:05.607Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Tykra9j35p3Ln2NQQceC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:16:05.607Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||Resource customization UUID: 2c0a1909-2bf2-4406-ae8c-69ca8d8dd061 is the same as notified resource customizationUUID: 2c0a1909-2bf2-4406-ae8c-69ca8d8dd061 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:16:05.663Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 46da26d4-55ed 64d13a9a-4b92-474f-8c6c-c79463758972 0 ASDC deployResourceStructure 2021-09-26T09:16:05.663Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar ASDC sendASDCNotification 2021-09-26T09:16:05.663Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar 2021-09-26T09:16:05.663Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:16:05.664Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:16:05.665Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:16:05.665Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647765663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:16:05.765Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:16:05.766Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:16:05.766Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:16:05.779Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:16:05.779Z||pool-166-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:16:06.666Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22775669-f692-430c-95f7-8be1a49c7ba6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:16:06.676Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22775669-f692-430c-95f7-8be1a49c7ba6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:16:06.678Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:16:06.678Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:16:06.679Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:16:06.679Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:16:06.679Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:16:06.680Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:16:06.680Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:16:06.680Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:16:06.680Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:16:06.681Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:16:06.681Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:16:06.681Z|22775669-f692-430c-95f7-8be1a49c7ba6|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=? 2021-09-26T09:16:06.685Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:16:36.686Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22775669-f692-430c-95f7-8be1a49c7ba6 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=? 2021-09-26T09:16:36.704Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22775669-f692-430c-95f7-8be1a49c7ba6 and serviceModelVersionId: 738968a6-eff2-4bd3-84c7-3c2037c06849 2021-09-26T09:16:36.704Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1a2def0-f3d0-4348-9a98-89375e051868 2021-09-26T09:16:36.707Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1a2def0-f3d0-4348-9a98-89375e051868/model-vers/model-ver/738968a6-eff2-4bd3-84c7-3c2037c06849?depth=0 2021-09-26T09:16:36.719Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:16:36.776Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1a2def0-f3d0-4348-9a98-89375e051868/model-vers/model-ver/738968a6-eff2-4bd3-84c7-3c2037c06849?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]} 2021-09-26T09:16:36.779Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1a2def0-f3d0-4348-9a98-89375e051868/model-vers/model-ver/738968a6-eff2-4bd3-84c7-3c2037c06849?depth=0|INFO|500||Invoke 2021-09-26T09:16:36.809Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1a2def0-f3d0-4348-9a98-89375e051868/model-vers/model-ver/738968a6-eff2-4bd3-84c7-3c2037c06849?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:16:36.919Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1a2def0-f3d0-4348-9a98-89375e051868/model-vers/model-ver/738968a6-eff2-4bd3-84c7-3c2037c06849?depth=0|INFO|500||InvokeReturn 2021-09-26T09:16:36.920Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f1a2def0-f3d0-4348-9a98-89375e051868/model-vers/model-ver/738968a6-eff2-4bd3-84c7-3c2037c06849?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-09:16:36:815-76637], vertex-id=[282856], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:16:36 GMT], Content-Type=[application/json]} 2021-09-26T09:16:36.920Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:16:36.921Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:16:36.921Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:16:36.931Z|22775669-f692-430c-95f7-8be1a49c7ba6|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) 2021-09-26T09:16:36.931Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22775669-f692-430c-95f7-8be1a49c7ba6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:16:36.931Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:16:36.932Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:16:36.935Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:16:36.935Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647796931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:16:37.036Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T09:16:37.037Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:16:37.038Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:16:37.061Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:16:37.062Z||pool-167-thread-1|||||INFO|500||cambria reply ok (26 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=? 2021-09-26T09:16:52.631Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:16:52.632Z|22775669-f692-430c-95f7-8be1a49c7ba6|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. 2021-09-26T09:16:52.632Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:16:52.632Z|22775669-f692-430c-95f7-8be1a49c7ba6|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:16:52.632Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T09:16:52.632Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:16:52.759Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:16:52.760Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:16:52.760Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:16:52.761Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:02.189Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:17:52.631Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:17:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:17:52.634Z||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. 2021-09-26T09:17:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:17:52.634Z|22775669-f692-430c-95f7-8be1a49c7ba6|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. 2021-09-26T09:17:52.635Z|22775669-f692-430c-95f7-8be1a49c7ba6|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:17:53.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:17:53.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:17:53.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:53.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:17:53.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:53.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:17:53.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:53.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:17:53.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:53.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/resourceInstances/pnf46da26d455ed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:17:53.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647752632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647763621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:17:53.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:17:53.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647765663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTykra9j35p3ln2nqqcec/1.0/artifacts/service-DemoPnfTykra9j35p3ln2nqqcec-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:17:53.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:17:53.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:17:53.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "22775669-f692-430c-95f7-8be1a49c7ba6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632647796931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:17:53.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:18:02.194Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:18:52.631Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:18:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:18:52.634Z|22775669-f692-430c-95f7-8be1a49c7ba6|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. 2021-09-26T09:18:52.634Z||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. 2021-09-26T09:18:52.635Z|22775669-f692-430c-95f7-8be1a49c7ba6|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:18:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:19:02.193Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:19:02.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:19:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:19:52.633Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:19:52.636Z|22775669-f692-430c-95f7-8be1a49c7ba6|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. 2021-09-26T09:19:52.636Z||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. 2021-09-26T09:19:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:19:52.636Z|22775669-f692-430c-95f7-8be1a49c7ba6|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:02.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:02.200Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:52.631Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:20:52.633Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:20:52.634Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T09:20:52.634Z|22775669-f692-430c-95f7-8be1a49c7ba6|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. 2021-09-26T09:20:52.635Z|22775669-f692-430c-95f7-8be1a49c7ba6|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:52.635Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:53.272Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:53.273Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.273Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"26600fd8-437a-417a-9736-8757dd7c5654","serviceName":"Demo_pNF_ECQNy4qEx84TRxcflV62","serviceVersion":"1.0","serviceUUID":"b441c202-08ad-4c77-bdf3-7db499d0e87c","serviceDescription":"catalog service description","serviceInvariantUUID":"1fd25fd6-0616-4c56-a074-1f368dc936a4","resources":[{"resourceInstanceName":"pNF 44094a3f-05d0 0","resourceName":"pNF 44094a3f-05d0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1dc8649f-34d6-43ac-960c-d316eb688320","resourceInvariantUUID":"56079dcd-6a74-44ef-a459-8187d452473a","resourceCustomizationUUID":"c2c6d5da-e2a8-44b9-9656-1914d19f4185","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml","artifactChecksum":"YTkwZTk4NTdkOTViMTBlNDdjMGI3MmVlNzRhMjIwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df910994-3e3f-419c-be82-3a43860b8351","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c57614-41f3-486f-840f-546ba439f96c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f33a503e-1f76-4a1d-b098-83ce29cd99d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml","artifactChecksum":"OTEwYWYzOTdlY2ZmYTNlNmIwOTU5MDQ1YWQwZTBmNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e7eb30a-7df1-4245-a77b-99ac53293044","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44a00c09-09c3-4611-93d0-9a4cde4c5dc4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e496f042-3b82-4949-bda9-df81999c6928","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEcqny4qex84trxcflv62-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml","artifactChecksum":"Y2RiMzc0YjI3ZjU4YjExYmMzZDY2NDc3ZTQxNDQxMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"552a7746-6435-4f46-89e3-77f981d3bab7","artifactVersion":"1"},{"artifactName":"service-DemoPnfEcqny4qex84trxcflv62-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar","artifactChecksum":"MDUzOTE3NTAwNGRlNTAwMjUzZTc2NjMwMTZjOTJkZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed2eab6-4d67-403f-9975-2601db528ed0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:20:53.278Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:20:53.278Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:53.278Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:20:53.279Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.280Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.281Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.281Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.281Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.282Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.282Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.283Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.283Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.283Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.283Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.284Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.284Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.284Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.284Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:20:53.285Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.285Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.285Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.285Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.286Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.286Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.286Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.287Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.287Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.287Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.287Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.288Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.288Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.288Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.288Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.289Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.289Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.289Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.289Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.290Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.290Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.290Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.290Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.291Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.291Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.291Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.291Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.291Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.292Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.292Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.292Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.293Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.293Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.293Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.293Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.294Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.294Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.294Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.294Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.295Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.295Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.295Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.295Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.296Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.296Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.296Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.296Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.297Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.297Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.297Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.297Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.298Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.298Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.298Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.298Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.299Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.299Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.299Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.299Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.300Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.300Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.300Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.300Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.301Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.304Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.304Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.304Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.304Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.304Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.305Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:20:53.305Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.305Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.305Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.305Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.305Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.305Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.306Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.306Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.306Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.306Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.307Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.307Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.307Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.307Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.307Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648009892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.308Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648013378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "multicloud-k8s-id", "timestamp": 1632648014784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648010753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.309Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.310Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "dcae-sch", "timestamp": 1632648017886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648026059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:20:53.311Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648026062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648026060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.312Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.313Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.313Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.313Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.313Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.313Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "cds", "timestamp": 1632648027064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-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 (?, ?, ?, ?, ?) 2021-09-26T09:20:53.338Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26600fd8-437a-417a-9736-8757dd7c5654 2021-09-26T09:20:53.338Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26600fd8-437a-417a-9736-8757dd7c5654 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 (?, ?, ?, ?, ?) 2021-09-26T09:20:53.349Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648027076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.350Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.351Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.351Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.351Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "ves-openapi-manager", "timestamp": 1632648028079, "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=? 2021-09-26T09:20:53.358Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 26600fd8-437a-417a-9736-8757dd7c5654 2021-09-26T09:20:53.358Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26600fd8-437a-417a-9736-8757dd7c5654 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 (?, ?, ?, ?, ?) 2021-09-26T09:20:53.366Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.366Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648028308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.367Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.368Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.368Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.368Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.368Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.368Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.368Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648029311, "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=? 2021-09-26T09:20:53.373Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26600fd8-437a-417a-9736-8757dd7c5654 2021-09-26T09:20:53.373Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26600fd8-437a-417a-9736-8757dd7c5654 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 (?, ?, ?, ?, ?) 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.381Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.382Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648024346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648024554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.383Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648033647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648033692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648026894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-26T09:20:53.384Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.385Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648034697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:20:53.386Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.386Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.386Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "policy-id", "timestamp": 1632648035699, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-09-26T09:20:53.386Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T09:20:53.387Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:20:53.388Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:53.391Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26600fd8-437a-417a-9736-8757dd7c5654 2021-09-26T09:20:53.391Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26600fd8-437a-417a-9736-8757dd7c5654 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 (?, ?, ?, ?, ?) 2021-09-26T09:20:53.399Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.399Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648038638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:20:53.399Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.399Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.399Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "aai-ml", "timestamp": 1632648039642, "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=? 2021-09-26T09:20:53.403Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:53.404Z||pool-168-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:20:53.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26600fd8-437a-417a-9736-8757dd7c5654 2021-09-26T09:20:53.404Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26600fd8-437a-417a-9736-8757dd7c5654 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 (?, ?, ?, ?, ?) 2021-09-26T09:20:53.413Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.413Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648043518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:20:53.413Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.413Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.414Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648044536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:20:53.414Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:20:53.414Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-26T09:20:53.414Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "clamp", "timestamp": 1632648045543, "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=? 2021-09-26T09:20:53.418Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26600fd8-437a-417a-9736-8757dd7c5654 2021-09-26T09:20:53.419Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26600fd8-437a-417a-9736-8757dd7c5654 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 (?, ?, ?, ?, ?) 2021-09-26T09:20:54.285Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:20:54.286Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:20:54.288Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:20:54.288Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:54.388Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:20:54.389Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:20:54.389Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:54.415Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:54.416Z||pool-169-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:20:55.290Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:20:55.291Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:20:55.294Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:20:55.294Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:55.394Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:20:55.395Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:20:55.395Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:55.406Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:55.406Z||pool-170-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:20:56.295Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:20:56.296Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:20:56.298Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:20:56.299Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:56.399Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:20:56.400Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:20:56.400Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:56.410Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:56.411Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:20:57.299Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:20:57.300Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:20:57.302Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:20:57.302Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:57.402Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:20:57.403Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:20:57.403Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:57.425Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:57.426Z||pool-172-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:20:58.303Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:20:58.304Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:20:58.307Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:20:58.307Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:58.407Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:20:58.409Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:20:58.409Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:58.426Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:58.427Z||pool-173-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:20:59.308Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:20:59.311Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:20:59.312Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:20:59.313Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:20:59.413Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:20:59.413Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:20:59.414Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:20:59.425Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:20:59.425Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:21:00.313Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:21:00.314Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:21:00.316Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:21:00.316Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:21:00.418Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T09:21:00.418Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:21:00.419Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:21:00.429Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:21:00.429Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:21:01.318Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "serviceName": "Demo_pNF_ECQNy4qEx84TRxcflV62", "serviceVersion": "1.0", "serviceUUID": "b441c202-08ad-4c77-bdf3-7db499d0e87c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1fd25fd6-0616-4c56-a074-1f368dc936a4", "resources": [ { "resourceInstanceName": "pNF 44094a3f-05d0 0", "resourceCustomizationUUID": "c2c6d5da-e2a8-44b9-9656-1914d19f4185", "resourceName": "pNF 44094a3f-05d0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1dc8649f-34d6-43ac-960c-d316eb688320", "resourceInvariantUUID": "56079dcd-6a74-44ef-a459-8187d452473a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "artifactChecksum": "MDUzOTE3NTAwNGRlNTAwMjUzZTc2NjMwMTZjOTJkZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bed2eab6-4d67-403f-9975-2601db528ed0" } ], "workloadContext": "Production" } 2021-09-26T09:21:01.319Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:21:01.319Z|22775669-f692-430c-95f7-8be1a49c7ba6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b441c202-08ad-4c77-bdf3-7db499d0e87c ASDC 2021-09-26T09:21:01.320Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:26600fd8-437a-417a-9736-8757dd7c5654 ServiceName:Demo_pNF_ECQNy4qEx84TRxcflV62 ServiceVersion:1.0 ServiceUUID:b441c202-08ad-4c77-bdf3-7db499d0e87c ServiceInvariantUUID:1fd25fd6-0616-4c56-a074-1f368dc936a4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEcqny4qex84trxcflv62-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar ArtifactUUID:bed2eab6-4d67-403f-9975-2601db528ed0 ArtifactChecksum:MDUzOTE3NTAwNGRlNTAwMjUzZTc2NjMwMTZjOTJkZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 44094a3f-05d0 0 ResourceCustomizationUUID:c2c6d5da-e2a8-44b9-9656-1914d19f4185 ResourceInvariantUUID:56079dcd-6a74-44ef-a459-8187d452473a ResourceName:pNF 44094a3f-05d0 ResourceType:PNF ResourceUUID:1dc8649f-34d6-43ac-960c-d316eb688320 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:21:01.321Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b441c202-08ad-4c77-bdf3-7db499d0e87c 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=? 2021-09-26T09:21:01.359Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:21:01.360Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:21:01.361Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:21:01.361Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bed2eab6-4d67-403f-9975-2601db528ed0 from URL: /sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:01.361Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-26T09:21:01.361Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:03.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-26T09:21:03.568Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar bed2eab6-4d67-403f-9975-2601db528ed0 82540 2021-09-26T09:21:03.569Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar ASDC sendASDCNotification 2021-09-26T09:21:03.569Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:03.569Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:21:03.569Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:21:03.571Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:21:03.571Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648063568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:21:03.671Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:21:03.672Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:21:03.672Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:21:03.682Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:21:03.682Z||pool-176-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:21:04.572Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:21:04.572Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-26T09:21:04.573Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bed2eab6-4d67-403f-9975-2601db528ed0, URL: /sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar to file: /app/ASDC/1/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:04.573Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:04.573Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:04.574Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:04.759Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10615783747285560077/Definitions/service-DemoPnfEcqny4qex84trxcflv62-template.yml 2021-09-26T09:21:05.555Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||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-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||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-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|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-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|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-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.556Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 44094a3f-05d0 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-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.557Z|26600fd8-437a-417a-9736-8757dd7c5654|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-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.557Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-26T09:21:05.557Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.557Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.557Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Node template pNF 44094a3f-05d0 0 is matching search criteria 2021-09-26T09:21:05.557Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-26T09:21:05.557Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 44094a3f-05d0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:21:05.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Node template pNF 44094a3f-05d0 0 is matching search criteria 2021-09-26T09:21:05.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-26T09:21:05.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 44094a3f-05d0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:21:05.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.558Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.559Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.560Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ECQNy4qEx84TRxcflV62 Description:catalog service description Model UUID:b441c202-08ad-4c77-bdf3-7db499d0e87c Model Version:NULL Model InvariantUuid:1fd25fd6-0616-4c56-a074-1f368dc936a4 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:21:05.566Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1dc8649f-34d6-43ac-960c-d316eb688320 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:21:05.571Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||pNF 44094a3f-05d0 0 2021-09-26T09:21:05.571Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1dc8649f-34d6-43ac-960c-d316eb688320 2021-09-26T09:21:05.571Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b441c202-08ad-4c77-bdf3-7db499d0e87c 2021-09-26T09:21:05.571Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b441c202-08ad-4c77-bdf3-7db499d0e87c 2021-09-26T09:21:05.571Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 44094a3f-05d0 0 1dc8649f-34d6-43ac-960c-d316eb688320 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:21:05.575Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dc07a3e, org.onap.sdc.toscaparser.api.parameters.Input@45aeccdb, org.onap.sdc.toscaparser.api.parameters.Input@5bf093dd, org.onap.sdc.toscaparser.api.parameters.Input@699ac73, org.onap.sdc.toscaparser.api.parameters.Input@78763714] 2021-09-26T09:21:05.576Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.576Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.576Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b441c202-08ad-4c77-bdf3-7db499d0e87c: pNF 44094a3f-05d0 2021-09-26T09:21:05.576Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1dc8649f-34d6-43ac-960c-d316eb688320 2021-09-26T09:21:05.576Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:21:05.576Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ECQNy4qEx84TRxcflV62 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:21:05.577Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||Resource customization UUID: c2c6d5da-e2a8-44b9-9656-1914d19f4185 is the same as notified resource customizationUUID: c2c6d5da-e2a8-44b9-9656-1914d19f4185 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:21:05.615Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 44094a3f-05d0 1dc8649f-34d6-43ac-960c-d316eb688320 0 ASDC deployResourceStructure 2021-09-26T09:21:05.615Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar ASDC sendASDCNotification 2021-09-26T09:21:05.615Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar 2021-09-26T09:21:05.616Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:21:05.616Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:21:05.617Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:21:05.618Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648065615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:21:05.718Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:21:05.719Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:21:05.719Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:21:05.729Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:21:05.729Z||pool-177-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:21:06.619Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26600fd8-437a-417a-9736-8757dd7c5654 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:21:06.631Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26600fd8-437a-417a-9736-8757dd7c5654 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:21:06.634Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:21:06.634Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:21:06.634Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:21:06.634Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:21:06.635Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:21:06.635Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:21:06.635Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:21:06.636Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:21:06.636Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:21:06.637Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:21:06.637Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:21:06.637Z|26600fd8-437a-417a-9736-8757dd7c5654|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=? 2021-09-26T09:21:06.643Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:21:36.643Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26600fd8-437a-417a-9736-8757dd7c5654 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=? 2021-09-26T09:21:36.651Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26600fd8-437a-417a-9736-8757dd7c5654 and serviceModelVersionId: b441c202-08ad-4c77-bdf3-7db499d0e87c 2021-09-26T09:21:36.651Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fd25fd6-0616-4c56-a074-1f368dc936a4 2021-09-26T09:21:36.652Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fd25fd6-0616-4c56-a074-1f368dc936a4/model-vers/model-ver/b441c202-08ad-4c77-bdf3-7db499d0e87c?depth=0 2021-09-26T09:21:36.656Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:21:36.696Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd25fd6-0616-4c56-a074-1f368dc936a4/model-vers/model-ver/b441c202-08ad-4c77-bdf3-7db499d0e87c?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]} 2021-09-26T09:21:36.697Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd25fd6-0616-4c56-a074-1f368dc936a4/model-vers/model-ver/b441c202-08ad-4c77-bdf3-7db499d0e87c?depth=0|INFO|500||Invoke 2021-09-26T09:21:36.714Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd25fd6-0616-4c56-a074-1f368dc936a4/model-vers/model-ver/b441c202-08ad-4c77-bdf3-7db499d0e87c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:21:36.810Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd25fd6-0616-4c56-a074-1f368dc936a4/model-vers/model-ver/b441c202-08ad-4c77-bdf3-7db499d0e87c?depth=0|INFO|500||InvokeReturn 2021-09-26T09:21:36.811Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd25fd6-0616-4c56-a074-1f368dc936a4/model-vers/model-ver/b441c202-08ad-4c77-bdf3-7db499d0e87c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-09:21:36:719-15360], vertex-id=[274528], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:21:36 GMT], Content-Type=[application/json]} 2021-09-26T09:21:36.812Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:21:36.812Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:21:36.812Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:21:36.818Z|26600fd8-437a-417a-9736-8757dd7c5654|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) 2021-09-26T09:21:36.818Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26600fd8-437a-417a-9736-8757dd7c5654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:21:36.819Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:21:36.819Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:21:36.821Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:21:36.821Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648096819, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:21:36.921Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:21:36.922Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:21:36.922Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:21:36.935Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:21:36.935Z||pool-178-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T09:21:52.630Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:21:52.632Z|26600fd8-437a-417a-9736-8757dd7c5654|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. 2021-09-26T09:21:52.632Z|26600fd8-437a-417a-9736-8757dd7c5654|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:21:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:21:52.633Z||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. 2021-09-26T09:21:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:21:52.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:21:52.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:21:52.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:21:52.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:02.175Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:22:52.630Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:22:52.632Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:22:52.632Z|26600fd8-437a-417a-9736-8757dd7c5654|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. 2021-09-26T09:22:52.633Z|04515763-b2c9-4773-940a-ca135988cc61|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. 2021-09-26T09:22:52.632Z|26600fd8-437a-417a-9736-8757dd7c5654|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:22:52.633Z|04515763-b2c9-4773-940a-ca135988cc61|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:22:53.163Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:22:53.163Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.164Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:22:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:22:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.165Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/resourceInstances/pnf44094a3f05d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.166Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648052631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648063568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648065615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEcqny4qex84trxcflv62/1.0/artifacts/service-DemoPnfEcqny4qex84trxcflv62-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-26T09:22:53.167Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "26600fd8-437a-417a-9736-8757dd7c5654", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648096819, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:22:53.168Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:23:02.202Z|26600fd8-437a-417a-9736-8757dd7c5654|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:23:52.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:23:52.633Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:23:52.633Z||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. 2021-09-26T09:23:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:23:52.633Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T09:23:52.634Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:24:02.199Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:24:02.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:24:52.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:24:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:24:52.635Z||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. 2021-09-26T09:24:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:24:52.635Z||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. 2021-09-26T09:24:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:25:02.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:25:02.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:25:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:25:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:25:52.634Z||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. 2021-09-26T09:25:52.634Z||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. 2021-09-26T09:25:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:25:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:26:02.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:02.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:26:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:26:52.635Z||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. 2021-09-26T09:26:52.635Z||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. 2021-09-26T09:26:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:26:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:26:56.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:56.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:26:56.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"18929c51-393f-443e-a6a0-641fc78097be","serviceName":"Demo_pNF_rOVpcmctOSE4eFacN68Y","serviceVersion":"1.0","serviceUUID":"d8f6c71d-b9d8-4c65-ac38-41dbb3f44409","serviceDescription":"catalog service description","serviceInvariantUUID":"7b2422d8-990f-482b-9652-29e77e4fb7ac","resources":[{"resourceInstanceName":"pNF 5f6fbc52-6688 0","resourceName":"pNF 5f6fbc52-6688","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d41f3eba-e457-42de-ac83-7177f530f4eb","resourceInvariantUUID":"7efe678f-f52a-4c25-b967-24da1f431e35","resourceCustomizationUUID":"7c5d3dfe-7b23-44cd-8d35-c0d11a634bbc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml","artifactChecksum":"ZmJiZDI0MjljMGM0MTBkYjU2NDBlN2UwNGU4ZTE0NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9fe3002-0f9e-4ab5-9048-ea1f4a663fcb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e702ca98-9904-4929-a70c-bf7feea1f195","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c1dda72-f98e-461c-97b9-e5a8544138c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml","artifactChecksum":"ODBkMDI0M2IwYmY1MjVmMjM2ZDgzM2E5ZjQ0OGQ3NTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"88699846-35cc-4ed6-bdce-1afe4704d5af","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e82cfba2-d34b-46b8-9d03-709ce8950ad2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7331bd8-1ef4-41b4-930d-90cca282db90","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRovpcmctose4efacn68y-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml","artifactChecksum":"NTgwMjJmMzY3NjFkYmI3NmMwNmIzMGM5NjY2ODdlMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55521770-117f-4bd3-9cde-9b5feb2b4d54","artifactVersion":"1"},{"artifactName":"service-DemoPnfRovpcmctose4efacn68y-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar","artifactChecksum":"YjBmOGM0NGM1ZGFkNDMxZmYwOWVlMjg5MjA1ODM2Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb3a5332-8933-4575-8fbb-9ae3ee8c529a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:26:56.374Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:26:56.375Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:26:56.381Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:26:56.381Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:26:56.481Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:26:56.481Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:26:56.482Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:26:56.500Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:56.501Z||pool-179-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:26:56.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:56.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:26:56.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:26:56.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:26:57.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:26:57.383Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:26:57.386Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:26:57.386Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:26:57.486Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:26:57.487Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:26:57.487Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:26:57.500Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:57.501Z||pool-180-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:26:58.387Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:26:58.387Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:26:58.390Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:26:58.390Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:26:58.490Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:26:58.491Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:26:58.491Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:26:58.506Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:58.506Z||pool-181-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:26:59.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:26:59.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:26:59.393Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:26:59.393Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:26:59.497Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-09-26T09:26:59.498Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:26:59.498Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:26:59.507Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:26:59.507Z||pool-182-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:27:00.394Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:27:00.394Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:27:00.396Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:27:00.396Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:27:00.497Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T09:27:00.498Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:27:00.498Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:27:00.509Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:27:00.509Z||pool-183-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:27:01.397Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:27:01.397Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:27:01.400Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:27:01.400Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:27:01.500Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:27:01.501Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:27:01.502Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:27:01.540Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:27:01.541Z||pool-184-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:27:02.400Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:27:02.401Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:27:02.407Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:27:02.408Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:27:02.507Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:27:02.508Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:27:02.508Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:27:02.519Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:27:02.520Z||pool-185-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:27:03.408Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:27:03.409Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:27:03.410Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:27:03.410Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:27:03.511Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:27:03.511Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:27:03.512Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:27:03.526Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:27:03.527Z||pool-186-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:27:04.411Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "serviceName": "Demo_pNF_rOVpcmctOSE4eFacN68Y", "serviceVersion": "1.0", "serviceUUID": "d8f6c71d-b9d8-4c65-ac38-41dbb3f44409", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7b2422d8-990f-482b-9652-29e77e4fb7ac", "resources": [ { "resourceInstanceName": "pNF 5f6fbc52-6688 0", "resourceCustomizationUUID": "7c5d3dfe-7b23-44cd-8d35-c0d11a634bbc", "resourceName": "pNF 5f6fbc52-6688", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d41f3eba-e457-42de-ac83-7177f530f4eb", "resourceInvariantUUID": "7efe678f-f52a-4c25-b967-24da1f431e35", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRovpcmctose4efacn68y-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "artifactChecksum": "YjBmOGM0NGM1ZGFkNDMxZmYwOWVlMjg5MjA1ODM2Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb3a5332-8933-4575-8fbb-9ae3ee8c529a" } ], "workloadContext": "Production" } 2021-09-26T09:27:04.412Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:27:04.412Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d8f6c71d-b9d8-4c65-ac38-41dbb3f44409 ASDC 2021-09-26T09:27:04.413Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:18929c51-393f-443e-a6a0-641fc78097be ServiceName:Demo_pNF_rOVpcmctOSE4eFacN68Y ServiceVersion:1.0 ServiceUUID:d8f6c71d-b9d8-4c65-ac38-41dbb3f44409 ServiceInvariantUUID:7b2422d8-990f-482b-9652-29e77e4fb7ac ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRovpcmctose4efacn68y-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar ArtifactUUID:eb3a5332-8933-4575-8fbb-9ae3ee8c529a ArtifactChecksum:YjBmOGM0NGM1ZGFkNDMxZmYwOWVlMjg5MjA1ODM2Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5f6fbc52-6688 0 ResourceCustomizationUUID:7c5d3dfe-7b23-44cd-8d35-c0d11a634bbc ResourceInvariantUUID:7efe678f-f52a-4c25-b967-24da1f431e35 ResourceName:pNF 5f6fbc52-6688 ResourceType:PNF ResourceUUID:d41f3eba-e457-42de-ac83-7177f530f4eb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:27:04.413Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8f6c71d-b9d8-4c65-ac38-41dbb3f44409 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 (?, ?, ?, ?, ?) 2021-09-26T09:27:04.456Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:27:04.457Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:27:04.458Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:27:04.458Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb3a5332-8933-4575-8fbb-9ae3ee8c529a from URL: /sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:04.458Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-09-26T09:27:04.458Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:05.547Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-09-26T09:27:05.551Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar eb3a5332-8933-4575-8fbb-9ae3ee8c529a 82536 2021-09-26T09:27:05.551Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar ASDC sendASDCNotification 2021-09-26T09:27:05.551Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:05.551Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:27:05.551Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:27:05.553Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:27:05.554Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648425551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:27:05.654Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:27:05.654Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:27:05.654Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:27:05.664Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:27:05.664Z||pool-187-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:27:06.555Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:27:06.557Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:27:06.558Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: eb3a5332-8933-4575-8fbb-9ae3ee8c529a, URL: /sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar to file: /app/ASDC/1/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:06.560Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:06.562Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:06.562Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:06.731Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12218018071903066832/Definitions/service-DemoPnfRovpcmctose4efacn68y-template.yml 2021-09-26T09:27:07.653Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:27:07.654Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-09-26T09:27:07.654Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.654Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:27:07.654Z|18929c51-393f-443e-a6a0-641fc78097be|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-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.654Z|18929c51-393f-443e-a6a0-641fc78097be|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-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.655Z|18929c51-393f-443e-a6a0-641fc78097be|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-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.655Z|18929c51-393f-443e-a6a0-641fc78097be|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-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.655Z|18929c51-393f-443e-a6a0-641fc78097be|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-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.655Z|18929c51-393f-443e-a6a0-641fc78097be|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-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.655Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5f6fbc52-6688 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-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.656Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-09-26T09:27:07.656Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.656Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.656Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Node template pNF 5f6fbc52-6688 0 is matching search criteria 2021-09-26T09:27:07.657Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-09-26T09:27:07.657Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5f6fbc52-6688 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:27:07.657Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.657Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.658Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Node template pNF 5f6fbc52-6688 0 is matching search criteria 2021-09-26T09:27:07.658Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-09-26T09:27:07.658Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5f6fbc52-6688 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:27:07.658Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.659Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.659Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.659Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.659Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.659Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.660Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.660Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.660Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.660Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.661Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_rOVpcmctOSE4eFacN68Y Description:catalog service description Model UUID:d8f6c71d-b9d8-4c65-ac38-41dbb3f44409 Model Version:NULL Model InvariantUuid:7b2422d8-990f-482b-9652-29e77e4fb7ac 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:27:07.667Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: d41f3eba-e457-42de-ac83-7177f530f4eb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:27:07.672Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||pNF 5f6fbc52-6688 0 2021-09-26T09:27:07.672Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d41f3eba-e457-42de-ac83-7177f530f4eb 2021-09-26T09:27:07.672Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d8f6c71d-b9d8-4c65-ac38-41dbb3f44409 2021-09-26T09:27:07.672Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d8f6c71d-b9d8-4c65-ac38-41dbb3f44409 2021-09-26T09:27:07.673Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5f6fbc52-6688 0 d41f3eba-e457-42de-ac83-7177f530f4eb ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:27:07.677Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@82058ff, org.onap.sdc.toscaparser.api.parameters.Input@21154115, org.onap.sdc.toscaparser.api.parameters.Input@52d548dc, org.onap.sdc.toscaparser.api.parameters.Input@79c9acb1, org.onap.sdc.toscaparser.api.parameters.Input@7324f4d7] 2021-09-26T09:27:07.681Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.681Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.682Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d8f6c71d-b9d8-4c65-ac38-41dbb3f44409: pNF 5f6fbc52-6688 2021-09-26T09:27:07.682Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||Processing PNF resource: d41f3eba-e457-42de-ac83-7177f530f4eb 2021-09-26T09:27:07.682Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:27:07.682Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_rOVpcmctOSE4eFacN68Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:27:07.682Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||Resource customization UUID: 7c5d3dfe-7b23-44cd-8d35-c0d11a634bbc is the same as notified resource customizationUUID: 7c5d3dfe-7b23-44cd-8d35-c0d11a634bbc Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:27:07.741Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5f6fbc52-6688 d41f3eba-e457-42de-ac83-7177f530f4eb 0 ASDC deployResourceStructure 2021-09-26T09:27:07.741Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar ASDC sendASDCNotification 2021-09-26T09:27:07.741Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar 2021-09-26T09:27:07.742Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:27:07.742Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:27:07.744Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:27:07.744Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648427741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:27:07.844Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:27:07.845Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:27:07.845Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:27:07.856Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:27:07.856Z||pool-188-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:27:08.744Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:27:08.763Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:27:08.765Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:27:08.765Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:27:08.765Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:27:38.765Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:27:38.777Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:27:38.785Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:27:38.785Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:27:38.786Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:27:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:27:52.635Z||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. 2021-09-26T09:27:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:27:52.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:27:52.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:27:52.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:27:52.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:27:52.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:27:52.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:27:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:27:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:27:52.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:27:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:08.786Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:28:08.821Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:28:08.823Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:28:08.823Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:28:08.823Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:28:38.825Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:28:38.837Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:28:38.839Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:28:38.839Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:28:38.839Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:28:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:28:52.634Z||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. 2021-09-26T09:28:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:28:53.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:28:53.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:28:53.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648414343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648412631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:28:53.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "multicloud-k8s-id", "timestamp": 1632648414784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:28:53.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648410752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648416893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648425551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:28:53.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "dcae-sch", "timestamp": 1632648417888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648425568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:28:53.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648425745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648418377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648426580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "ves-openapi-manager", "timestamp": 1632648427583, "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=? 2021-09-26T09:28:53.203Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 18929c51-393f-443e-a6a0-641fc78097be 2021-09-26T09:28:53.204Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18929c51-393f-443e-a6a0-641fc78097be 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 (?, ?, ?, ?, ?) 2021-09-26T09:28:53.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648427741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:28:53.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648427971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:28:53.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "cds", "timestamp": 1632648428986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-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=? 2021-09-26T09:28:53.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18929c51-393f-443e-a6a0-641fc78097be 2021-09-26T09:28:53.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18929c51-393f-443e-a6a0-641fc78097be 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 (?, ?, ?, ?, ?) 2021-09-26T09:28:53.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648430607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:28:53.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648431331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:28:53.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648424551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:28:53.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "aai-ml", "timestamp": 1632648432335, "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=? 2021-09-26T09:28:53.255Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18929c51-393f-443e-a6a0-641fc78097be 2021-09-26T09:28:53.255Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18929c51-393f-443e-a6a0-641fc78097be 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 (?, ?, ?, ?, ?) 2021-09-26T09:28:53.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648432617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648433567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:28:53.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "clamp", "timestamp": 1632648433620, "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=? 2021-09-26T09:28:53.275Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18929c51-393f-443e-a6a0-641fc78097be 2021-09-26T09:28:53.275Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18929c51-393f-443e-a6a0-641fc78097be 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 (?, ?, ?, ?, ?) 2021-09-26T09:28:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648434575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:28:53.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/resourceInstances/pnf5f6fbc5266880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "policy-id", "timestamp": 1632648435577, "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=? 2021-09-26T09:28:53.294Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18929c51-393f-443e-a6a0-641fc78097be 2021-09-26T09:28:53.295Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18929c51-393f-443e-a6a0-641fc78097be 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 (?, ?, ?, ?, ?) 2021-09-26T09:28:53.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:28:53.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648429894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:28:53.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-26T09:28:53.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648438812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:28:53.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648440982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRovpcmctose4efacn68y/1.0/artifacts/service-DemoPnfRovpcmctose4efacn68y-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:28:53.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:28:53.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:28:53.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648441986, "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=? 2021-09-26T09:28:53.314Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18929c51-393f-443e-a6a0-641fc78097be 2021-09-26T09:28:53.314Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18929c51-393f-443e-a6a0-641fc78097be 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 (?, ?, ?, ?, ?) 2021-09-26T09:29:08.839Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:29:08.851Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:29:08.854Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:29:08.855Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:29:08.855Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:29:08.855Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:29:08.855Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:29:08.855Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:29:08.855Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:29:08.856Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:29:08.856Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:29:08.856Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:29:08.856Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:29:08.856Z|18929c51-393f-443e-a6a0-641fc78097be|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=? 2021-09-26T09:29:08.861Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:29:38.861Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18929c51-393f-443e-a6a0-641fc78097be 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=? 2021-09-26T09:29:38.873Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18929c51-393f-443e-a6a0-641fc78097be and serviceModelVersionId: d8f6c71d-b9d8-4c65-ac38-41dbb3f44409 2021-09-26T09:29:38.874Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b2422d8-990f-482b-9652-29e77e4fb7ac 2021-09-26T09:29:38.875Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b2422d8-990f-482b-9652-29e77e4fb7ac/model-vers/model-ver/d8f6c71d-b9d8-4c65-ac38-41dbb3f44409?depth=0 2021-09-26T09:29:38.884Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:29:38.935Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7b2422d8-990f-482b-9652-29e77e4fb7ac/model-vers/model-ver/d8f6c71d-b9d8-4c65-ac38-41dbb3f44409?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]} 2021-09-26T09:29:38.941Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7b2422d8-990f-482b-9652-29e77e4fb7ac/model-vers/model-ver/d8f6c71d-b9d8-4c65-ac38-41dbb3f44409?depth=0|INFO|500||Invoke 2021-09-26T09:29:38.964Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7b2422d8-990f-482b-9652-29e77e4fb7ac/model-vers/model-ver/d8f6c71d-b9d8-4c65-ac38-41dbb3f44409?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:29:39.251Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7b2422d8-990f-482b-9652-29e77e4fb7ac/model-vers/model-ver/d8f6c71d-b9d8-4c65-ac38-41dbb3f44409?depth=0|INFO|500||InvokeReturn 2021-09-26T09:29:39.253Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7b2422d8-990f-482b-9652-29e77e4fb7ac/model-vers/model-ver/d8f6c71d-b9d8-4c65-ac38-41dbb3f44409?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-09:29:38:967-80414], vertex-id=[241832], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:29:38 GMT], Content-Type=[application/json]} 2021-09-26T09:29:39.253Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:29:39.254Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:29:39.254Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:29:39.262Z|18929c51-393f-443e-a6a0-641fc78097be|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) 2021-09-26T09:29:39.262Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18929c51-393f-443e-a6a0-641fc78097be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:29:39.263Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:29:39.263Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:29:39.266Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:29:39.266Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648579263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:29:39.366Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:29:39.367Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:29:39.368Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:29:39.382Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:29:39.382Z||pool-189-thread-1|||||INFO|500||cambria reply ok (16 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=? 2021-09-26T09:29:40.286Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:29:40.287Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:29:40.287Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:29:50.492Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:29:50.493Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:29:50.494Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:29:50.494Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:29:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:29:52.634Z||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. 2021-09-26T09:29:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:29:53.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:29:53.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:29:53.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "18929c51-393f-443e-a6a0-641fc78097be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648579263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:29:53.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:30:00.086Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:30:00.087Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:30:00.087Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:30:00.087Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:30:09.626Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:30:52.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:30:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:30:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T09:30:52.633Z||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. 2021-09-26T09:30:52.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:30:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:31:02.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:31:02.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:31:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:31:52.635Z||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. 2021-09-26T09:31:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:31:52.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:31:52.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T09:31:52.642Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:02.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:02.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:52.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:32:52.632Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:32:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-26T09:32:52.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:52.633Z|a2eac8a5-6652-4993-b393-900d22f39c84|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. 2021-09-26T09:32:52.633Z|a2eac8a5-6652-4993-b393-900d22f39c84|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:53.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:53.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdac5a84-d026-4e48-9cf0-1d6dc750ebae","serviceName":"Demo_pNF_iFZmObTmeN1yyMnjtzyz","serviceVersion":"1.0","serviceUUID":"ce97a0bd-256e-4d28-8fd8-13c152cde588","serviceDescription":"catalog service description","serviceInvariantUUID":"ba9ddca7-7602-43eb-bc51-15cc3a046f99","resources":[{"resourceInstanceName":"pNF 108a38e6-5123 0","resourceName":"pNF 108a38e6-5123","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c0da9d7a-0c85-4aec-ac95-e3c12871ed7c","resourceInvariantUUID":"da3b1e9e-7506-4358-8f79-356ea6abe93b","resourceCustomizationUUID":"e836b08f-5721-4cd3-b49b-b05303c3429c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml","artifactChecksum":"YTJmZWQ1MzU1YjBlMTA4NWFjYzE5MDk4MWJiNTg4N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcc854af-4975-45d8-9893-9dffcdea4eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f37de792-4ff3-4d1e-bcee-603f970eff12","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af806aee-ad1e-4ad5-9b37-a62d990f14ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NmU0NDVjOTRiYWM4YzRkODZhYjQzMDY0Zjc1ZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ab73350-6847-4ddb-a49d-b224762fe4f0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e8c0f69-5593-4ab2-acd2-5980041b2609","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da149bb0-3697-4352-815d-8c946bc2fd39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml","artifactChecksum":"NTdiZGRmNDUwMmQxNzg5YWI4MGQ1YWM0NWIzZTMwYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8923e6cb-3426-469e-b528-d20d1fc16ef7","artifactVersion":"1"},{"artifactName":"service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar","artifactChecksum":"Y2E5ODVjZjBkNTVhYjc0NzlhYmZiM2EzOTZlMDYyNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53c615d2-b4b8-48eb-957d-a68e5e9299b5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:32:53.289Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:32:53.289Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:32:53.294Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:32:53.294Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.298Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:53.299Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.299Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.300Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.301Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.302Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.303Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.304Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.305Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.306Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.307Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648733377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "multicloud-k8s-id", "timestamp": 1632648734784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648730752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648729893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.308Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "dcae-sch", "timestamp": 1632648737886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.309Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648746348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648746468, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648746572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.310Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.311Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.311Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.311Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.311Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "cds", "timestamp": 1632648747357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-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 (?, ?, ?, ?, ?) 2021-09-26T09:32:53.336Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdac5a84-d026-4e48-9cf0-1d6dc750ebae 2021-09-26T09:32:53.337Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdac5a84-d026-4e48-9cf0-1d6dc750ebae 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 (?, ?, ?, ?, ?) 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648747487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.348Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.349Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.349Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "ves-openapi-manager", "timestamp": 1632648748493, "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=? 2021-09-26T09:32:53.354Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cdac5a84-d026-4e48-9cf0-1d6dc750ebae 2021-09-26T09:32:53.354Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdac5a84-d026-4e48-9cf0-1d6dc750ebae 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 (?, ?, ?, ?, ?) 2021-09-26T09:32:53.361Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.361Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.361Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648748614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.362Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.363Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.363Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.363Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.363Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632648749617, "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=? 2021-09-26T09:32:53.368Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdac5a84-d026-4e48-9cf0-1d6dc750ebae 2021-09-26T09:32:53.368Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdac5a84-d026-4e48-9cf0-1d6dc750ebae 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 (?, ?, ?, ?, ?) 2021-09-26T09:32:53.375Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.375Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.375Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.375Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.375Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.376Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648744344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648744551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648753292, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:32:53.377Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648753500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648754515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648746893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.378Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "policy-id", "timestamp": 1632648755528, "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=? 2021-09-26T09:32:53.383Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdac5a84-d026-4e48-9cf0-1d6dc750ebae 2021-09-26T09:32:53.383Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdac5a84-d026-4e48-9cf0-1d6dc750ebae 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 (?, ?, ?, ?, ?) 2021-09-26T09:32:53.391Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.391Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648758179, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:32:53.391Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.391Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.391Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "aai-ml", "timestamp": 1632648759183, "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=? 2021-09-26T09:32:53.394Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:32:53.395Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:32:53.395Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:53.396Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdac5a84-d026-4e48-9cf0-1d6dc750ebae 2021-09-26T09:32:53.396Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdac5a84-d026-4e48-9cf0-1d6dc750ebae 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 (?, ?, ?, ?, ?) 2021-09-26T09:32:53.403Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.403Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648766823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:32:53.403Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.403Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.403Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648768684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:32:53.404Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:32:53.404Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:32:53.404Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "clamp", "timestamp": 1632648769686, "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=? 2021-09-26T09:32:53.406Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:53.406Z||pool-190-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:32:53.408Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdac5a84-d026-4e48-9cf0-1d6dc750ebae 2021-09-26T09:32:53.408Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdac5a84-d026-4e48-9cf0-1d6dc750ebae 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 (?, ?, ?, ?, ?) 2021-09-26T09:32:54.294Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:32:54.295Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:32:54.297Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:32:54.298Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:54.397Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:32:54.398Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:32:54.398Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:54.409Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:54.409Z||pool-191-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:32:55.298Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:32:55.299Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:32:55.301Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:32:55.301Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:55.401Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:32:55.402Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:32:55.402Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:55.413Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:55.413Z||pool-192-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:32:56.301Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:32:56.302Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:32:56.304Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:32:56.304Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:56.404Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:32:56.404Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:32:56.405Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:56.422Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:56.423Z||pool-193-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:32:57.304Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:32:57.305Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:32:57.307Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:32:57.307Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:57.407Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:32:57.408Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:32:57.408Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:57.420Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:57.420Z||pool-194-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:32:58.307Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:32:58.309Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:32:58.310Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:32:58.310Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:58.410Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:32:58.411Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:32:58.411Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:58.421Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:58.421Z||pool-195-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:32:59.311Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:32:59.313Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:32:59.315Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:32:59.315Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:32:59.415Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:32:59.416Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:32:59.416Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:32:59.426Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:32:59.426Z||pool-196-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:33:00.315Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:33:00.316Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:33:00.317Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:33:00.318Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:33:00.418Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:33:00.419Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:33:00.419Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:33:00.455Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:33:00.455Z||pool-197-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:33:01.319Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "serviceName": "Demo_pNF_iFZmObTmeN1yyMnjtzyz", "serviceVersion": "1.0", "serviceUUID": "ce97a0bd-256e-4d28-8fd8-13c152cde588", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ba9ddca7-7602-43eb-bc51-15cc3a046f99", "resources": [ { "resourceInstanceName": "pNF 108a38e6-5123 0", "resourceCustomizationUUID": "e836b08f-5721-4cd3-b49b-b05303c3429c", "resourceName": "pNF 108a38e6-5123", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c0da9d7a-0c85-4aec-ac95-e3c12871ed7c", "resourceInvariantUUID": "da3b1e9e-7506-4358-8f79-356ea6abe93b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "artifactChecksum": "Y2E5ODVjZjBkNTVhYjc0NzlhYmZiM2EzOTZlMDYyNTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "53c615d2-b4b8-48eb-957d-a68e5e9299b5" } ], "workloadContext": "Production" } 2021-09-26T09:33:01.319Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:33:01.319Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ce97a0bd-256e-4d28-8fd8-13c152cde588 ASDC 2021-09-26T09:33:01.320Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:cdac5a84-d026-4e48-9cf0-1d6dc750ebae ServiceName:Demo_pNF_iFZmObTmeN1yyMnjtzyz ServiceVersion:1.0 ServiceUUID:ce97a0bd-256e-4d28-8fd8-13c152cde588 ServiceInvariantUUID:ba9ddca7-7602-43eb-bc51-15cc3a046f99 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar ArtifactUUID:53c615d2-b4b8-48eb-957d-a68e5e9299b5 ArtifactChecksum:Y2E5ODVjZjBkNTVhYjc0NzlhYmZiM2EzOTZlMDYyNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 108a38e6-5123 0 ResourceCustomizationUUID:e836b08f-5721-4cd3-b49b-b05303c3429c ResourceInvariantUUID:da3b1e9e-7506-4358-8f79-356ea6abe93b ResourceName:pNF 108a38e6-5123 ResourceType:PNF ResourceUUID:c0da9d7a-0c85-4aec-ac95-e3c12871ed7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:33:01.320Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce97a0bd-256e-4d28-8fd8-13c152cde588 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=? 2021-09-26T09:33:01.371Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:33:01.372Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-26T09:33:01.372Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-26T09:33:01.372Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 53c615d2-b4b8-48eb-957d-a68e5e9299b5 from URL: /sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:01.372Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-26T09:33:01.373Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:03.947Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-26T09:33:03.951Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 53c615d2-b4b8-48eb-957d-a68e5e9299b5 82536 2021-09-26T09:33:03.951Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar ASDC sendASDCNotification 2021-09-26T09:33:03.952Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:03.952Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:33:03.952Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:33:03.954Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:33:03.955Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648783951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:33:04.054Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:33:04.055Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:33:04.055Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:33:04.090Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:33:04.090Z||pool-198-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:33:04.955Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:33:04.956Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-26T09:33:04.956Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 53c615d2-b4b8-48eb-957d-a68e5e9299b5, URL: /sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar to file: /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:04.957Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:04.957Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:04.957Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:05.231Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5086035442751355114/Definitions/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml 2021-09-26T09:33:06.016Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:33:06.017Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-26T09:33:06.017Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.017Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:33:06.017Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.017Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.018Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.018Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.018Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.018Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 108a38e6-5123 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-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.018Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.019Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-26T09:33:06.019Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.019Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.019Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Node template pNF 108a38e6-5123 0 is matching search criteria 2021-09-26T09:33:06.020Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-26T09:33:06.020Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 108a38e6-5123 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:33:06.020Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.020Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.020Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Node template pNF 108a38e6-5123 0 is matching search criteria 2021-09-26T09:33:06.021Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-26T09:33:06.021Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 108a38e6-5123 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:33:06.021Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.021Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.021Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.021Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.022Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.022Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.022Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.022Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.022Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.023Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.023Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_iFZmObTmeN1yyMnjtzyz Description:catalog service description Model UUID:ce97a0bd-256e-4d28-8fd8-13c152cde588 Model Version:NULL Model InvariantUuid:ba9ddca7-7602-43eb-bc51-15cc3a046f99 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:33:06.030Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c0da9d7a-0c85-4aec-ac95-e3c12871ed7c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:33:06.034Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||pNF 108a38e6-5123 0 2021-09-26T09:33:06.034Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c0da9d7a-0c85-4aec-ac95-e3c12871ed7c 2021-09-26T09:33:06.034Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ce97a0bd-256e-4d28-8fd8-13c152cde588 2021-09-26T09:33:06.034Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ce97a0bd-256e-4d28-8fd8-13c152cde588 2021-09-26T09:33:06.035Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 108a38e6-5123 0 c0da9d7a-0c85-4aec-ac95-e3c12871ed7c ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:33:06.039Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a7a8309, org.onap.sdc.toscaparser.api.parameters.Input@3f637686, org.onap.sdc.toscaparser.api.parameters.Input@3c3b1371, org.onap.sdc.toscaparser.api.parameters.Input@4cecc2, org.onap.sdc.toscaparser.api.parameters.Input@6e405509] 2021-09-26T09:33:06.039Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.040Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.040Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ce97a0bd-256e-4d28-8fd8-13c152cde588: pNF 108a38e6-5123 2021-09-26T09:33:06.040Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||Processing PNF resource: c0da9d7a-0c85-4aec-ac95-e3c12871ed7c 2021-09-26T09:33:06.041Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:33:06.041Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_iFZmObTmeN1yyMnjtzyz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:33:06.041Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||Resource customization UUID: e836b08f-5721-4cd3-b49b-b05303c3429c is the same as notified resource customizationUUID: e836b08f-5721-4cd3-b49b-b05303c3429c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:33:06.078Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 108a38e6-5123 c0da9d7a-0c85-4aec-ac95-e3c12871ed7c 0 ASDC deployResourceStructure 2021-09-26T09:33:06.078Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar ASDC sendASDCNotification 2021-09-26T09:33:06.078Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar 2021-09-26T09:33:06.078Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:33:06.079Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:33:06.080Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:33:06.080Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648786078, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:33:06.180Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:33:06.181Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:33:06.181Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:33:06.191Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:33:06.191Z||pool-199-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:33:07.081Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdac5a84-d026-4e48-9cf0-1d6dc750ebae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:33:07.091Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdac5a84-d026-4e48-9cf0-1d6dc750ebae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:33:07.094Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-26T09:33:07.099Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:33:37.099Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdac5a84-d026-4e48-9cf0-1d6dc750ebae 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=? 2021-09-26T09:33:37.107Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdac5a84-d026-4e48-9cf0-1d6dc750ebae and serviceModelVersionId: ce97a0bd-256e-4d28-8fd8-13c152cde588 2021-09-26T09:33:37.107Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba9ddca7-7602-43eb-bc51-15cc3a046f99 2021-09-26T09:33:37.108Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0 2021-09-26T09:33:37.114Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:33:37.151Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0|INFO|500||Invoke 2021-09-26T09:33:37.152Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdac5a84-d026-4e48-9cf0-1d6dc750ebae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ba8d5c2-fb85-4f97-955b-502d8ee6b397], X-ECOMP-RequestID=[cdac5a84-d026-4e48-9cf0-1d6dc750ebae], X-TransactionId=[], X-ONAP-RequestID=[cdac5a84-d026-4e48-9cf0-1d6dc750ebae], Content-Type=[application/merge-patch+json]} 2021-09-26T09:33:37.169Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:33:37.305Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-09:33:37:174-33197], vertex-id=[278736], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:33:37 GMT], Content-Type=[application/json]} 2021-09-26T09:33:37.306Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:33:37.306Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ba9ddca7-7602-43eb-bc51-15cc3a046f99/model-vers/model-ver/ce97a0bd-256e-4d28-8fd8-13c152cde588?depth=0|INFO|500||InvokeReturn 2021-09-26T09:33:37.306Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:33:37.307Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:33:37.314Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T09:33:37.314Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdac5a84-d026-4e48-9cf0-1d6dc750ebae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:33:37.314Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:33:37.315Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:33:37.316Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:33:37.317Z|cdac5a84-d026-4e48-9cf0-1d6dc750ebae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648817314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:33:37.417Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:33:37.418Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:33:37.418Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:33:37.430Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:33:37.430Z||pool-200-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T09:33:52.631Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:33:52.632Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:33:52.633Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:33:52.632Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:33:52.633Z|a2eac8a5-6652-4993-b393-900d22f39c84|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. 2021-09-26T09:33:52.633Z|a2eac8a5-6652-4993-b393-900d22f39c84|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:33:52.757Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:33:52.759Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-26T09:33:52.759Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:33:52.760Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:02.175Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:34:52.630Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:34:52.631Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:34:52.631Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:34:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:34:52.632Z||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. 2021-09-26T09:34:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:34:53.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:34:53.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:34:53.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:53.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:34:53.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:53.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:34:53.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:53.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:34:53.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:53.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/resourceInstances/pnf108a38e651230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:34:53.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:53.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:34:53.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:53.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648772630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:34:53.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-26T09:34:53.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648783951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:34:53.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:34:53.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648786078, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIfzmobtmen1yymnjtzyz/1.0/artifacts/service-DemoPnfIfzmobtmen1yymnjtzyz-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:34:53.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:34:53.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-26T09:34:53.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdac5a84-d026-4e48-9cf0-1d6dc750ebae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632648817314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:34:53.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:35:02.182Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:35:52.635Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:35:52.635Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:35:52.638Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:35:52.638Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:35:52.638Z|368461b8-789a-461d-b536-61998fd248ca|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. 2021-09-26T09:35:52.638Z|368461b8-789a-461d-b536-61998fd248ca|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:36:02.192Z|368461b8-789a-461d-b536-61998fd248ca|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:36:02.230Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:36:52.631Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:36:52.633Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:36:52.635Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:36:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T09:36:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:36:52.635Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:37:02.223Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:37:02.243Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:37:52.632Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:37:52.634Z|a2eac8a5-6652-4993-b393-900d22f39c84|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. 2021-09-26T09:37:52.635Z|a2eac8a5-6652-4993-b393-900d22f39c84|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:37:52.631Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:37:52.638Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:37:52.639Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:38:02.220Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:38:02.220Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:38:52.630Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:38:52.632Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:38:52.633Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:38:52.633Z|a2eac8a5-6652-4993-b393-900d22f39c84|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. 2021-09-26T09:38:52.633Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:38:52.633Z|a2eac8a5-6652-4993-b393-900d22f39c84|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:02.189Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:02.191Z|a2eac8a5-6652-4993-b393-900d22f39c84|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:52.631Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:39:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:39:52.634Z|18929c51-393f-443e-a6a0-641fc78097be|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. 2021-09-26T09:39:52.634Z|18929c51-393f-443e-a6a0-641fc78097be|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:52.634Z||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. 2021-09-26T09:39:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:53.262Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:53.262Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.262Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bc96705-0853-4ca5-a0ff-cd4289953f13","serviceName":"Demo_pNF_adrZqsRhryfffqAsu2eJ","serviceVersion":"1.0","serviceUUID":"865504a7-6f24-46b2-a2a8-0d4c1b85bfc9","serviceDescription":"catalog service description","serviceInvariantUUID":"eec24b5e-7d00-40af-ac64-e837fe60c04e","resources":[{"resourceInstanceName":"pNF bea5aa78-1045 0","resourceName":"pNF bea5aa78-1045","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"acd392b1-e2a4-4381-9566-500c78f496e0","resourceInvariantUUID":"8b6b9a64-addc-4a9f-9f8f-000a94cafc18","resourceCustomizationUUID":"4c976101-1b42-4ad6-b375-c0c84696fb0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml","artifactChecksum":"MDVjNGFjMTFkNTQ5MjA1NjQ3MjU2MzJjZDI2MjU5ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff803d76-c319-4a47-a7ac-5ed705b5f4fa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba707a4a-596d-4325-b2e0-b586ced988ca","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42d4cb8a-2b29-4c44-8a9b-cf5826ad335d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml","artifactChecksum":"OTgzMDk1N2ViYTg3ODlmNTBmMGE1NzMyMDJiOTNlYzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"686dd1a7-3d63-41ca-b5a4-96a98c305ffe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec557be4-2a43-44e3-8e75-75d5697c3c32","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72f86689-873a-4641-92ee-f4c727ef5f12","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml","artifactChecksum":"ZDdiMTlkN2UzMGQ5YmI1ZDUyNWM3NmJlOTViOTI0NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"195a76e9-9885-4985-9a8f-3e80da6d3ae2","artifactVersion":"1"},{"artifactName":"service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar","artifactChecksum":"N2Q2ODA1Y2E1MWE2ODJjZjc4YjZmZGY4YmU4MzNlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b86f57fd-79ca-4f89-ad71-cfc6aa8a3b14","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:39:53.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:53.273Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:39:53.273Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:39:53.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.277Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:39:53.277Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:39:53.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649168380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:39:53.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "multicloud-k8s-id", "timestamp": 1632649174784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:39:53.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649166893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:39:53.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649170752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "dcae-sch", "timestamp": 1632649177888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649186258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:39:53.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649186269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "cds", "timestamp": 1632649187269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-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 (?, ?, ?, ?, ?) 2021-09-26T09:39:53.339Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bc96705-0853-4ca5-a0ff-cd4289953f13 2021-09-26T09:39:53.339Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc96705-0853-4ca5-a0ff-cd4289953f13 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 (?, ?, ?, ?, ?) 2021-09-26T09:39:53.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649187283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:39:53.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:39:53.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649179892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:39:53.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "ves-openapi-manager", "timestamp": 1632649188287, "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=? 2021-09-26T09:39:53.355Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7bc96705-0853-4ca5-a0ff-cd4289953f13 2021-09-26T09:39:53.355Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc96705-0853-4ca5-a0ff-cd4289953f13 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 (?, ?, ?, ?, ?) 2021-09-26T09:39:53.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649190047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:39:53.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:39:53.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:53.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649191775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:39:53.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:39:53.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649192169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:39:53.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:39:53.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:39:53.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649184551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:39:53.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:39:53.377Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:39:53.378Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:39:53.378Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:53.388Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:53.388Z||pool-201-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:39:54.278Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:39:54.279Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:39:54.285Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:39:54.285Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:54.385Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:39:54.385Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:39:54.386Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:54.396Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:54.397Z||pool-202-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:39:55.285Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:39:55.286Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:39:55.287Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:39:55.287Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:55.387Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:39:55.388Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:39:55.388Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:55.405Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:55.406Z||pool-203-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:39:56.288Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:39:56.288Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:39:56.290Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:39:56.290Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:56.391Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T09:39:56.392Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:39:56.392Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:56.407Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:56.407Z||pool-204-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:39:57.290Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:39:57.291Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:39:57.293Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:39:57.293Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:57.393Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:39:57.394Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:39:57.394Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:57.406Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:57.406Z||pool-205-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:39:58.294Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:39:58.294Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:39:58.296Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:39:58.296Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:58.396Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:39:58.397Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:39:58.397Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:58.417Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:58.417Z||pool-206-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:39:59.297Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:39:59.297Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:39:59.299Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:39:59.299Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:39:59.399Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:39:59.400Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:39:59.400Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:39:59.426Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:39:59.426Z||pool-207-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:40:00.299Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:40:00.302Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:40:00.303Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:40:00.303Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:40:00.403Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:40:00.404Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:40:00.404Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:40:00.414Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:40:00.415Z||pool-208-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:40:01.304Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "serviceName": "Demo_pNF_adrZqsRhryfffqAsu2eJ", "serviceVersion": "1.0", "serviceUUID": "865504a7-6f24-46b2-a2a8-0d4c1b85bfc9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eec24b5e-7d00-40af-ac64-e837fe60c04e", "resources": [ { "resourceInstanceName": "pNF bea5aa78-1045 0", "resourceCustomizationUUID": "4c976101-1b42-4ad6-b375-c0c84696fb0e", "resourceName": "pNF bea5aa78-1045", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "acd392b1-e2a4-4381-9566-500c78f496e0", "resourceInvariantUUID": "8b6b9a64-addc-4a9f-9f8f-000a94cafc18", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "artifactChecksum": "N2Q2ODA1Y2E1MWE2ODJjZjc4YjZmZGY4YmU4MzNlZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b86f57fd-79ca-4f89-ad71-cfc6aa8a3b14" } ], "workloadContext": "Production" } 2021-09-26T09:40:01.305Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:40:01.305Z|18929c51-393f-443e-a6a0-641fc78097be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 865504a7-6f24-46b2-a2a8-0d4c1b85bfc9 ASDC 2021-09-26T09:40:01.306Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7bc96705-0853-4ca5-a0ff-cd4289953f13 ServiceName:Demo_pNF_adrZqsRhryfffqAsu2eJ ServiceVersion:1.0 ServiceUUID:865504a7-6f24-46b2-a2a8-0d4c1b85bfc9 ServiceInvariantUUID:eec24b5e-7d00-40af-ac64-e837fe60c04e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar ArtifactUUID:b86f57fd-79ca-4f89-ad71-cfc6aa8a3b14 ArtifactChecksum:N2Q2ODA1Y2E1MWE2ODJjZjc4YjZmZGY4YmU4MzNlZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bea5aa78-1045 0 ResourceCustomizationUUID:4c976101-1b42-4ad6-b375-c0c84696fb0e ResourceInvariantUUID:8b6b9a64-addc-4a9f-9f8f-000a94cafc18 ResourceName:pNF bea5aa78-1045 ResourceType:PNF ResourceUUID:acd392b1-e2a4-4381-9566-500c78f496e0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:40:01.306Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 865504a7-6f24-46b2-a2a8-0d4c1b85bfc9 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=? 2021-09-26T09:40:01.346Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:40:01.348Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:40:01.348Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:40:01.348Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b86f57fd-79ca-4f89-ad71-cfc6aa8a3b14 from URL: /sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:01.348Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-09-26T09:40:01.349Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:03.248Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-09-26T09:40:03.251Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar b86f57fd-79ca-4f89-ad71-cfc6aa8a3b14 82534 2021-09-26T09:40:03.252Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar ASDC sendASDCNotification 2021-09-26T09:40:03.252Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:03.252Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:40:03.252Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:40:03.254Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:40:03.254Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649203252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:40:03.355Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-26T09:40:03.355Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:40:03.356Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:40:03.365Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:40:03.365Z||pool-209-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:40:04.254Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:40:04.256Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:40:04.256Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b86f57fd-79ca-4f89-ad71-cfc6aa8a3b14, URL: /sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar to file: /app/ASDC/1/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:04.256Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:04.257Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:04.257Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:04.872Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10310657935871534572/Definitions/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml 2021-09-26T09:40:05.822Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:40:05.823Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-09-26T09:40:05.823Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.824Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:40:05.824Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.824Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.824Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.824Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.824Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.824Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bea5aa78-1045 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-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.825Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.825Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-09-26T09:40:05.825Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.825Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.826Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Node template pNF bea5aa78-1045 0 is matching search criteria 2021-09-26T09:40:05.826Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-09-26T09:40:05.826Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bea5aa78-1045 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:40:05.826Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.827Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.827Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Node template pNF bea5aa78-1045 0 is matching search criteria 2021-09-26T09:40:05.827Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-09-26T09:40:05.827Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bea5aa78-1045 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:40:05.827Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.828Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.828Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.828Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.828Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.828Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.828Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.829Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.829Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.829Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.829Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_adrZqsRhryfffqAsu2eJ Description:catalog service description Model UUID:865504a7-6f24-46b2-a2a8-0d4c1b85bfc9 Model Version:NULL Model InvariantUuid:eec24b5e-7d00-40af-ac64-e837fe60c04e 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:40:05.836Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: acd392b1-e2a4-4381-9566-500c78f496e0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:40:05.840Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||pNF bea5aa78-1045 0 2021-09-26T09:40:05.841Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: acd392b1-e2a4-4381-9566-500c78f496e0 2021-09-26T09:40:05.841Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 865504a7-6f24-46b2-a2a8-0d4c1b85bfc9 2021-09-26T09:40:05.841Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 865504a7-6f24-46b2-a2a8-0d4c1b85bfc9 2021-09-26T09:40:05.841Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bea5aa78-1045 0 acd392b1-e2a4-4381-9566-500c78f496e0 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:40:05.846Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3239df9a, org.onap.sdc.toscaparser.api.parameters.Input@64e0a8e4, org.onap.sdc.toscaparser.api.parameters.Input@62d3d16b, org.onap.sdc.toscaparser.api.parameters.Input@24a6c73f, org.onap.sdc.toscaparser.api.parameters.Input@581f193e] 2021-09-26T09:40:05.846Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.847Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.847Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 865504a7-6f24-46b2-a2a8-0d4c1b85bfc9: pNF bea5aa78-1045 2021-09-26T09:40:05.847Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||Processing PNF resource: acd392b1-e2a4-4381-9566-500c78f496e0 2021-09-26T09:40:05.847Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:40:05.847Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_adrZqsRhryfffqAsu2eJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:40:05.848Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||Resource customization UUID: 4c976101-1b42-4ad6-b375-c0c84696fb0e is the same as notified resource customizationUUID: 4c976101-1b42-4ad6-b375-c0c84696fb0e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:40:05.888Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bea5aa78-1045 acd392b1-e2a4-4381-9566-500c78f496e0 0 ASDC deployResourceStructure 2021-09-26T09:40:05.888Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar ASDC sendASDCNotification 2021-09-26T09:40:05.889Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar 2021-09-26T09:40:05.889Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:40:05.889Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:40:05.891Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:40:05.891Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649205888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:40:05.991Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:40:05.992Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:40:05.992Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:40:06.003Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:40:06.003Z||pool-210-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:40:06.891Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:40:06.906Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:40:06.908Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:40:06.908Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:40:06.908Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:40:36.909Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:40:36.939Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:40:36.941Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:40:36.941Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:40:36.941Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:40:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:40:52.635Z||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. 2021-09-26T09:40:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:40:52.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:40:52.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:40:52.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649193174, "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=? 2021-09-26T09:40:52.780Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bc96705-0853-4ca5-a0ff-cd4289953f13 2021-09-26T09:40:52.780Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc96705-0853-4ca5-a0ff-cd4289953f13 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 (?, ?, ?, ?, ?) 2021-09-26T09:41:06.944Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:41:06.958Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:41:06.960Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:41:06.960Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:41:06.960Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:41:36.961Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:41:36.973Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:41:36.975Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:41:36.975Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:41:36.975Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:41:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:41:52.635Z||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. 2021-09-26T09:41:52.636Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:41:53.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:41:53.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649193399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:41:53.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649193781, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649194404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:41:53.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:41:53.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "clamp", "timestamp": 1632649194785, "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=? 2021-09-26T09:41:53.193Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7bc96705-0853-4ca5-a0ff-cd4289953f13 2021-09-26T09:41:53.193Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc96705-0853-4ca5-a0ff-cd4289953f13 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 (?, ?, ?, ?, ?) 2021-09-26T09:41:53.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "policy-id", "timestamp": 1632649195407, "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=? 2021-09-26T09:41:53.209Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bc96705-0853-4ca5-a0ff-cd4289953f13 2021-09-26T09:41:53.209Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc96705-0853-4ca5-a0ff-cd4289953f13 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 (?, ?, ?, ?, ?) 2021-09-26T09:41:53.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/resourceInstances/pnfbea5aa7810450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649192631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:41:53.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649194342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649203252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649204190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:41:53.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:41:53.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649205888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:41:53.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:41:53.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649210424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAdrzqsrhryfffqasu2ej/1.0/artifacts/service-DemoPnfAdrzqsrhryfffqasu2ej-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:41:53.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:41:53.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:41:53.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "aai-ml", "timestamp": 1632649211427, "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=? 2021-09-26T09:41:53.230Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bc96705-0853-4ca5-a0ff-cd4289953f13 2021-09-26T09:41:53.230Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc96705-0853-4ca5-a0ff-cd4289953f13 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 (?, ?, ?, ?, ?) 2021-09-26T09:42:06.976Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:42:06.991Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:42:06.993Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:42:06.993Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:42:06.993Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:42:06.993Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:42:06.994Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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=? 2021-09-26T09:42:06.999Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:42:36.999Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 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=? 2021-09-26T09:42:37.006Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bc96705-0853-4ca5-a0ff-cd4289953f13 and serviceModelVersionId: 865504a7-6f24-46b2-a2a8-0d4c1b85bfc9 2021-09-26T09:42:37.006Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eec24b5e-7d00-40af-ac64-e837fe60c04e 2021-09-26T09:42:37.008Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eec24b5e-7d00-40af-ac64-e837fe60c04e/model-vers/model-ver/865504a7-6f24-46b2-a2a8-0d4c1b85bfc9?depth=0 2021-09-26T09:42:37.018Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:42:37.083Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec24b5e-7d00-40af-ac64-e837fe60c04e/model-vers/model-ver/865504a7-6f24-46b2-a2a8-0d4c1b85bfc9?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]} 2021-09-26T09:42:37.085Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec24b5e-7d00-40af-ac64-e837fe60c04e/model-vers/model-ver/865504a7-6f24-46b2-a2a8-0d4c1b85bfc9?depth=0|INFO|500||Invoke 2021-09-26T09:42:37.104Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec24b5e-7d00-40af-ac64-e837fe60c04e/model-vers/model-ver/865504a7-6f24-46b2-a2a8-0d4c1b85bfc9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:42:37.211Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec24b5e-7d00-40af-ac64-e837fe60c04e/model-vers/model-ver/865504a7-6f24-46b2-a2a8-0d4c1b85bfc9?depth=0|INFO|500||InvokeReturn 2021-09-26T09:42:37.211Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec24b5e-7d00-40af-ac64-e837fe60c04e/model-vers/model-ver/865504a7-6f24-46b2-a2a8-0d4c1b85bfc9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210926-09:42:37:109-93525], vertex-id=[270512], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:42:37 GMT], Content-Type=[application/json]} 2021-09-26T09:42:37.212Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:42:37.212Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:42:37.213Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:42:37.216Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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) 2021-09-26T09:42:37.217Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bc96705-0853-4ca5-a0ff-cd4289953f13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:42:37.217Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:42:37.217Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:42:37.219Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:42:37.220Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649357217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:42:37.320Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:42:37.320Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:42:37.321Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:42:37.333Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:42:37.334Z||pool-211-thread-1|||||INFO|500||cambria reply ok (14 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=? 2021-09-26T09:42:38.232Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:42:38.232Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:42:38.232Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:42:48.544Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:42:48.545Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:42:48.546Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:42:48.546Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:42:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:42:52.634Z||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. 2021-09-26T09:42:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:42:53.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:42:53.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-26T09:42:53.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bc96705-0853-4ca5-a0ff-cd4289953f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649357217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:42:53.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:42:58.090Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:42:58.092Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:42:58.092Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:42:58.092Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:43:07.654Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:43:30.002Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-26T09:43:52.633Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:43:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:43:52.635Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:43:52.635Z||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. 2021-09-26T09:43:52.635Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:43:52.635Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:44:02.189Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:44:02.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:44:52.631Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:44:52.632Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:44:52.632Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:44:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:44:52.633Z||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. 2021-09-26T09:44:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:45:02.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:45:02.202Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:45:52.630Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:45:52.633Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:45:52.633Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:45:52.634Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:45:52.635Z|04515763-b2c9-4773-940a-ca135988cc61|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. 2021-09-26T09:45:52.636Z|04515763-b2c9-4773-940a-ca135988cc61|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:46:02.196Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:46:02.205Z|04515763-b2c9-4773-940a-ca135988cc61|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:46:52.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:46:52.637Z||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. 2021-09-26T09:46:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:46:52.638Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:46:52.639Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:46:52.639Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:02.194Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:02.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:52.631Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:47:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:47:52.633Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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. 2021-09-26T09:47:52.634Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:52.633Z||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. 2021-09-26T09:47:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:52.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:52.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-26T09:47:52.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649650752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649646894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:47:52.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649648377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:47:52.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "multicloud-k8s-id", "timestamp": 1632649654785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:47:52.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "dcae-sch", "timestamp": 1632649657889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649665834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:47:52.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:47:52.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649665870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-26T09:47:52.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:47:52.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "cds", "timestamp": 1632649666839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-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 (?, ?, ?, ?, ?) 2021-09-26T09:47:52.821Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8202355-728c-4f0a-bb0b-5d38980cbeb7 2021-09-26T09:47:52.822Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8202355-728c-4f0a-bb0b-5d38980cbeb7 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 (?, ?, ?, ?, ?) 2021-09-26T09:47:52.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649666886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-26T09:47:52.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:47:52.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649659892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:47:52.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649667876, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:47:52.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:47:52.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "ves-openapi-manager", "timestamp": 1632649667889, "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=? 2021-09-26T09:47:52.837Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e8202355-728c-4f0a-bb0b-5d38980cbeb7 2021-09-26T09:47:52.837Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8202355-728c-4f0a-bb0b-5d38980cbeb7 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 (?, ?, ?, ?, ?) 2021-09-26T09:47:52.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649669462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649669884, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "clamp", "timestamp": 1632649670887, "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=? 2021-09-26T09:47:52.851Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8202355-728c-4f0a-bb0b-5d38980cbeb7 2021-09-26T09:47:52.851Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8202355-728c-4f0a-bb0b-5d38980cbeb7 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 (?, ?, ?, ?, ?) 2021-09-26T09:47:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649671562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649664552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:47:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:47:53.263Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:53.264Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-26T09:47:53.264Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8202355-728c-4f0a-bb0b-5d38980cbeb7","serviceName":"Demo_pNF_eQApy4EiSO1VsldkWJa0","serviceVersion":"1.0","serviceUUID":"3ed283e4-50bc-41b6-8cff-05acb5b2a289","serviceDescription":"catalog service description","serviceInvariantUUID":"186ee248-7215-4b76-aaee-bbd0d2a3ac53","resources":[{"resourceInstanceName":"pNF 3ae9a7b2-9e9b 0","resourceName":"pNF 3ae9a7b2-9e9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"339dda65-6018-4616-97ca-7ee35f1d57c9","resourceInvariantUUID":"33e8fa08-0ffe-44d6-a41e-4982abc48e6d","resourceCustomizationUUID":"134e8171-46ca-425e-8685-e3d43619b90f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml","artifactChecksum":"M2VhYmM0NTU4ZGJmMTk0ZDA1ZjJiNTBkZmIzNjAyOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e76895a6-59e7-4b8a-970a-e8c83bd52847","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e0596b9-1b7e-4592-904e-df9fa313968b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62f1f7ae-90a0-43cd-8a56-e92036e74ce0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmU0YzZiZTQzYTA1ZDgwOGFlN2ZlODJkMDYxZTJhM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1fb9de7-a138-4e75-9efd-55d3fb14f02a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"473bd021-3561-4679-9a57-43cf0a796fee","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9df97482-7b7b-4422-9e92-526c050fb3d8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEqapy4eiso1vsldkwja0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml","artifactChecksum":"Zjk5ZGVlNzY1OGVmMDUyNGNlNGJkMjI2MGNmNTJlMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c56902a-e004-4788-8047-cc540883517d","artifactVersion":"1"},{"artifactName":"service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar","artifactChecksum":"MWI3NzY0NDU3NDFhNTQ1MDI0NTdiYTY5YzY5ZmI3MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53c20b66-79b5-4a45-b510-95942b3f77d5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-26T09:47:53.267Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:47:53.267Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:47:53.272Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:47:53.272Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:53.372Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:47:53.373Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:47:53.373Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:53.395Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:53.395Z||pool-212-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:47:54.273Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:47:54.274Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:47:54.276Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:47:54.276Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:54.376Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:47:54.376Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:47:54.376Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:54.394Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:54.394Z||pool-213-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:47:55.276Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:47:55.277Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:47:55.279Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:47:55.279Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:55.379Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:47:55.380Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:47:55.380Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:55.392Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:55.393Z||pool-214-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:47:56.279Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:47:56.280Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:47:56.282Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:47:56.282Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:56.382Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:47:56.383Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:47:56.383Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:56.394Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:56.394Z||pool-215-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:47:57.283Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:47:57.285Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:47:57.287Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:47:57.287Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:57.387Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:47:57.389Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:47:57.389Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:57.398Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:57.399Z||pool-216-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:47:58.288Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:47:58.289Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:47:58.292Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:47:58.292Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:58.392Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-26T09:47:58.393Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:47:58.393Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:58.408Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:58.409Z||pool-217-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:47:59.293Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:47:59.294Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:47:59.296Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:47:59.296Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:47:59.396Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:47:59.397Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:47:59.397Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:47:59.409Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:47:59.409Z||pool-218-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:48:00.297Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-26T09:48:00.298Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:48:00.300Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:48:00.300Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:48:00.400Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:48:00.402Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:48:00.402Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:48:00.412Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:48:00.413Z||pool-219-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:48:01.301Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "serviceName": "Demo_pNF_eQApy4EiSO1VsldkWJa0", "serviceVersion": "1.0", "serviceUUID": "3ed283e4-50bc-41b6-8cff-05acb5b2a289", "serviceDescription": "catalog service description", "serviceInvariantUUID": "186ee248-7215-4b76-aaee-bbd0d2a3ac53", "resources": [ { "resourceInstanceName": "pNF 3ae9a7b2-9e9b 0", "resourceCustomizationUUID": "134e8171-46ca-425e-8685-e3d43619b90f", "resourceName": "pNF 3ae9a7b2-9e9b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "339dda65-6018-4616-97ca-7ee35f1d57c9", "resourceInvariantUUID": "33e8fa08-0ffe-44d6-a41e-4982abc48e6d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "artifactChecksum": "MWI3NzY0NDU3NDFhNTQ1MDI0NTdiYTY5YzY5ZmI3MDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "53c20b66-79b5-4a45-b510-95942b3f77d5" } ], "workloadContext": "Production" } 2021-09-26T09:48:01.302Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-26T09:48:01.302Z|7bc96705-0853-4ca5-a0ff-cd4289953f13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ed283e4-50bc-41b6-8cff-05acb5b2a289 ASDC 2021-09-26T09:48:01.305Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e8202355-728c-4f0a-bb0b-5d38980cbeb7 ServiceName:Demo_pNF_eQApy4EiSO1VsldkWJa0 ServiceVersion:1.0 ServiceUUID:3ed283e4-50bc-41b6-8cff-05acb5b2a289 ServiceInvariantUUID:186ee248-7215-4b76-aaee-bbd0d2a3ac53 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar ArtifactUUID:53c20b66-79b5-4a45-b510-95942b3f77d5 ArtifactChecksum:MWI3NzY0NDU3NDFhNTQ1MDI0NTdiYTY5YzY5ZmI3MDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3ae9a7b2-9e9b 0 ResourceCustomizationUUID:134e8171-46ca-425e-8685-e3d43619b90f ResourceInvariantUUID:33e8fa08-0ffe-44d6-a41e-4982abc48e6d ResourceName:pNF 3ae9a7b2-9e9b ResourceType:PNF ResourceUUID:339dda65-6018-4616-97ca-7ee35f1d57c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-26T09:48:01.306Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ed283e4-50bc-41b6-8cff-05acb5b2a289 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=? 2021-09-26T09:48:01.337Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:48:01.338Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:48:01.339Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:48:01.339Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 53c20b66-79b5-4a45-b510-95942b3f77d5 from URL: /sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:01.339Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-09-26T09:48:01.339Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:03.550Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-09-26T09:48:03.555Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 53c20b66-79b5-4a45-b510-95942b3f77d5 82540 2021-09-26T09:48:03.555Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar ASDC sendASDCNotification 2021-09-26T09:48:03.555Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:03.555Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-26T09:48:03.556Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:48:03.558Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:48:03.558Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649683555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:48:03.658Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:48:03.658Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:48:03.659Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:48:03.671Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:48:03.671Z||pool-220-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-26T09:48:04.560Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-26T09:48:04.565Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-09-26T09:48:04.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 53c20b66-79b5-4a45-b510-95942b3f77d5, URL: /sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar to file: /app/ASDC/1/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:04.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:04.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:04.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:04.710Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9616243330638621612/Definitions/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml 2021-09-26T09:48:05.565Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-26T09:48:05.565Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-09-26T09:48:05.565Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.565Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3ae9a7b2-9e9b 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-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.566Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.567Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Node template pNF 3ae9a7b2-9e9b 0 is matching search criteria 2021-09-26T09:48:05.567Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-09-26T09:48:05.567Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3ae9a7b2-9e9b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:48:05.567Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.567Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.567Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Node template pNF 3ae9a7b2-9e9b 0 is matching search criteria 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3ae9a7b2-9e9b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.568Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.569Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.569Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.569Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.569Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.569Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_eQApy4EiSO1VsldkWJa0 Description:catalog service description Model UUID:3ed283e4-50bc-41b6-8cff-05acb5b2a289 Model Version:NULL Model InvariantUuid:186ee248-7215-4b76-aaee-bbd0d2a3ac53 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-26T09:48:05.576Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 339dda65-6018-4616-97ca-7ee35f1d57c9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:48:05.580Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||pNF 3ae9a7b2-9e9b 0 2021-09-26T09:48:05.580Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 339dda65-6018-4616-97ca-7ee35f1d57c9 2021-09-26T09:48:05.580Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3ed283e4-50bc-41b6-8cff-05acb5b2a289 2021-09-26T09:48:05.580Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3ed283e4-50bc-41b6-8cff-05acb5b2a289 2021-09-26T09:48:05.580Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3ae9a7b2-9e9b 0 339dda65-6018-4616-97ca-7ee35f1d57c9 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:48:05.585Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@144b130, org.onap.sdc.toscaparser.api.parameters.Input@2ff07799, org.onap.sdc.toscaparser.api.parameters.Input@43cf65ac, org.onap.sdc.toscaparser.api.parameters.Input@e31205d, org.onap.sdc.toscaparser.api.parameters.Input@2ad8dd9a] 2021-09-26T09:48:05.585Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.585Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.585Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3ed283e4-50bc-41b6-8cff-05acb5b2a289: pNF 3ae9a7b2-9e9b 2021-09-26T09:48:05.586Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||Processing PNF resource: 339dda65-6018-4616-97ca-7ee35f1d57c9 2021-09-26T09:48:05.586Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-26T09:48:05.586Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_eQApy4EiSO1VsldkWJa0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-26T09:48:05.586Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||Resource customization UUID: 134e8171-46ca-425e-8685-e3d43619b90f is the same as notified resource customizationUUID: 134e8171-46ca-425e-8685-e3d43619b90f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-26T09:48:05.631Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3ae9a7b2-9e9b 339dda65-6018-4616-97ca-7ee35f1d57c9 0 ASDC deployResourceStructure 2021-09-26T09:48:05.631Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar ASDC sendASDCNotification 2021-09-26T09:48:05.631Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar 2021-09-26T09:48:05.631Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-26T09:48:05.632Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:48:05.633Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:48:05.633Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649685631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:48:05.733Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:48:05.734Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:48:05.734Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:48:05.770Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:48:05.771Z||pool-221-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2021-09-26T09:48:06.635Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:48:06.646Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:48:06.648Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:48:06.648Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:48:06.648Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:48:36.648Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:48:36.660Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:48:36.662Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:48:36.662Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:48:36.662Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:48:52.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:48:52.637Z||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. 2021-09-26T09:48:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:48:52.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:48:52.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:48:52.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632649672566, "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=? 2021-09-26T09:48:52.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8202355-728c-4f0a-bb0b-5d38980cbeb7 2021-09-26T09:48:52.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8202355-728c-4f0a-bb0b-5d38980cbeb7 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 (?, ?, ?, ?, ?) 2021-09-26T09:49:06.663Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:49:06.677Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:49:06.679Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:49:06.679Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:49:06.680Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:49:36.680Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:49:36.691Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:49:36.693Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:49:36.693Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-26T09:49:36.693Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-26T09:49:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:49:52.634Z||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. 2021-09-26T09:49:52.634Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:49:53.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:49:53.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649673371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:49:53.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:49:53.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649674374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:49:53.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:49:53.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "policy-id", "timestamp": 1632649675376, "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=? 2021-09-26T09:49:53.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8202355-728c-4f0a-bb0b-5d38980cbeb7 2021-09-26T09:49:53.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8202355-728c-4f0a-bb0b-5d38980cbeb7 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 (?, ?, ?, ?, ?) 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/resourceInstances/pnf3ae9a7b29e9b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649672631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-template.yml", "status": "NOT_NOTIFIED" } 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649674343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "NOTIFIED" } 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649683555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649684375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-26T09:49:53.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649685631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649690366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqapy4eiso1vsldkwja0/1.0/artifacts/service-DemoPnfEqapy4eiso1vsldkwja0-csar.csar", "status": "DEPLOY_OK" } 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:49:53.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "aai-ml", "timestamp": 1632649691370, "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=? 2021-09-26T09:49:53.194Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8202355-728c-4f0a-bb0b-5d38980cbeb7 2021-09-26T09:49:53.194Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8202355-728c-4f0a-bb0b-5d38980cbeb7 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 (?, ?, ?, ?, ?) 2021-09-26T09:50:06.693Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-26T09:50:06.713Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:50:06.716Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:50:06.717Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:50:06.717Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:50:06.717Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-26T09:50:06.717Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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=? 2021-09-26T09:50:06.722Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-26T09:50:36.722Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 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=? 2021-09-26T09:50:36.733Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8202355-728c-4f0a-bb0b-5d38980cbeb7 and serviceModelVersionId: 3ed283e4-50bc-41b6-8cff-05acb5b2a289 2021-09-26T09:50:36.733Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 186ee248-7215-4b76-aaee-bbd0d2a3ac53 2021-09-26T09:50:36.736Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/186ee248-7215-4b76-aaee-bbd0d2a3ac53/model-vers/model-ver/3ed283e4-50bc-41b6-8cff-05acb5b2a289?depth=0 2021-09-26T09:50:36.745Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-09-26T09:50:36.783Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/186ee248-7215-4b76-aaee-bbd0d2a3ac53/model-vers/model-ver/3ed283e4-50bc-41b6-8cff-05acb5b2a289?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]} 2021-09-26T09:50:36.786Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/186ee248-7215-4b76-aaee-bbd0d2a3ac53/model-vers/model-ver/3ed283e4-50bc-41b6-8cff-05acb5b2a289?depth=0|INFO|500||Invoke 2021-09-26T09:50:36.807Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/186ee248-7215-4b76-aaee-bbd0d2a3ac53/model-vers/model-ver/3ed283e4-50bc-41b6-8cff-05acb5b2a289?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-26T09:50:36.912Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/186ee248-7215-4b76-aaee-bbd0d2a3ac53/model-vers/model-ver/3ed283e4-50bc-41b6-8cff-05acb5b2a289?depth=0|INFO|500||InvokeReturn 2021-09-26T09:50:36.913Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/186ee248-7215-4b76-aaee-bbd0d2a3ac53/model-vers/model-ver/3ed283e4-50bc-41b6-8cff-05acb5b2a289?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210926-09:50:36:812-10214], vertex-id=[507920], Content-Length=[0], Date=[Sun, 26 Sep 2021 09:50:36 GMT], Content-Type=[application/json]} 2021-09-26T09:50:36.913Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-09-26T09:50:36.914Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-26T09:50:36.914Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-26T09:50:36.919Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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) 2021-09-26T09:50:36.919Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8202355-728c-4f0a-bb0b-5d38980cbeb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-26T09:50:36.920Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-26T09:50:36.921Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-09-26T09:50:36.923Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-26T09:50:36.923Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649836919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:50:37.023Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-26T09:50:37.024Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-26T09:50:37.024Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ... 2021-09-26T09:50:37.037Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:50:37.037Z||pool-222-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-26T09:50:37.938Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:50:37.938Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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. 2021-09-26T09:50:37.938Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:50:48.252Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:50:48.255Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:50:48.256Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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. 2021-09-26T09:50:48.256Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:50:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:50:52.633Z||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. 2021-09-26T09:50:52.633Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:50:53.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:50:53.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-26T09:50:53.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8202355-728c-4f0a-bb0b-5d38980cbeb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632649836919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-26T09:50:53.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-26T09:50:57.821Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:50:57.822Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:50:57.822Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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. 2021-09-26T09:50:57.822Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:51:07.410Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:51:52.633Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:51:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T09:51:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:51:52.639Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:51:52.639Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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. 2021-09-26T09:51:52.639Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:52:02.189Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:52:02.198Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:52:52.632Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:52:52.634Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:52:52.634Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T09:52:52.634Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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. 2021-09-26T09:52:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:52:52.635Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:53:02.179Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:53:02.180Z|e8202355-728c-4f0a-bb0b-5d38980cbeb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:53:52.633Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:53:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-26T09:53:52.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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. 2021-09-26T09:53:52.637Z||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. 2021-09-26T09:53:52.637Z||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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:53:52.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ... 2021-09-26T09:54:02.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-26T09:54:02.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK