JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-08T05:17:40.825Z||main|||||INFO|500||The following profiles are active: basic 2022-11-08T05:17:52.529Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-08T05:17:52.530Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-08T05:17:52.640Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-08T05:17:57.432Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-08T05:17:58.076Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-08T05:17:58.794Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-08T05:17:58.804Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-08T05:17:58.940Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-08T05:17:59.168Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-08T05:17:59.789Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-08T05:18:01.911Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-08T05:18:04.694Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-08T05:18:04.771Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-08T05:18:05.582Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-08T05:18:05.971Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-08T05:18:07.698Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-08T05:18:09.081Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-08T05:18:09.101Z||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$$3d37c175.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-08T05:18:09.102Z||main|||||WARN|500||The sdc end point is not alive 2022-11-08T05:18:12.981Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-08T05:18:16.216Z||main|||||WARN|500||--- 2022-11-08T05:18:16.216Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-08T05:18:16.217Z||main|||||WARN|500||--- 2022-11-08T05:18:16.763Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-08T05:18:22.385Z||main|||||INFO|500||Started Application in 44.84 seconds (JVM running for 47.279) 2022-11-08T05:18:22.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-08T05:18:22.403Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-08T05:18:22.421Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-08T05:18:22.463Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-08T05:18:22.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7abff964-49bd-4199-abb7-0b560b7547cd url= /sdc/v1/artifactTypes 2022-11-08T05:18:22.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-08T05:18:22.796Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-08T05:18:22.822Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-08T05:18:22.846Z||scheduling-1|||||DEBUG|500||create keys 2022-11-08T05:18:22.855Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-08T05:18:22.888Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:18:22.907Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1ace149b-a2ef-4e04-b8ad-6013042b5442 url= /sdc/v1/registerForDistribution 2022-11-08T05:18:22.997Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1ace149b-a2ef-4e04-b8ad-6013042b5442 url= /sdc/v1/registerForDistribution 2022-11-08T05:18:22.998Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-08T05:18:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:18:23.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:18:23.015Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-08T05:18:23.016Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:18:23.016Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:18:23.017Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:18:23.017Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:18:33.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:18:33.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:19:23.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:19:23.006Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:19:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:19:23.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:19:23.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:19:23.011Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:19:32.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:19:32.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:20:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:20:23.007Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:20:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:20:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:20:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:20:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:20:32.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:20:32.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:21:23.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:21:23.006Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:21:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:21:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:21:23.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:21:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:21:32.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:21:32.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:22:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:22:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:22:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:22:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:22:23.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:22:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:22:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:22:32.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:23:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:23:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:23:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:23:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:23:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:23:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:23:32.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:23:32.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:24:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:24:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:24:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:24:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:24:23.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:24:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:24:32.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:24:32.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:25:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:25:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:25:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:25:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:25:23.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:25:23.011Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:25:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:25:32.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:26:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:26:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:26:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:26:23.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:26:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:26:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:26:32.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:26:32.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:27:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:27:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:27:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:27:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:27:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:27:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:27:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:27:32.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:28:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:28:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:28:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:28:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:28:23.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:28:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:28:32.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:28:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:28:35.035Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-08T05:29:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:29:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:29:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:29:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:29:23.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:29:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:29:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:29:32.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:30:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:30:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:30:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:30:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:30:23.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:30:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:30:32.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:30:32.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:31:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:31:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:31:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:31:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:31:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:31:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:31:32.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:31:32.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:32:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:32:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:32:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:32:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:32:23.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:32:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:32:32.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:32:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:33:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:33:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:33:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:33:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:33:23.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:33:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:33:32.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:33:32.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:34:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:34:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:34:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:34:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:34:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:34:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:34:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:34:32.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:35:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:35:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:35:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:35:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:35:23.007Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:35:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:35:32.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:35:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:36:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:36:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:36:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:36:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:36:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:36:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:36:32.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:36:32.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:37:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:37:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:37:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:37:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:37:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:37:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:37:32.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:37:32.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:38:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:38:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:38:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:38:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:38:23.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:38:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:38:32.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:38:32.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:39:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:39:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:39:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:39:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:39:23.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:39:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:39:32.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:39:32.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:40:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:40:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:40:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:40:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:40:23.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:40:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:40:32.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:40:32.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:41:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:41:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:41:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:41:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:41:23.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:41:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:41:32.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:41:32.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:42:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:42:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:42:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:42:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:42:23.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:42:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:42:32.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:42:32.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:43:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:43:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:43:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:43:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:43:23.009Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:43:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:43:32.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:43:32.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:44:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:44:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:44:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:44:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:44:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:44:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:44:32.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:44:32.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:45:23.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:45:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:45:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:45:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:45:23.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:45:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:45:32.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:45:32.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:46:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:46:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:46:23.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:46:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:46:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:46:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:46:32.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:46:32.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:47:23.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:47:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:47:23.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:47:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:47:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:47:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:47:32.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:47:32.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:48:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:48:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:48:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:48:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:48:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:48:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:48:32.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:48:32.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:49:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:49:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:49:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:49:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:49:23.007Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:49:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:49:32.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:49:32.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:50:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:50:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:50:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:50:23.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:50:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:50:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:50:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:50:32.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:51:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:51:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:51:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:51:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:51:23.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:51:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:51:32.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:51:32.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:52:23.004Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:52:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:52:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:52:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:52:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:52:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:52:32.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:52:32.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:53:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:53:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:53:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:53:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:53:23.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:53:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:53:32.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:53:32.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:54:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:54:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:54:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:54:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:54:23.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:54:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:54:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:54:32.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:55:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:55:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:55:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:55:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:55:23.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:55:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:55:32.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:55:32.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:56:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:56:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:56:23.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:56:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:56:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:56:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:56:32.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:56:32.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:57:23.006Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:57:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:23.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:57:23.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:57:23.011Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:23.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:23.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887015187, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887015187, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "NOTIFIED" } 2022-11-08T05:57:23.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887015187, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-08T05:57:23.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "ves-openapi-manager", "timestamp": 1667887017500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887015187, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "ves-openapi-manager", "timestamp": 1667887017500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887015187, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-08T05:57:23.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887019219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "ves-openapi-manager", "timestamp": 1667887017500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887015187, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887019219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "ves-openapi-manager", "timestamp": 1667887017500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887015187, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "NOTIFIED" } 2022-11-08T05:57:23.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887019219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "ves-openapi-manager", "timestamp": 1667887017500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887019219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887023037, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:23.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T05:57:23.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "ves-openapi-manager", "timestamp": 1667887017500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887019219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "ves-openapi-manager", "timestamp": 1667887017500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887024110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:23.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T05:57:23.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887019219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887025168, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:23.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T05:57:23.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887019219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "NOTIFIED" } 2022-11-08T05:57:23.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887026271, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T05:57:23.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3 2022-11-08T05:57:23.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:23.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bf900aa-9244-42f1-bc07-77d437317fe3","serviceName":"vFW 2022-11-08 05-56-06","serviceVersion":"1.0","serviceUUID":"8920059b-ffd3-4714-a8bc-d1f37e7d0c4e","serviceDescription":"catalog service description","serviceInvariantUUID":"b92137ab-3e31-4e11-9d63-cf003c895836","resources":[{"resourceInstanceName":"vFW 1829363d-01ac 0","resourceName":"vFW 1829363d-01ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13493e27-2871-483b-bb4a-6e86913e6eef","resourceInvariantUUID":"b3a9922f-dfee-45a2-81e3-7e806b898348","resourceCustomizationUUID":"8d5b0a69-579a-4da9-932a-e7e19e82757a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml","artifactChecksum":"NDY1YWQwNmRjYTgxY2I2ZWFmYTdkZGRjZjljMTNiOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"263e465b-c0bd-4915-b99c-4fc114a6a592","artifactVersion":"1"},{"artifactName":"vfw1829363d01ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json","artifactChecksum":"YTkyYmJmNmE1MzQzOGY5M2YxYmE0OTc5NTY0MzQzMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68001c46-1f6b-4ae0-ae5d-52c8d5c2473d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0543c29-ab8e-45af-a17c-bb85dc0b7cdf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml","artifactChecksum":"MzNlNmEwNmQwM2E2MDYwYTM4ZTJiN2EzNTMzYWM4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f81fb4c-b6ff-4a53-9abe-33234c421529","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94","artifactVersion":"2","generatedFromUUID":"f0543c29-ab8e-45af-a17c-bb85dc0b7cdf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221108055606-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml","artifactChecksum":"NDRjZjU2OTg4Y2YyMTYyMTYzZDMwMzc1ZWRhYWNhODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a7c8b00-5614-4ba4-9411-db44abc6bf41","artifactVersion":"1"},{"artifactName":"service-Vfw20221108055606-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar","artifactChecksum":"MzA5OGQ0ZjFmZGUzZTM2MzZhNDBmNWI5N2I5MjBkODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f7aedba-7d89-47c0-96d5-1e2f53eafe79","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T05:57:23.642Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 and ComponentName POLICY 2022-11-08T05:57:23.648Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T05:57:23.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T05:57:23.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887027092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:23.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T05:57:23.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.670Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:23.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "multicloud-k8s-id", "timestamp": 1667887027276, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T05:57:23.671Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T05:57:23.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "cds", "timestamp": 1667887028119, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T05:57:23.687Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3 2022-11-08T05:57:23.687Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T05:57:23.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887027926, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887027926, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887029362, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887027926, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887029362, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887027926, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887029362, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887027926, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887029362, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887027926, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887029362, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887027926, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "NOTIFIED" } 2022-11-08T05:57:23.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887029362, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887035765, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:23.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T05:57:23.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887029362, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "NOTIFIED" } 2022-11-08T05:57:23.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887037200, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:23.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T05:57:23.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "ves-openapi-manager", "timestamp": 1667887037499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887034219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887035187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "ves-openapi-manager", "timestamp": 1667887037499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887034219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:23.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:57:23.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887035187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "NOTIFIED" } 2022-11-08T05:57:23.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:57:23.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-11-08T05:57:23.782Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:23.783Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:23.800Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:23.802Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-11-08T05:57:24.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T05:57:24.679Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:24.681Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:24.681Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "NOTIFIED" } 2022-11-08T05:57:24.783Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:24.784Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:24.784Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:24.796Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:24.797Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-08T05:57:25.682Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T05:57:25.683Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:25.685Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:25.685Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-08T05:57:25.785Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:25.787Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:25.787Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:25.799Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:25.800Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:26.686Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T05:57:26.687Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:26.689Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:26.689Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:26.789Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:26.791Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:26.791Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:26.802Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:26.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:27.691Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T05:57:27.693Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:27.698Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:27.699Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-08T05:57:27.798Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T05:57:27.799Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:27.800Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:27.811Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:27.811Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:28.699Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T05:57:28.701Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:28.703Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:28.703Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T05:57:28.803Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:28.805Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:28.805Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:28.816Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:28.817Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:29.704Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T05:57:29.705Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:29.708Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:29.708Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "NOTIFIED" } 2022-11-08T05:57:29.808Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:29.810Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:29.810Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:29.821Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:29.821Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:30.710Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "serviceName": "vFW 2022-11-08 05-56-06", "serviceVersion": "1.0", "serviceUUID": "8920059b-ffd3-4714-a8bc-d1f37e7d0c4e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b92137ab-3e31-4e11-9d63-cf003c895836", "resources": [ { "resourceInstanceName": "vFW 1829363d-01ac 0", "resourceCustomizationUUID": "8d5b0a69-579a-4da9-932a-e7e19e82757a", "resourceName": "vFW 1829363d-01ac", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "13493e27-2871-483b-bb4a-6e86913e6eef", "resourceInvariantUUID": "b3a9922f-dfee-45a2-81e3-7e806b898348", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1829363d01ac0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "artifactChecksum": "YTkyYmJmNmE1MzQzOGY5M2YxYmE0OTc5NTY0MzQzMDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68001c46-1f6b-4ae0-ae5d-52c8d5c2473d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f0543c29-ab8e-45af-a17c-bb85dc0b7cdf", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94", "generatedFromUUID": "f0543c29-ab8e-45af-a17c-bb85dc0b7cdf" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221108055606-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "artifactChecksum": "MzA5OGQ0ZjFmZGUzZTM2MzZhNDBmNWI5N2I5MjBkODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8f7aedba-7d89-47c0-96d5-1e2f53eafe79" } ], "workloadContext": "Production" } 2022-11-08T05:57:30.712Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T05:57:30.713Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e ASDC 2022-11-08T05:57:30.845Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2bf900aa-9244-42f1-bc07-77d437317fe3 ServiceName:vFW 2022-11-08 05-56-06 ServiceVersion:1.0 ServiceUUID:8920059b-ffd3-4714-a8bc-d1f37e7d0c4e ServiceInvariantUUID:b92137ab-3e31-4e11-9d63-cf003c895836 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221108055606-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar ArtifactUUID:8f7aedba-7d89-47c0-96d5-1e2f53eafe79 ArtifactChecksum:MzA5OGQ0ZjFmZGUzZTM2MzZhNDBmNWI5N2I5MjBkODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1829363d-01ac 0 ResourceCustomizationUUID:8d5b0a69-579a-4da9-932a-e7e19e82757a ResourceInvariantUUID:b3a9922f-dfee-45a2-81e3-7e806b898348 ResourceName:vFW 1829363d-01ac ResourceType:VF ResourceUUID:13493e27-2871-483b-bb4a-6e86913e6eef ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1829363d01ac0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json ArtifactUUID:68001c46-1f6b-4ae0-ae5d-52c8d5c2473d ArtifactChecksum:YTkyYmJmNmE1MzQzOGY5M2YxYmE0OTc5NTY0MzQzMDY= 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/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml ArtifactUUID:f0543c29-ab8e-45af-a17c-bb85dc0b7cdf 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/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ArtifactUUID:ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 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/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ArtifactUUID:ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-08T05:57:30.846Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T05:57:30.911Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T05:57:30.912Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-08T05:57:30.916Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-08T05:57:30.916Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f7aedba-7d89-47c0-96d5-1e2f53eafe79 from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:30.917Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T05:57:30.918Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:31.016Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T05:57:31.034Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar 8f7aedba-7d89-47c0-96d5-1e2f53eafe79 100655 2022-11-08T05:57:31.036Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar ASDC sendASDCNotification 2022-11-08T05:57:31.037Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:31.039Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T05:57:31.040Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:31.042Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:31.042Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887051035, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:31.142Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T05:57:31.143Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:31.143Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:31.157Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:31.157Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:32.044Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T05:57:32.046Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-08T05:57:32.047Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8f7aedba-7d89-47c0-96d5-1e2f53eafe79, URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar to file: /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:32.048Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221108055606-csar.csar 2022-11-08T05:57:32.155Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:32.155Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:32.946Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5555100480060612421/Definitions/service-Vfw20221108055606-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2022-11-08T05:57:36.135Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T05:57:36.140Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-08T05:57:36.140Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1829363d-01ac 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-08T05:57:36.148Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.150Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:36.154Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:36.154Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-08T05:57:36.156Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-08T05:57:36.159Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T05:57:36.159Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.159Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:36.162Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria 2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-08T05:57:36.166Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.166Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T05:57:36.167Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.167Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:36.167Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:36.168Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.168Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:36.168Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria 2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0ab235e-9736-4a27-a384-904f6078ecbc 2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria 2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e78d61f2-3c5b-4e24-ab57-55cc2bfb4742 2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria 2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81cb47f2-0e88-4b25-8637-27fc5088e326 2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:36.179Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-08 05-56-06 Description:catalog service description Model UUID:8920059b-ffd3-4714-a8bc-d1f37e7d0c4e Model Version:NULL Model InvariantUuid:b92137ab-3e31-4e11-9d63-cf003c895836 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1829363d-01ac Model UUID:f7e5e91a-32da-494f-ad6f-4e761a506eae Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b3a9922f-dfee-45a2-81e3-7e806b898348 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8d5b0a69-579a-4da9-932a-e7e19e82757a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4 ModelName:Vfw1829363d01ac..base_vfw..module-0 ModelUuid:ca8d8efe-1a1d-48c7-b3f6-a7843890a577 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b0ab235e-9736-4a27-a384-904f6078ecbc ModelInvariantUuid:669c0678-bcb2-4ecf-91ec-5c8b1e841e6e ModelName:vFW 1829363d-01ac-nodes.vfwCvfc ModelUuid:784539a2-44e6-4d0c-afbb-adce7a499b98 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e91bb79e-6ec7-4429-8966-fa6cd10767a5 ModelInvariantUuid:557cf33f-b3a2-4c91-a6f0-7fd3708d3c02 ModelName:Vfw1829363d01ac.compute.nodes.heat.vfw ModelUuid:ce7b6a2c-291b-4ba0-aae2-1b389e5653fd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e78d61f2-3c5b-4e24-ab57-55cc2bfb4742 ModelInvariantUuid:e19b0021-0269-429a-b646-67fb351f4410 ModelName:vFW 1829363d-01ac-nodes.vsnCvfc ModelUuid:9c3c3087-5461-454e-8ab0-e1e9ae1f9109 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:886ae3b2-c6b5-4450-b7b6-6d1988057bea ModelInvariantUuid:d7077978-62fa-48c4-8fd6-6e2aefc83b1e ModelName:Vfw1829363d01ac.compute.nodes.heat.vsn ModelUuid:d4155e4e-e4c1-4886-a46c-137b43734765 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:81cb47f2-0e88-4b25-8637-27fc5088e326 ModelInvariantUuid:3467aec0-2e59-4829-b332-d09b8255fb83 ModelName:vFW 1829363d-01ac-nodes.vpgCvfc ModelUuid:e7685963-93e5-4a53-832f-258835588aed ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:25a97b3f-2537-4b9a-b043-6dbc392d974b ModelInvariantUuid:53b1a812-38ac-49ba-b463-a48f22ba594e ModelName:Vfw1829363d01ac.compute.nodes.heat.vpg ModelUuid:2347a481-eeb9-4d2a-80ee-7c2e554e6d10 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T05:57:36.190Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 13493e27-2871-483b-bb4a-6e86913e6eef Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T05:57:36.289Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||vFW 1829363d-01ac 0 2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13493e27-2871-483b-bb4a-6e86913e6eef 2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 68001c46-1f6b-4ae0-ae5d-52c8d5c2473d from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json 2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json 2022-11-08T05:57:36.345Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json 68001c46-1f6b-4ae0-ae5d-52c8d5c2473d 785 2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json ASDC sendASDCNotification 2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json 2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:36.349Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:36.349Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887056346, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:36.449Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:36.451Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:36.451Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:36.466Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:36.466Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:37.351Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1829363d01ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca8d8efe-1a1d-48c7-b3f6-a7843890a577", "vfModuleModelCustomizationUUID": "83566338-0cf6-40c1-a93f-bf00a6ef7c17", "isBase": true, "artifacts": [ "f0543c29-ab8e-45af-a17c-bb85dc0b7cdf", "ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T05:57:37.371Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1829363d01ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca8d8efe-1a1d-48c7-b3f6-a7843890a577 VfModuleModelInvariantUUID:ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4 VfModuleModelDescription:NULL Artifacts UUID List:{ f0543c29-ab8e-45af-a17c-bb85dc0b7cdf , ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T05:57:37.374Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1829363d01ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca8d8efe-1a1d-48c7-b3f6-a7843890a577", "vfModuleModelCustomizationUUID": "83566338-0cf6-40c1-a93f-bf00a6ef7c17", "isBase": true, "artifacts": [ "f0543c29-ab8e-45af-a17c-bb85dc0b7cdf", "ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T05:57:37.374Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1829363d01ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca8d8efe-1a1d-48c7-b3f6-a7843890a577 VfModuleModelInvariantUUID:ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4 VfModuleModelDescription:NULL Artifacts UUID List:{ f0543c29-ab8e-45af-a17c-bb85dc0b7cdf , ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T05:57:37.374Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0543c29-ab8e-45af-a17c-bb85dc0b7cdf from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml 2022-11-08T05:57:37.375Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T05:57:37.375Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml 2022-11-08T05:57:37.429Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T05:57:37.430Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml f0543c29-ab8e-45af-a17c-bb85dc0b7cdf 20368 2022-11-08T05:57:37.430Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-08T05:57:37.431Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml 2022-11-08T05:57:37.431Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T05:57:37.431Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:37.434Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:37.434Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887057430, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:37.534Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:37.536Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:37.537Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:37.548Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:37.549Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:38.435Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env 2022-11-08T05:57:38.435Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T05:57:38.436Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env 2022-11-08T05:57:38.479Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T05:57:38.480Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 2098 2022-11-08T05:57:38.480Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-08T05:57:38.480Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env 2022-11-08T05:57:38.481Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T05:57:38.481Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:38.484Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:38.484Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887058480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-08T05:57:38.584Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:38.585Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:38.585Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:38.598Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:38.598Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:39.485Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e 2022-11-08T05:57:39.486Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1829363d-01ac 0 13493e27-2871-483b-bb4a-6e86913e6eef ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T05:57:39.528Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a438e1, org.onap.sdc.toscaparser.api.parameters.Input@1a9aabc3, org.onap.sdc.toscaparser.api.parameters.Input@4329ac4, org.onap.sdc.toscaparser.api.parameters.Input@1c4d869b, org.onap.sdc.toscaparser.api.parameters.Input@398bd6c3] 2022-11-08T05:57:39.532Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.532Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8d5b0a69-579a-4da9-932a-e7e19e82757a 2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d5b0a69-579a-4da9-932a-e7e19e82757a matches Tosca VF Customization UUID: 8d5b0a69-579a-4da9-932a-e7e19e82757a 2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8d5b0a69-579a-4da9-932a-e7e19e82757a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-08T05:57:39.541Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.541Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.542Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8d5b0a69-579a-4da9-932a-e7e19e82757a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-08T05:57:39.542Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ee26973 2022-11-08T05:57:39.543Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.543Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T05:57:39.544Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83566338-0cf6-40c1-a93f-bf00a6ef7c17 2022-11-08T05:57:39.545Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83566338-0cf6-40c1-a93f-bf00a6ef7c17 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-08T05:57:39.551Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.551Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:39.551Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:39.552Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.552Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria 2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:39.556Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-08T05:57:39.556Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.556Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0ab235e-9736-4a27-a384-904f6078ecbc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.565Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria 2022-11-08T05:57:39.565Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-08T05:57:39.565Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-08T05:57:39.568Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.568Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e78d61f2-3c5b-4e24-ab57-55cc2bfb4742 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-08T05:57:39.570Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.570Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:39.571Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:39.573Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria 2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-08T05:57:39.577Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81cb47f2-0e88-4b25-8637-27fc5088e326 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.580Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria 2022-11-08T05:57:39.580Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=8d5b0a69-579a-4da9-932a-e7e19e82757a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T05:57:39.582Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.582Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.583Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e: vFW 1829363d-01ac 2022-11-08T05:57:39.583Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.583Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T05:57:39.586Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-08 05-56-06 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T05:57:39.848Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1829363d-01ac 13493e27-2871-483b-bb4a-6e86913e6eef 1 ASDC deployResourceStructure 2022-11-08T05:57:39.849Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json ASDC sendASDCNotification 2022-11-08T05:57:39.849Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json 2022-11-08T05:57:39.849Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T05:57:39.850Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:39.852Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:39.852Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887059849, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T05:57:39.952Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:39.953Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:39.953Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:39.963Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:39.963Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:40.853Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-08T05:57:40.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml 2022-11-08T05:57:40.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T05:57:40.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:40.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:40.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887060853, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-08T05:57:40.956Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T05:57:40.957Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:40.957Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:40.968Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:40.969Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env 2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:41.863Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:41.863Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887061859, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-08T05:57:41.963Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-08T05:57:41.964Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:41.976Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:41.994Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:41.995Z||pool-16-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:42.864Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar ASDC sendASDCNotification 2022-11-08T05:57:42.865Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar 2022-11-08T05:57:42.865Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T05:57:42.865Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T05:57:42.867Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T05:57:42.867Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887062864, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T05:57:42.968Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-08T05:57:42.969Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T05:57:42.969Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T05:57:42.981Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:57:42.981Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T05:57:43.868Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:57:43.891Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:57:43.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T05:57:43.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T05:57:43.895Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T05:58:13.895Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:58:13.910Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:58:13.913Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T05:58:13.913Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T05:58:13.913Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T05:58:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:58:23.009Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:58:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:58:23.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:58:23.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:58:23.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "ves-openapi-manager", "timestamp": 1667887037499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T05:58:23.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:58:23.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:58:23.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887034219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T05:58:23.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:58:43.914Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:58:43.926Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:58:43.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T05:58:43.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T05:58:43.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T05:59:13.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:59:13.941Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:59:13.943Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T05:59:13.943Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T05:59:13.944Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T05:59:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T05:59:23.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T05:59:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T05:59:23.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T05:59:23.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T05:59:23.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887035187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-08T05:59:23.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T05:59:43.944Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:59:43.960Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T05:59:43.963Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T05:59:43.963Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T05:59:43.964Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T06:00:13.964Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:00:13.977Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:00:13.980Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:00:13.980Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T06:00:13.981Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T06:00:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:00:23.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:00:23.010Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:00:23.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:00:23.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "ves-openapi-manager", "timestamp": 1667887037499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887034219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887035187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887043597, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:00:23.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "ves-openapi-manager", "timestamp": 1667887037499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887034219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887035187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-08T06:00:23.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887044602, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:00:23.562Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3 2022-11-08T06:00:23.562Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-08T06:00:23.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "ves-openapi-manager", "timestamp": 1667887037499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887034219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887035187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "ves-openapi-manager", "timestamp": 1667887037499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887034219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:00:23.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887035187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887047611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887047573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "cds", "timestamp": 1667887048583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:00:23.593Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899 2022-11-08T06:00:23.593Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887048669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887049728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887051035, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887050765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:00:23.610Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899 2022-11-08T06:00:23.610Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:00:23.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887050746, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "multicloud-k8s-id", "timestamp": 1667887051770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "aai-ml", "timestamp": 1667887051751, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:00:23.626Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3 2022-11-08T06:00:23.626Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887056346, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887057430, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887058480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887057926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887059849, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887057926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887059366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887060853, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887057926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887059366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887061859, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887057926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887059366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887062864, "artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887057926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887059366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887057926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887059366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887057926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887059366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887065631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887059366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887067123, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:00:23.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887069823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887070828, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:00:23.648Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899 2022-11-08T06:00:23.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:00:23.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887072735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:00:23.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:00:23.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:00:23.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "aai-ml", "timestamp": 1667887073738, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:00:23.670Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899 2022-11-08T06:00:23.670Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:00:43.981Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:00:44.002Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:00:44.005Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:00:44.006Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:00:44.006Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:00:44.006Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:00:44.008Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:00:44.014Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:01:14.015Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:01:14.029Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 and serviceModelVersionId: 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e 2022-11-08T06:01:14.029Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b92137ab-3e31-4e11-9d63-cf003c895836 2022-11-08T06:01:23.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:01:23.009Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:01:23.010Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:30.846Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0 2022-11-08T06:01:30.963Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:01:31.469Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-08T06:01:31.474Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0|INFO|500||Invoke 2022-11-08T06:01:31.605Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:01:31.838Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0|INFO|500||InvokeReturn 2022-11-08T06:01:31.838Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221108-06:01:30:907-56251], vertex-id=[348328], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:01:30 GMT], Content-Type=[application/json]} 2022-11-08T06:01:31.839Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:01:31.843Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:01:31.844Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:01:31.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:01:31.855Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2bf900aa-9244-42f1-bc07-77d437317fe3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:01:31.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:01:31.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:31.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:31.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887291855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:01:31.963Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-11-08T06:01:31.964Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:31.964Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:31.975Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:31.976Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:32.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:01:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887291855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:01:32.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:01:32.876Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:01:32.877Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1ace97e-2e79-4d87-8d68-90c9a74cb899","serviceName":"basic_onboard_NcknZK","serviceVersion":"1.0","serviceUUID":"a78a26a3-de67-4d3a-84a1-b48f791462d1","serviceDescription":"service","serviceInvariantUUID":"2b16dfbd-2cb7-48fd-a7be-fbc4d825e141","resources":[{"resourceInstanceName":"basic_onboard_NcknZK 0","resourceName":"basic_onboard_NcknZK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d029b771-cb91-4542-a557-53a15508d2f8","resourceInvariantUUID":"728d14f6-ca20-4d53-bc10-61e1a559eb29","resourceCustomizationUUID":"995a2d4e-2be9-4618-9051-a2103ced483c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml","artifactChecksum":"ZDUyNGU0MzQyYmRmY2MxOTg2NzE5NjQzMjhlMDY2YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50010d45-75c2-4f41-bbd6-d0c2eaa5cb5b","artifactVersion":"1"},{"artifactName":"basic_onboard_ncknzk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json","artifactChecksum":"YTQwMzdmOWM2NWU3ZTNiYzJlMWVmZjhmZDI4ZTc3ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d893d39-3a16-4607-a93a-28e6e44ef18b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8f339e7a-32e8-48ca-be4b-87d80889be54","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"861945fb-0fcc-41f1-8aee-91c526028e90","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6ee2d985-aa00-4e0a-b16f-86124898981e","artifactVersion":"2","generatedFromUUID":"8f339e7a-32e8-48ca-be4b-87d80889be54"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcknzk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml","artifactChecksum":"ZjlkNmU4NGNkZDU1MTY0OGQyZWFkNmEzYmIwMDFmNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18fae0d3-e3c6-4d52-a713-b7d485826d84","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcknzk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar","artifactChecksum":"NjRmZTdkOTYwZjEzM2E5ZjU3OTBkYzU3MzUyOGYzYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d129713-c7af-418b-a313-8523755075bb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:01:32.877Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:01:32.878Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:32.880Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:32.880Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:01:32.980Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:32.981Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:32.981Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:32.995Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:32.996Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:33.881Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:01:33.882Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:33.885Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:33.885Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:01:33.985Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:33.987Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:33.988Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:33.999Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:34.000Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:34.888Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:01:34.890Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:34.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:34.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-08T06:01:34.993Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:01:34.994Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:34.995Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:35.005Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:35.005Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:35.895Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:01:35.896Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:35.897Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:35.898Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:01:35.999Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:36.000Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:36.000Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:36.012Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:36.012Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:01:36.898Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:01:36.899Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:36.901Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:36.902Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-08T06:01:37.002Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:37.003Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:37.003Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:37.013Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:37.014Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:37.902Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:01:37.903Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:37.906Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:37.906Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:01:38.006Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:38.007Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:38.007Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:38.018Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:38.018Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:38.906Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:01:38.907Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:38.909Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:38.910Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:01:39.010Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:39.011Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:39.012Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:39.023Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:39.023Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:39.911Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "serviceName": "basic_onboard_NcknZK", "serviceVersion": "1.0", "serviceUUID": "a78a26a3-de67-4d3a-84a1-b48f791462d1", "serviceDescription": "service", "serviceInvariantUUID": "2b16dfbd-2cb7-48fd-a7be-fbc4d825e141", "resources": [ { "resourceInstanceName": "basic_onboard_NcknZK 0", "resourceCustomizationUUID": "995a2d4e-2be9-4618-9051-a2103ced483c", "resourceName": "basic_onboard_NcknZK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d029b771-cb91-4542-a557-53a15508d2f8", "resourceInvariantUUID": "728d14f6-ca20-4d53-bc10-61e1a559eb29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ncknzk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "artifactChecksum": "YTQwMzdmOWM2NWU3ZTNiYzJlMWVmZjhmZDI4ZTc3ODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d893d39-3a16-4607-a93a-28e6e44ef18b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8f339e7a-32e8-48ca-be4b-87d80889be54", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6ee2d985-aa00-4e0a-b16f-86124898981e", "generatedFromUUID": "8f339e7a-32e8-48ca-be4b-87d80889be54" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6ee2d985-aa00-4e0a-b16f-86124898981e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNcknzk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "artifactChecksum": "NjRmZTdkOTYwZjEzM2E5ZjU3OTBkYzU3MzUyOGYzYjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d129713-c7af-418b-a313-8523755075bb" } ], "workloadContext": "Production" } 2022-11-08T06:01:39.912Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:01:39.912Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a78a26a3-de67-4d3a-84a1-b48f791462d1 ASDC 2022-11-08T06:01:39.912Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c1ace97e-2e79-4d87-8d68-90c9a74cb899 ServiceName:basic_onboard_NcknZK ServiceVersion:1.0 ServiceUUID:a78a26a3-de67-4d3a-84a1-b48f791462d1 ServiceInvariantUUID:2b16dfbd-2cb7-48fd-a7be-fbc4d825e141 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNcknzk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar ArtifactUUID:9d129713-c7af-418b-a313-8523755075bb ArtifactChecksum:NjRmZTdkOTYwZjEzM2E5ZjU3OTBkYzU3MzUyOGYzYjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NcknZK 0 ResourceCustomizationUUID:995a2d4e-2be9-4618-9051-a2103ced483c ResourceInvariantUUID:728d14f6-ca20-4d53-bc10-61e1a559eb29 ResourceName:basic_onboard_NcknZK ResourceType:VF ResourceUUID:d029b771-cb91-4542-a557-53a15508d2f8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ncknzk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json ArtifactUUID:6d893d39-3a16-4607-a93a-28e6e44ef18b ArtifactChecksum:YTQwMzdmOWM2NWU3ZTNiYzJlMWVmZjhmZDI4ZTc3ODU= 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/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml ArtifactUUID:8f339e7a-32e8-48ca-be4b-87d80889be54 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/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env ArtifactUUID:6ee2d985-aa00-4e0a-b16f-86124898981e 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/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env ArtifactUUID:6ee2d985-aa00-4e0a-b16f-86124898981e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-08T06:01:39.913Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a78a26a3-de67-4d3a-84a1-b48f791462d1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:01:39.946Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:01:39.946Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9d129713-c7af-418b-a313-8523755075bb from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:40.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T06:01:40.067Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar 9d129713-c7af-418b-a313-8523755075bb 75282 2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar ASDC sendASDCNotification 2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:40.070Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:40.070Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887300068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:01:40.171Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:40.172Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:40.172Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:40.183Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:40.183Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:01:41.071Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:01:41.072Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-08T06:01:41.073Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9d129713-c7af-418b-a313-8523755075bb, URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar to file: /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:41.073Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:41.073Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:41.074Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:41.277Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11898466679395118244/Definitions/service-BasicOnboardNcknzk-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-11-08T06:01:42.509Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NcknZK 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is not matching search criteria 2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is not matching search criteria 2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f473fdd2-c47e-47db-816a-7cfc34941b5e 2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NcknZK Description:service Model UUID:a78a26a3-de67-4d3a-84a1-b48f791462d1 Model Version:NULL Model InvariantUuid:2b16dfbd-2cb7-48fd-a7be-fbc4d825e141 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NcknZK Model UUID:ba04febb-1302-463b-be75-316abe943ccb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:728d14f6-ca20-4d53-bc10-61e1a559eb29 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:995a2d4e-2be9-4618-9051-a2103ced483c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:91af1e4b-7f14-4457-a370-8a04747a021e ModelName:BasicOnboardNcknzk..base_ubuntu18..module-0 ModelUuid:caa8d018-676f-4572-aed3-907a2deb8a7b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f473fdd2-c47e-47db-816a-7cfc34941b5e ModelInvariantUuid:44dfa6a6-f3fd-4141-8292-a4efdec3cdf9 ModelName:basic_onboard_NcknZK-nodes.ubuntu18Cvfc ModelUuid:bc84b5ac-d427-4870-a5d0-e64bbbf9e739 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7cb57788-47d7-496b-a612-4ceeae1882b8 ModelInvariantUuid:d1d54b1c-20a5-4ba7-a0e3-0558a23fdf78 ModelName:BasicOnboardNcknzk.compute.nodes.heat.ubuntu18 ModelUuid:9e79f1b5-c6e9-4d47-9f38-4a018f868e0f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:01:42.527Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d029b771-cb91-4542-a557-53a15508d2f8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:01:42.529Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||basic_onboard_NcknZK 0 2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d029b771-cb91-4542-a557-53a15508d2f8 2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6d893d39-3a16-4607-a93a-28e6e44ef18b from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json 2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json 2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json 6d893d39-3a16-4607-a93a-28e6e44ef18b 798 2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json ASDC sendASDCNotification 2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json 2022-11-08T06:01:42.576Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:01:42.576Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:42.578Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:42.578Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887302575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:01:42.679Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:42.680Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:42.680Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:42.692Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:42.693Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:43.579Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNcknzk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "91af1e4b-7f14-4457-a370-8a04747a021e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "caa8d018-676f-4572-aed3-907a2deb8a7b", "vfModuleModelCustomizationUUID": "1128981c-6e7f-4576-901e-e66301f63349", "isBase": true, "artifacts": [ "8f339e7a-32e8-48ca-be4b-87d80889be54", "6ee2d985-aa00-4e0a-b16f-86124898981e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:01:43.583Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNcknzk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:caa8d018-676f-4572-aed3-907a2deb8a7b VfModuleModelInvariantUUID:91af1e4b-7f14-4457-a370-8a04747a021e VfModuleModelDescription:NULL Artifacts UUID List:{ 8f339e7a-32e8-48ca-be4b-87d80889be54 , 6ee2d985-aa00-4e0a-b16f-86124898981e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:01:43.585Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNcknzk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "91af1e4b-7f14-4457-a370-8a04747a021e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "caa8d018-676f-4572-aed3-907a2deb8a7b", "vfModuleModelCustomizationUUID": "1128981c-6e7f-4576-901e-e66301f63349", "isBase": true, "artifacts": [ "8f339e7a-32e8-48ca-be4b-87d80889be54", "6ee2d985-aa00-4e0a-b16f-86124898981e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNcknzk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:caa8d018-676f-4572-aed3-907a2deb8a7b VfModuleModelInvariantUUID:91af1e4b-7f14-4457-a370-8a04747a021e VfModuleModelDescription:NULL Artifacts UUID List:{ 8f339e7a-32e8-48ca-be4b-87d80889be54 , 6ee2d985-aa00-4e0a-b16f-86124898981e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f339e7a-32e8-48ca-be4b-87d80889be54 from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml 2022-11-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml 2022-11-08T06:01:43.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml 8f339e7a-32e8-48ca-be4b-87d80889be54 5033 2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml 2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:43.637Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:43.638Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887303635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:01:43.738Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:43.739Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:43.740Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:43.750Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:43.751Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:44.638Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6ee2d985-aa00-4e0a-b16f-86124898981e from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env 2022-11-08T06:01:44.639Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-08T06:01:44.639Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env 2022-11-08T06:01:44.683Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env 6ee2d985-aa00-4e0a-b16f-86124898981e 909 2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env 2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:01:44.685Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:44.687Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:44.687Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887304684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:01:44.787Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:44.788Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:44.789Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:44.799Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:44.800Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:45.688Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a78a26a3-de67-4d3a-84a1-b48f791462d1 2022-11-08T06:01:45.688Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NcknZK 0 d029b771-cb91-4542-a557-53a15508d2f8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:01:45.703Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b96a290, org.onap.sdc.toscaparser.api.parameters.Input@6544fb3f, org.onap.sdc.toscaparser.api.parameters.Input@4570e1c2, org.onap.sdc.toscaparser.api.parameters.Input@5eb0a67c, org.onap.sdc.toscaparser.api.parameters.Input@50bc1d18] 2022-11-08T06:01:45.704Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 995a2d4e-2be9-4618-9051-a2103ced483c 2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 995a2d4e-2be9-4618-9051-a2103ced483c matches Tosca VF Customization UUID: 995a2d4e-2be9-4618-9051-a2103ced483c 2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 995a2d4e-2be9-4618-9051-a2103ced483c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-08T06:01:45.708Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.708Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 995a2d4e-2be9-4618-9051-a2103ced483c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b07db6d 2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:01:45.710Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1128981c-6e7f-4576-901e-e66301f63349 2022-11-08T06:01:45.710Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1128981c-6e7f-4576-901e-e66301f63349 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-08T06:01:45.713Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.713Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:45.713Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is not matching search criteria 2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f473fdd2-c47e-47db-816a-7cfc34941b5e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-08T06:01:45.717Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.717Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria 2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=995a2d4e-2be9-4618-9051-a2103ced483c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a78a26a3-de67-4d3a-84a1-b48f791462d1: basic_onboard_NcknZK 2022-11-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_NcknZK Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:01:45.794Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NcknZK d029b771-cb91-4542-a557-53a15508d2f8 1 ASDC deployResourceStructure 2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json ASDC sendASDCNotification 2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json 2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:45.797Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:45.797Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887305795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:01:45.897Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:45.898Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:45.899Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:45.908Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:45.909Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:46.798Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-08T06:01:46.798Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml 2022-11-08T06:01:46.799Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:01:46.799Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:46.801Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:46.801Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887306798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:01:46.901Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:46.904Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:46.904Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:46.916Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:46.917Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:47.802Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-08T06:01:47.802Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env 2022-11-08T06:01:47.802Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:01:47.803Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:47.807Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:47.807Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887307802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-08T06:01:47.905Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-08T06:01:47.906Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:47.906Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:47.918Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:47.919Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:48.808Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar ASDC sendASDCNotification 2022-11-08T06:01:48.809Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar 2022-11-08T06:01:48.809Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:01:48.809Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:01:48.811Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:01:48.811Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887308808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:01:48.911Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:01:48.912Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:01:48.913Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:01:48.924Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:01:48.925Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:01:49.812Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:01:49.825Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:01:49.828Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:01:49.828Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:01:49.834Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:02:19.835Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:02:19.848Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899 and serviceModelVersionId: a78a26a3-de67-4d3a-84a1-b48f791462d1 2022-11-08T06:02:19.848Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b16dfbd-2cb7-48fd-a7be-fbc4d825e141 2022-11-08T06:02:19.849Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0 2022-11-08T06:02:19.855Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:02:19.941Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|INFO|500||Invoke 2022-11-08T06:02:19.942Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1ace97e-2e79-4d87-8d68-90c9a74cb899], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfd5db63-6dda-4789-8353-31b8a6bdea25], X-ECOMP-RequestID=[c1ace97e-2e79-4d87-8d68-90c9a74cb899], X-TransactionId=[], X-ONAP-RequestID=[c1ace97e-2e79-4d87-8d68-90c9a74cb899], Content-Type=[application/merge-patch+json]} 2022-11-08T06:02:19.977Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:02:20.089Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221108-06:02:19:276-9578], vertex-id=[368808], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:02:19 GMT], Content-Type=[application/json]} 2022-11-08T06:02:20.089Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:02:20.090Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|INFO|500||InvokeReturn 2022-11-08T06:02:20.090Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:02:20.091Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:02:20.098Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:02:20.098Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1ace97e-2e79-4d87-8d68-90c9a74cb899 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:02:20.099Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:02:20.099Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:02:20.102Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:02:20.102Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887340098, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:02:20.202Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:02:20.203Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:02:20.203Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:02:20.218Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:02:20.218Z||pool-34-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=? 2022-11-08T06:02:21.117Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:02:21.118Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:02:21.119Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:02:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:02:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:02:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:02:23.129Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:02:23.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-08T06:02:23.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:02:23.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-08T06:02:31.381Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:02:31.382Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:02:31.383Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:02:31.383Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:02:40.940Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:02:40.941Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:02:40.942Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:02:40.942Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:02:50.476Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:02:50.477Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:02:50.478Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:02:50.478Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:03:00.012Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:03:00.016Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:03:00.018Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:03:00.018Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:03:09.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:03:23.005Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:03:23.006Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:03:23.006Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:03:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:03:23.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:03:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:03:23.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:03:23.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:03:23.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-08T06:03:23.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:03:23.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887043004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:03:23.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887300068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887302575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887303635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887304684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887305795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887306798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:03:23.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887307802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-08T06:03:23.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887308808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:03:23.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:23.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:03:23.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887340098, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:03:23.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:03:32.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:04:23.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:04:23.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:04:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:04:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:04:23.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:04:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:04:32.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:04:32.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:05:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:05:23.006Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:05:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:05:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:05:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:05:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:05:32.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:05:32.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:06:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:06:23.006Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:06:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:06:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:06:23.007Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:06:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:06:32.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:06:32.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:07:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:07:23.006Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:07:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:07:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:07:23.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:07:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:07:32.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:07:32.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:08:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:08:23.005Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:08:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:08:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:08:23.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:08:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:08:32.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:08:32.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:09:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:09:23.005Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:09:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:09:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:09:23.007Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:09:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:09:32.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:09:32.570Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:10:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:10:23.010Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:10:23.010Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:10:23.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:10:23.012Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:10:23.454Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:23.458Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.458Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "cds", "timestamp": 1667887769219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.460Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.460Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.460Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "multicloud-k8s-id", "timestamp": 1667887775187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "cds", "timestamp": 1667887769219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "multicloud-k8s-id", "timestamp": 1667887775187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "cds", "timestamp": 1667887777141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "ves-openapi-manager", "timestamp": 1667887777500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.463Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.463Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "cds", "timestamp": 1667887778150, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.495Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 2022-11-08T06:10:23.495Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.509Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "aai-ml", "timestamp": 1667887777926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "ves-openapi-manager", "timestamp": 1667887777500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "aai-ml", "timestamp": 1667887777926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887779364, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "aai-ml", "timestamp": 1667887780655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:23.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887779364, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887782187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:23.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887783957, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:10:23.520Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.520Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.521Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "aai-ml", "timestamp": 1667887784646, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:10:23.522Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.522Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.522Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887784962, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:10:23.531Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 2022-11-08T06:10:23.531Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.541Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.541Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "aai-ml", "timestamp": 1667887785650, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:10:23.546Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 2022-11-08T06:10:23.546Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667887795187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887797499, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887799219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887811945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887812159, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "cds", "timestamp": 1667887812954, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.583Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fed52307-44f6-4d2f-97bc-ff60b71a32a6 2022-11-08T06:10:23.583Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed52307-44f6-4d2f-97bc-ff60b71a32a6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.592Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887813326, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "ves-openapi-manager", "timestamp": 1667887814330, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:10:23.602Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of fed52307-44f6-4d2f-97bc-ff60b71a32a6 2022-11-08T06:10:23.603Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed52307-44f6-4d2f-97bc-ff60b71a32a6 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.611Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887807926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887816661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887809362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887818144, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887820291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.615Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887821295, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:10:23.619Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fed52307-44f6-4d2f-97bc-ff60b71a32a6 2022-11-08T06:10:23.620Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed52307-44f6-4d2f-97bc-ff60b71a32a6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:10:23.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887821516, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:10:23.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:10:23.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:23.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-08T06:10:23.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8","serviceDescription":"service","serviceInvariantUUID":"de608edf-2de1-4793-a61e-828f770deebc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc4d9243-04e5-4e33-b8c5-54ba4210c7cb","resourceInvariantUUID":"1d54d035-8642-4fbc-91ca-ea26591fbedc","resourceCustomizationUUID":"78848b61-5fd5-49ea-92b2-61de3c494a59","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":"NWFlNmRjZjE5ZDVhNDNkZjVmOTg2Zjk1MjJkODhlZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1a5002d-1814-49c9-8e78-c64e51c44db5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTQzMWQ0ZGE3MTUzMzNkYTA0ZmQ1M2Y4ZGY3Y2M1M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd893cd8-726e-49a0-9988-e20eb347c508","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:10:23.672Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:10:23.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:10:23.677Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:10:23.678Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:10:23.777Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:10:23.779Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:10:23.779Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:10:23.793Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:23.793Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:10:24.678Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:10:24.682Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:10:24.684Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:10:24.684Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:10:24.786Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-08T06:10:24.788Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:10:24.788Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:10:24.799Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:24.800Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:10:25.692Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8", "serviceDescription": "service", "serviceInvariantUUID": "de608edf-2de1-4793-a61e-828f770deebc", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "78848b61-5fd5-49ea-92b2-61de3c494a59", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "bc4d9243-04e5-4e33-b8c5-54ba4210c7cb", "resourceInvariantUUID": "1d54d035-8642-4fbc-91ca-ea26591fbedc", "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": "OTQzMWQ0ZGE3MTUzMzNkYTA0ZmQ1M2Y4ZGY3Y2M1M2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd893cd8-726e-49a0-9988-e20eb347c508" } ], "workloadContext": "Production" } 2022-11-08T06:10:25.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:10:25.693Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 ASDC 2022-11-08T06:10:25.694Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 ServiceInvariantUUID:de608edf-2de1-4793-a61e-828f770deebc 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:fd893cd8-726e-49a0-9988-e20eb347c508 ArtifactChecksum:OTQzMWQ0ZGE3MTUzMzNkYTA0ZmQ1M2Y4ZGY3Y2M1M2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:78848b61-5fd5-49ea-92b2-61de3c494a59 ResourceInvariantUUID:1d54d035-8642-4fbc-91ca-ea26591fbedc ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:bc4d9243-04e5-4e33-b8c5-54ba4210c7cb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-08T06:10:25.695Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:10:25.728Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fd893cd8-726e-49a0-9988-e20eb347c508 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-08T06:10:25.731Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-08T06:10:25.790Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-08T06:10:25.793Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fd893cd8-726e-49a0-9988-e20eb347c508 57653 2022-11-08T06:10:25.793Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-08T06:10:25.794Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-08T06:10:25.794Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:10:25.794Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:10:25.797Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:10:25.797Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887825793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:10:25.897Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:10:25.898Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:10:25.899Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:10:25.911Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:25.913Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:10:26.797Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:10:26.799Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-08T06:10:26.799Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fd893cd8-726e-49a0-9988-e20eb347c508, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:26.800Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-08T06:10:26.800Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:26.800Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:26.978Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13586664054599067426/Definitions/service-BasicNetwork-template.yml 2022-11-08T06:10:27.634Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:10:27.634Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.637Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.637Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-08T06:10:27.637Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 Model Version:NULL Model InvariantUuid:de608edf-2de1-4793-a61e-828f770deebc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1d54d035-8642-4fbc-91ca-ea26591fbedc Model UUID:7f8eaa0d-12be-49e4-866c-83a5f19497d2 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:78848b61-5fd5-49ea-92b2-61de3c494a59 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:10:27.649Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: bc4d9243-04e5-4e33-b8c5-54ba4210c7cb 2022-11-08T06:10:27.650Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||No resources found for Service: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:10:27.657Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500|| 2022-11-08T06:10:27.658Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:10:27.664Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@161ba567, org.onap.sdc.toscaparser.api.parameters.Input@65897d7f, org.onap.sdc.toscaparser.api.parameters.Input@66d87bdb, org.onap.sdc.toscaparser.api.parameters.Input@47ef67a8, org.onap.sdc.toscaparser.api.parameters.Input@c14c2af] 2022-11-08T06:10:27.665Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8: Generic NeutronNet 2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.667Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.667Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.667Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-08T06:10:27.707Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.708Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.708Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:10:27.765Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:10:27.768Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:10:27.768Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887827764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:10:27.870Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-08T06:10:27.871Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:10:27.871Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:10:27.883Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:27.884Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:10:28.773Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:10:28.786Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:10:28.790Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:10:28.790Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:10:28.795Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:10:58.795Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:10:58.805Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and serviceModelVersionId: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 2022-11-08T06:10:58.805Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de608edf-2de1-4793-a61e-828f770deebc 2022-11-08T06:10:58.807Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0 2022-11-08T06:10:58.815Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:10:58.882Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|INFO|500||Invoke 2022-11-08T06:10:58.883Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa59a94e-4ad0-45a2-b996-3fd87669570b], X-ECOMP-RequestID=[97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0], X-TransactionId=[], X-ONAP-RequestID=[97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0], Content-Type=[application/merge-patch+json]} 2022-11-08T06:10:58.912Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:10:59.041Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221108-06:10:58:208-50398], vertex-id=[209024], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:10:58 GMT], Content-Type=[application/json]} 2022-11-08T06:10:59.041Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:10:59.042Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|INFO|500||InvokeReturn 2022-11-08T06:10:59.042Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:10:59.043Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:10:59.048Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:10:59.049Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:10:59.049Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:10:59.049Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:10:59.052Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:10:59.052Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887859049, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:10:59.152Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:10:59.153Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:10:59.153Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:10:59.174Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:10:59.175Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:11:00.068Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-08T06:11:00.069Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fed52307-44f6-4d2f-97bc-ff60b71a32a6","serviceName":"Demo_pNF_6zvx6b1RxAqa5VruhMN6","serviceVersion":"1.0","serviceUUID":"764f0b01-e388-4669-8702-c534813e9906","serviceDescription":"catalog service description","serviceInvariantUUID":"383ccc44-626b-417e-92c2-5bb43360ff32","resources":[{"resourceInstanceName":"pNF c94a64d1-63e4 0","resourceName":"pNF c94a64d1-63e4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e1e334ed-1cd0-472b-8969-5ec712386514","resourceInvariantUUID":"2c8cfa0c-1453-4ca3-a375-4ba353c2ff71","resourceCustomizationUUID":"6db1b7c9-0f6e-44ca-911b-dd5e548823f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml","artifactChecksum":"NzM1ZDIxNzBkMTE0MGE3NjE5NzI4MTYxNWQ3YzdjOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"051726a1-c771-4fbc-8a73-2cefebd67a45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar","artifactChecksum":"ZjhmNDg5NmM5NmY5NGExNjQ2YmEzYWNmNDllYmRkM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03eca5d1-02bc-4898-a0ad-8d888d94436a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5b3ebb4-e5b6-43d1-8546-aa0637064432","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml","artifactChecksum":"MTM5ZWU1OTYzOWU0NGNkNjliNTliZmVkNmUyNjFjZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd1483aa-e454-4947-be21-69c831ecca6c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a462ab2-c158-49c8-8fa0-80da21e31f7b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c19c7cc-d620-413c-91ae-d4285d3fcefa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml","artifactChecksum":"MGMwYzEzOWY4ZWNmODFmMjBjZjFiODQ2YTNhMzlmYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf6304a4-5a9e-4f56-bd4e-8de6f6b18473","artifactVersion":"1"},{"artifactName":"service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar","artifactChecksum":"OGQ3NTUxZTljYTdiMjQyY2YxZWE3MWY4YzVlOWJiNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa578ef8-8700-4f1b-a253-2275310ad8c1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:11:00.070Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:00.070Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:00.073Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:00.073Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:11:00.173Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:00.174Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:00.174Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:00.203Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:00.204Z||pool-40-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:01.074Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:01.075Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:01.078Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:01.078Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:11:01.178Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:01.179Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:01.179Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:01.189Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:01.189Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:02.078Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:02.079Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:02.081Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:02.082Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:11:02.182Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:02.183Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:02.183Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:02.196Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:02.196Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:03.082Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:03.083Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:03.085Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:03.086Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:11:03.186Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:03.187Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:03.187Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:03.200Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:03.201Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:04.086Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:04.087Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:04.089Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:04.089Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:11:04.189Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:04.190Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:04.190Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:04.207Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:04.208Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:05.090Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:05.091Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:05.094Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:05.094Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:11:05.194Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:05.196Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:05.196Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:05.215Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:05.216Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:06.096Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:06.097Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:06.099Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:06.099Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:11:06.199Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:06.200Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:06.201Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:06.212Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:06.212Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:07.100Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:11:07.100Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:07.102Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:07.102Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:11:07.203Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:11:07.204Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:07.204Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:07.214Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:07.214Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:08.103Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "serviceName": "Demo_pNF_6zvx6b1RxAqa5VruhMN6", "serviceVersion": "1.0", "serviceUUID": "764f0b01-e388-4669-8702-c534813e9906", "serviceDescription": "catalog service description", "serviceInvariantUUID": "383ccc44-626b-417e-92c2-5bb43360ff32", "resources": [ { "resourceInstanceName": "pNF c94a64d1-63e4 0", "resourceCustomizationUUID": "6db1b7c9-0f6e-44ca-911b-dd5e548823f5", "resourceName": "pNF c94a64d1-63e4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e1e334ed-1cd0-472b-8969-5ec712386514", "resourceInvariantUUID": "2c8cfa0c-1453-4ca3-a375-4ba353c2ff71", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "artifactChecksum": "OGQ3NTUxZTljYTdiMjQyY2YxZWE3MWY4YzVlOWJiNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fa578ef8-8700-4f1b-a253-2275310ad8c1" } ], "workloadContext": "Production" } 2022-11-08T06:11:08.106Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:11:08.106Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 764f0b01-e388-4669-8702-c534813e9906 ASDC 2022-11-08T06:11:08.107Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:fed52307-44f6-4d2f-97bc-ff60b71a32a6 ServiceName:Demo_pNF_6zvx6b1RxAqa5VruhMN6 ServiceVersion:1.0 ServiceUUID:764f0b01-e388-4669-8702-c534813e9906 ServiceInvariantUUID:383ccc44-626b-417e-92c2-5bb43360ff32 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar ArtifactUUID:fa578ef8-8700-4f1b-a253-2275310ad8c1 ArtifactChecksum:OGQ3NTUxZTljYTdiMjQyY2YxZWE3MWY4YzVlOWJiNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c94a64d1-63e4 0 ResourceCustomizationUUID:6db1b7c9-0f6e-44ca-911b-dd5e548823f5 ResourceInvariantUUID:2c8cfa0c-1453-4ca3-a375-4ba353c2ff71 ResourceName:pNF c94a64d1-63e4 ResourceType:PNF ResourceUUID:e1e334ed-1cd0-472b-8969-5ec712386514 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-08T06:11:08.107Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 764f0b01-e388-4669-8702-c534813e9906 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:11:08.143Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa578ef8-8700-4f1b-a253-2275310ad8c1 from URL: /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-08T06:11:08.145Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:08.199Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar fa578ef8-8700-4f1b-a253-2275310ad8c1 87773 2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar ASDC sendASDCNotification 2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:08.206Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:08.206Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887868203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:11:08.306Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:08.307Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:08.307Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:08.318Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:08.318Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:09.206Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:11:09.207Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-08T06:11:09.208Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fa578ef8-8700-4f1b-a253-2275310ad8c1, URL: /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar to file: /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:09.208Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:09.209Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:09.209Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:09.444Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12083644367893354257/Definitions/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml 2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c94a64d1-63e4 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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Node template pNF c94a64d1-63e4 0 is matching search criteria 2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c94a64d1-63e4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Node template pNF c94a64d1-63e4 0 is matching search criteria 2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c94a64d1-63e4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.390Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.390Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_6zvx6b1RxAqa5VruhMN6 Description:catalog service description Model UUID:764f0b01-e388-4669-8702-c534813e9906 Model Version:NULL Model InvariantUuid:383ccc44-626b-417e-92c2-5bb43360ff32 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:11:10.396Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e1e334ed-1cd0-472b-8969-5ec712386514 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||pNF c94a64d1-63e4 0 2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e1e334ed-1cd0-472b-8969-5ec712386514 2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 764f0b01-e388-4669-8702-c534813e9906 2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 764f0b01-e388-4669-8702-c534813e9906 2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c94a64d1-63e4 0 e1e334ed-1cd0-472b-8969-5ec712386514 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:11:10.409Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a9f4cb2, org.onap.sdc.toscaparser.api.parameters.Input@5455fb17, org.onap.sdc.toscaparser.api.parameters.Input@3eb27c5e, org.onap.sdc.toscaparser.api.parameters.Input@6987a309, org.onap.sdc.toscaparser.api.parameters.Input@91d8857] 2022-11-08T06:11:10.409Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.409Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 764f0b01-e388-4669-8702-c534813e9906: pNF c94a64d1-63e4 2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Processing PNF resource: e1e334ed-1cd0-472b-8969-5ec712386514 2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6db1b7c9-0f6e-44ca-911b-dd5e548823f5 is the same as notified resource customizationUUID: 6db1b7c9-0f6e-44ca-911b-dd5e548823f5 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-08T06:11:10.452Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c94a64d1-63e4 e1e334ed-1cd0-472b-8969-5ec712386514 0 ASDC deployResourceStructure 2022-11-08T06:11:10.453Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar ASDC sendASDCNotification 2022-11-08T06:11:10.453Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar 2022-11-08T06:11:10.453Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:11:10.453Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:11:10.455Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:11:10.455Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887870452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:11:10.555Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:11:10.556Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:11:10.556Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:10.567Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:10.567Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:11:11.455Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed52307-44f6-4d2f-97bc-ff60b71a32a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:11:11.468Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed52307-44f6-4d2f-97bc-ff60b71a32a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:11:11.470Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:11:11.470Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T06:11:11.470Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T06:11:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:11:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:11:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:11:23.031Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:11:23.031Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:11:23.031Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "aai-ml", "timestamp": 1667887822521, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:11:23.040Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fed52307-44f6-4d2f-97bc-ff60b71a32a6 2022-11-08T06:11:23.041Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed52307-44f6-4d2f-97bc-ff60b71a32a6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:11:41.471Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed52307-44f6-4d2f-97bc-ff60b71a32a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:11:41.482Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed52307-44f6-4d2f-97bc-ff60b71a32a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:11:41.487Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:11:41.487Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:11:41.487Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:11:41.488Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:11:41.488Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:11:41.488Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:11:41.488Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:11:41.488Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:11:41.488Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:11:41.488Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:11:41.493Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:12:11.493Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed52307-44f6-4d2f-97bc-ff60b71a32a6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:12:11.499Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed52307-44f6-4d2f-97bc-ff60b71a32a6 and serviceModelVersionId: 764f0b01-e388-4669-8702-c534813e9906 2022-11-08T06:12:11.500Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 383ccc44-626b-417e-92c2-5bb43360ff32 2022-11-08T06:12:11.500Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/383ccc44-626b-417e-92c2-5bb43360ff32/model-vers/model-ver/764f0b01-e388-4669-8702-c534813e9906?depth=0 2022-11-08T06:12:11.504Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:12:11.551Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383ccc44-626b-417e-92c2-5bb43360ff32/model-vers/model-ver/764f0b01-e388-4669-8702-c534813e9906?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-08T06:12:11.552Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383ccc44-626b-417e-92c2-5bb43360ff32/model-vers/model-ver/764f0b01-e388-4669-8702-c534813e9906?depth=0|INFO|500||Invoke 2022-11-08T06:12:11.574Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383ccc44-626b-417e-92c2-5bb43360ff32/model-vers/model-ver/764f0b01-e388-4669-8702-c534813e9906?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:12:11.689Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383ccc44-626b-417e-92c2-5bb43360ff32/model-vers/model-ver/764f0b01-e388-4669-8702-c534813e9906?depth=0|INFO|500||InvokeReturn 2022-11-08T06:12:11.691Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383ccc44-626b-417e-92c2-5bb43360ff32/model-vers/model-ver/764f0b01-e388-4669-8702-c534813e9906?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221108-06:12:10:872-79199], vertex-id=[209080], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:12:10 GMT], Content-Type=[application/json]} 2022-11-08T06:12:11.692Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:12:11.692Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:12:11.692Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:12:11.698Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:12:11.699Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed52307-44f6-4d2f-97bc-ff60b71a32a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:12:11.699Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:12:11.699Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:11.702Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:11.702Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887931699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:12:11.802Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:11.804Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:11.804Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:11.820Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:11.821Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:12:12.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:12:12.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:12:12.718Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:13.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:13.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:12:13.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f571f960-3a61-4c2d-aba7-b8221f0abbe7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"486f81a2-67f4-49a9-b5d2-efe44681eac9","serviceDescription":"service","serviceInvariantUUID":"28dc0293-bf66-4f42-965a-f4ea388c6b02","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84823b64-d679-4524-95e3-d70fd3bb25ec","resourceInvariantUUID":"e9c8b062-1137-4f49-ab44-f25a910345e3","resourceCustomizationUUID":"6ca7fecd-4e29-4afd-ae98-030ebd34eb42","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":"MjY4YjU0YWNjN2VmOWIyOGRkOWJlN2M5ZjgzMzk2ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dddf6f1-3a8f-453c-bd9a-f5b7cf8fb6c4","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":"MGViZjdmZTc0MDFlMGI2YjljMzgzMjZhOGI4NTk4MWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"727a8f7c-1f20-4356-982f-32bd50d38a98","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":"51879ca4-2e6c-4f6e-bad9-0fe0da40a157","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":"feb82158-238a-4004-8b53-e20032240caa","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":"d1dadc25-90fe-41ff-b3d6-31016bb24b30","artifactVersion":"2","generatedFromUUID":"51879ca4-2e6c-4f6e-bad9-0fe0da40a157"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODUzOTRiOWZmZjZmYmRlNjdhNDA3Nzg2MzUxNDVjN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e49153e9-a6be-4a2a-b510-394abe733ac0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDU5NDU4NTU0YzY0NGRiYjJiNmEyYWYwZDM0Y2I0ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb66b67f-ad43-4bee-a673-a368afb0626c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:12:13.344Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:12:13.345Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:13.347Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:13.347Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:12:13.447Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:13.448Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:13.448Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:13.457Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:13.458Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:14.347Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:12:14.349Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:14.350Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:14.350Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:12:14.450Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:14.451Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:14.451Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:14.470Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:14.470Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:12:15.351Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:12:15.351Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:15.353Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:15.354Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-08T06:12:15.455Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-08T06:12:15.456Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:15.456Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:15.468Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:15.469Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:16.355Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:12:16.355Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:16.357Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:16.358Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:12:16.458Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:16.460Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:16.460Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:16.485Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:16.486Z||pool-54-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:17.358Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:12:17.359Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:17.361Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:17.362Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-08T06:12:17.462Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:17.463Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:17.463Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:17.476Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:17.477Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:18.362Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:12:18.364Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:18.366Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:18.366Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:12:18.466Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:18.467Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:18.467Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:18.478Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:18.479Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:19.367Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:12:19.368Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:19.370Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:19.371Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:12:19.471Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:19.472Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:19.472Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:19.483Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:19.484Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:20.372Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "486f81a2-67f4-49a9-b5d2-efe44681eac9", "serviceDescription": "service", "serviceInvariantUUID": "28dc0293-bf66-4f42-965a-f4ea388c6b02", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "6ca7fecd-4e29-4afd-ae98-030ebd34eb42", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "84823b64-d679-4524-95e3-d70fd3bb25ec", "resourceInvariantUUID": "e9c8b062-1137-4f49-ab44-f25a910345e3", "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": "MGViZjdmZTc0MDFlMGI2YjljMzgzMjZhOGI4NTk4MWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "727a8f7c-1f20-4356-982f-32bd50d38a98", "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": "51879ca4-2e6c-4f6e-bad9-0fe0da40a157", "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": "d1dadc25-90fe-41ff-b3d6-31016bb24b30", "generatedFromUUID": "51879ca4-2e6c-4f6e-bad9-0fe0da40a157" }, "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": "d1dadc25-90fe-41ff-b3d6-31016bb24b30", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDU5NDU4NTU0YzY0NGRiYjJiNmEyYWYwZDM0Y2I0ODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb66b67f-ad43-4bee-a673-a368afb0626c" } ], "workloadContext": "Production" } 2022-11-08T06:12:20.373Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:12:20.373Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 486f81a2-67f4-49a9-b5d2-efe44681eac9 ASDC 2022-11-08T06:12:20.374Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f571f960-3a61-4c2d-aba7-b8221f0abbe7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:486f81a2-67f4-49a9-b5d2-efe44681eac9 ServiceInvariantUUID:28dc0293-bf66-4f42-965a-f4ea388c6b02 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:eb66b67f-ad43-4bee-a673-a368afb0626c ArtifactChecksum:MDU5NDU4NTU0YzY0NGRiYjJiNmEyYWYwZDM0Y2I0ODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:6ca7fecd-4e29-4afd-ae98-030ebd34eb42 ResourceInvariantUUID:e9c8b062-1137-4f49-ab44-f25a910345e3 ResourceName:basic_vm ResourceType:VF ResourceUUID:84823b64-d679-4524-95e3-d70fd3bb25ec 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:727a8f7c-1f20-4356-982f-32bd50d38a98 ArtifactChecksum:MGViZjdmZTc0MDFlMGI2YjljMzgzMjZhOGI4NTk4MWE= 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:51879ca4-2e6c-4f6e-bad9-0fe0da40a157 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:d1dadc25-90fe-41ff-b3d6-31016bb24b30 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:d1dadc25-90fe-41ff-b3d6-31016bb24b30 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-08T06:12:20.375Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 486f81a2-67f4-49a9-b5d2-efe44681eac9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:12:20.424Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:12:20.425Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:12:20.425Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:12:20.425Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb66b67f-ad43-4bee-a673-a368afb0626c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-08T06:12:20.425Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:12:20.426Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-08T06:12:20.485Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:12:20.489Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eb66b67f-ad43-4bee-a673-a368afb0626c 74801 2022-11-08T06:12:20.489Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-08T06:12:20.489Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-08T06:12:20.490Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:12:20.490Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:20.492Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:20.492Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887940489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:12:20.592Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:20.593Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:20.594Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:20.606Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:20.607Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:12:21.493Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:12:21.495Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:12:21.495Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: eb66b67f-ad43-4bee-a673-a368afb0626c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:21.496Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-08T06:12:21.496Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:21.497Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:21.701Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3894154818068339810/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-08T06:12:22.965Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:12:22.966Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-08T06:12:22.966Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.967Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-08T06:12:22.967Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.967Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.967Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.967Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.967Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.968Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.968Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-08T06:12:22.968Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-08T06:12:22.968Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.968Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:22.969Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:22.969Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-08T06:12:22.969Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:12:22.970Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.970Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:22.970Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:22.970Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-08T06:12:22.970Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:12:22.971Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.971Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:22.971Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.971Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-08T06:12:22.972Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-08T06:12:22.972Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-08T06:12:22.972Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-08T06:12:22.972Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-08T06:12:22.973Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-08T06:12:22.973Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.973Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:12:22.973Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.974Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:22.974Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:12:22.974Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.974Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:22.974Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:12:22.975Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.975Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:22.975Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:12:22.975Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.976Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-08T06:12:22.976Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-08T06:12:22.976Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-08T06:12:22.976Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5412e209-d9dc-4829-8baa-0ff1757b29ff 2022-11-08T06:12:22.976Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.977Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:22.977Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.977Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:22.977Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.977Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:22.978Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:22.978Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:22.978Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:486f81a2-67f4-49a9-b5d2-efe44681eac9 Model Version:NULL Model InvariantUuid:28dc0293-bf66-4f42-965a-f4ea388c6b02 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:28d110df-9c81-4f31-bee6-4cfe7416ffbe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9c8b062-1137-4f49-ab44-f25a910345e3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6ca7fecd-4e29-4afd-ae98-030ebd34eb42 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dd294d90-82e3-4190-b7ca-63def8e28443 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4e728ec2-ce84-4390-a654-66be5ff89c4d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5412e209-d9dc-4829-8baa-0ff1757b29ff ModelInvariantUuid:569e05a6-e4c1-4e7e-ba8e-52a7767f890f ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:46ee49a5-c823-43f1-b343-31e4d4775bb6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:da80258d-6152-4364-a9cb-f513be014042 ModelInvariantUuid:19f38cbe-b220-4222-a19e-0eaa0edfc816 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:308d9620-e4de-4948-8d34-abde370fe68d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:12:22.985Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 84823b64-d679-4524-95e3-d70fd3bb25ec Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:12:22.988Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-11-08T06:12:22.988Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84823b64-d679-4524-95e3-d70fd3bb25ec 2022-11-08T06:12:22.988Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 727a8f7c-1f20-4356-982f-32bd50d38a98 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-08T06:12:22.988Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:12:22.988Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-08T06:12:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:12:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:12:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:23.027Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:23.028Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:12:23.028Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:12:23.029Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:12:23.046Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:12:23.046Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 727a8f7c-1f20-4356-982f-32bd50d38a98 787 2022-11-08T06:12:23.046Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-08T06:12:23.047Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-08T06:12:23.047Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:12:23.047Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:23.049Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:23.049Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887943046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:12:23.149Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:12:23.150Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:23.150Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:23.164Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:23.164Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:24.050Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dd294d90-82e3-4190-b7ca-63def8e28443", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e728ec2-ce84-4390-a654-66be5ff89c4d", "vfModuleModelCustomizationUUID": "5f4164cf-b423-43be-9069-0ade1a2ec303", "isBase": true, "artifacts": [ "51879ca4-2e6c-4f6e-bad9-0fe0da40a157", "d1dadc25-90fe-41ff-b3d6-31016bb24b30" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:12:24.055Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e728ec2-ce84-4390-a654-66be5ff89c4d VfModuleModelInvariantUUID:dd294d90-82e3-4190-b7ca-63def8e28443 VfModuleModelDescription:NULL Artifacts UUID List:{ 51879ca4-2e6c-4f6e-bad9-0fe0da40a157 , d1dadc25-90fe-41ff-b3d6-31016bb24b30 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:12:24.057Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dd294d90-82e3-4190-b7ca-63def8e28443", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e728ec2-ce84-4390-a654-66be5ff89c4d", "vfModuleModelCustomizationUUID": "5f4164cf-b423-43be-9069-0ade1a2ec303", "isBase": true, "artifacts": [ "51879ca4-2e6c-4f6e-bad9-0fe0da40a157", "d1dadc25-90fe-41ff-b3d6-31016bb24b30" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:12:24.057Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e728ec2-ce84-4390-a654-66be5ff89c4d VfModuleModelInvariantUUID:dd294d90-82e3-4190-b7ca-63def8e28443 VfModuleModelDescription:NULL Artifacts UUID List:{ 51879ca4-2e6c-4f6e-bad9-0fe0da40a157 , d1dadc25-90fe-41ff-b3d6-31016bb24b30 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:12:24.057Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 51879ca4-2e6c-4f6e-bad9-0fe0da40a157 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-08T06:12:24.057Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:12:24.057Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-08T06:12:24.098Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:12:24.098Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 51879ca4-2e6c-4f6e-bad9-0fe0da40a157 5033 2022-11-08T06:12:24.099Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-08T06:12:24.099Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-08T06:12:24.099Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:12:24.099Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:24.101Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:24.101Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887944098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:12:24.201Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:24.202Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:24.203Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:24.214Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:24.214Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:12:25.101Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1dadc25-90fe-41ff-b3d6-31016bb24b30 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-08T06:12:25.102Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:12:25.103Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-08T06:12:25.164Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:12:25.165Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d1dadc25-90fe-41ff-b3d6-31016bb24b30 903 2022-11-08T06:12:25.165Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-08T06:12:25.165Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-08T06:12:25.165Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:12:25.165Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:25.167Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:25.167Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887945165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:12:25.267Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:25.268Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:25.268Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:25.280Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:25.281Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:26.167Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 486f81a2-67f4-49a9-b5d2-efe44681eac9 2022-11-08T06:12:26.168Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 84823b64-d679-4524-95e3-d70fd3bb25ec ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:12:26.183Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1442cfba, org.onap.sdc.toscaparser.api.parameters.Input@41db96bd, org.onap.sdc.toscaparser.api.parameters.Input@2ca6c013, org.onap.sdc.toscaparser.api.parameters.Input@78a30689, org.onap.sdc.toscaparser.api.parameters.Input@7a9e2938] 2022-11-08T06:12:26.184Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.185Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.185Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-08T06:12:26.185Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6ca7fecd-4e29-4afd-ae98-030ebd34eb42 2022-11-08T06:12:26.185Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ca7fecd-4e29-4afd-ae98-030ebd34eb42 matches Tosca VF Customization UUID: 6ca7fecd-4e29-4afd-ae98-030ebd34eb42 2022-11-08T06:12:26.185Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6ca7fecd-4e29-4afd-ae98-030ebd34eb42 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-08T06:12:26.187Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.188Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.188Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6ca7fecd-4e29-4afd-ae98-030ebd34eb42: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-08T06:12:26.188Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1da61273 2022-11-08T06:12:26.188Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.189Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:12:26.189Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f4164cf-b423-43be-9069-0ade1a2ec303 2022-11-08T06:12:26.189Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f4164cf-b423-43be-9069-0ade1a2ec303 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-08T06:12:26.191Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.192Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:26.192Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:12:26.192Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.192Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:26.192Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:12:26.193Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.193Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-08T06:12:26.193Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-08T06:12:26.193Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-08T06:12:26.193Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5412e209-d9dc-4829-8baa-0ff1757b29ff Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-08T06:12:26.196Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.196Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:26.196Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:12:26.196Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.196Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-08T06:12:26.197Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6ca7fecd-4e29-4afd-ae98-030ebd34eb42 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:12:26.198Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.198Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.199Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 486f81a2-67f4-49a9-b5d2-efe44681eac9: basic_vm 2022-11-08T06:12:26.199Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.199Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.199Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.199Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.199Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.200Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.200Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.200Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.200Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:12:26.200Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:12:26.200Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:12:26.283Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 84823b64-d679-4524-95e3-d70fd3bb25ec 1 ASDC deployResourceStructure 2022-11-08T06:12:26.283Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-08T06:12:26.283Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-08T06:12:26.283Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:12:26.284Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:26.285Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:26.285Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887946283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:12:26.386Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:26.387Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:26.387Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:26.398Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:26.398Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:27.286Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-08T06:12:27.287Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-08T06:12:27.287Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:12:27.287Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:27.289Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:27.289Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887947286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:12:27.389Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:27.390Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:27.390Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:27.416Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:27.417Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:12:28.290Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-08T06:12:28.291Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-08T06:12:28.291Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:12:28.291Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:28.293Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:28.294Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887948290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-08T06:12:28.394Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:12:28.397Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:28.397Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:28.406Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:28.406Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:29.295Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-08T06:12:29.295Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-08T06:12:29.296Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:12:29.296Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:12:29.298Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:12:29.299Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887949295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:12:29.398Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:12:29.399Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:12:29.399Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:12:29.409Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:12:29.410Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:12:30.299Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:12:30.311Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:12:30.313Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:12:30.314Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T06:12:30.314Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T06:13:00.314Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:13:00.325Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:13:00.326Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:13:00.327Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T06:13:00.327Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T06:13:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:13:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:13:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:13:23.028Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:13:23.038Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.038Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.039Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.039Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.039Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887825793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.039Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.040Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.040Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887827764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:13:23.040Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.040Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.041Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887837926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.041Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.041Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.041Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "ves-openapi-manager", "timestamp": 1667887837499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.042Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.042Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.042Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887844222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.042Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.042Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.043Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887835187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.043Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.043Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.043Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887839363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.044Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.044Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.044Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887837926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.044Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.045Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.045Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "ves-openapi-manager", "timestamp": 1667887837499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.045Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.045Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.045Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887844222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.046Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.046Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.046Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887835187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:13:23.046Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.047Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.047Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887839363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.047Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.047Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.047Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887837926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.048Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.048Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.048Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "ves-openapi-manager", "timestamp": 1667887837499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.048Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887844222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.050Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887835187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-08T06:13:23.050Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.050Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.050Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887839363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.051Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.051Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.051Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887837926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.051Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.052Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.052Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "ves-openapi-manager", "timestamp": 1667887837499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.052Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.053Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.053Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887844222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.053Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.053Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.054Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887835187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.054Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.054Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.054Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887839363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.055Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.055Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.055Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887837926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.056Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.056Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.056Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "ves-openapi-manager", "timestamp": 1667887837499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.058Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.058Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.058Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887844222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.059Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.059Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.059Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887835187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-08T06:13:23.059Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.059Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.059Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887839363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.060Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.060Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.060Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887837926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.060Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.060Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.060Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "ves-openapi-manager", "timestamp": 1667887837499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887844222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887835187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.061Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887839363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887837926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "ves-openapi-manager", "timestamp": 1667887837499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887844222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887835187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887839363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887852159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887852104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887852075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.066Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887852175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.066Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.066Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.066Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "cds", "timestamp": 1667887853112, "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=? 2022-11-08T06:13:23.075Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f571f960-3a61-4c2d-aba7-b8221f0abbe7 2022-11-08T06:13:23.075Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f571f960-3a61-4c2d-aba7-b8221f0abbe7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:13:23.084Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.084Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887853223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.084Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.085Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.085Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887854271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.085Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.085Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.085Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887854898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:13:23.085Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.086Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.086Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887855308, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:13:23.090Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f571f960-3a61-4c2d-aba7-b8221f0abbe7 2022-11-08T06:13:23.090Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f571f960-3a61-4c2d-aba7-b8221f0abbe7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:13:23.099Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.099Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887855903, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:13:23.103Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f571f960-3a61-4c2d-aba7-b8221f0abbe7 2022-11-08T06:13:23.104Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f571f960-3a61-4c2d-aba7-b8221f0abbe7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:13:23.111Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.111Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "multicloud-k8s-id", "timestamp": 1667887856312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.112Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887859049, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887858846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.113Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.114Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.114Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.114Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.114Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.115Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.115Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.115Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.115Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.115Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "aai-ml", "timestamp": 1667887859851, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:13:23.119Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f571f960-3a61-4c2d-aba7-b8221f0abbe7 2022-11-08T06:13:23.120Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f571f960-3a61-4c2d-aba7-b8221f0abbe7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:13:23.128Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.128Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-08T06:13:23.128Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.128Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.128Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.129Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.129Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.129Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.129Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.130Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.130Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.130Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.130Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.130Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:13:23.130Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.130Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.131Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.131Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.131Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.131Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.131Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.132Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.132Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.132Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.132Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.132Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-08T06:13:23.133Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.133Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.133Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.133Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.133Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.133Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.133Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.134Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.134Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.134Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.134Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.134Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.134Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.134Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.135Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.135Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.135Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.135Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.135Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.135Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.135Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.136Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.136Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.136Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.137Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.137Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.137Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-08T06:13:23.137Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.137Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.138Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.138Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.138Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.138Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.138Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.138Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.139Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.139Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.139Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.139Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.139Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.140Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.140Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.140Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.140Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.140Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.140Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.140Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.141Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "ves-openapi-manager", "timestamp": 1667887857499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.141Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.141Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.141Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887857317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.141Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887823005, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.142Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887867092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887868203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887859219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.143Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887868159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887868942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.144Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887869214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.145Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.145Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.145Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.145Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.145Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.145Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887870452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:13:23.145Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.146Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.146Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.146Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.146Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.146Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "cds", "timestamp": 1667887869948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:13:23.160Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc4e18c5-30e2-433b-9d17-7f8132a74fdf 2022-11-08T06:13:23.160Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4e18c5-30e2-433b-9d17-7f8132a74fdf and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:13:23.168Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887870261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.169Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.170Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.170Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887871316, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:13:23.174Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc4e18c5-30e2-433b-9d17-7f8132a74fdf 2022-11-08T06:13:23.174Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4e18c5-30e2-433b-9d17-7f8132a74fdf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:13:23.182Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.182Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1667887872322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.183Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.184Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.184Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.184Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.184Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.184Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.184Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.185Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.186Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.186Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.186Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.186Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.186Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.186Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887867926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.186Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887877644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.187Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887869363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:13:23.188Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:13:23.188Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.188Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887879085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:13:23.188Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:23.188Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:13:23.188Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887881613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:13:23.188Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:13:30.327Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:13:30.342Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:13:30.345Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:13:30.345Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:13:30.345Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:13:30.346Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:13:30.346Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:13:30.346Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:13:30.346Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:13:30.347Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:13:30.347Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:13:30.347Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:13:30.353Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:14:00.354Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:14:00.360Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f571f960-3a61-4c2d-aba7-b8221f0abbe7 and serviceModelVersionId: 486f81a2-67f4-49a9-b5d2-efe44681eac9 2022-11-08T06:14:00.360Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28dc0293-bf66-4f42-965a-f4ea388c6b02 2022-11-08T06:14:00.361Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0 2022-11-08T06:14:00.365Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:14:00.416Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0|INFO|500||Invoke 2022-11-08T06:14:00.416Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f571f960-3a61-4c2d-aba7-b8221f0abbe7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4433444-1300-42e2-9b0f-fc7efa6fc753], X-ECOMP-RequestID=[f571f960-3a61-4c2d-aba7-b8221f0abbe7], X-TransactionId=[], X-ONAP-RequestID=[f571f960-3a61-4c2d-aba7-b8221f0abbe7], Content-Type=[application/merge-patch+json]} 2022-11-08T06:14:00.448Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:14:00.549Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221108-06:13:59:745-24201], vertex-id=[225384], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:13:59 GMT], Content-Type=[application/json]} 2022-11-08T06:14:00.549Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:14:00.550Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc0293-bf66-4f42-965a-f4ea388c6b02/model-vers/model-ver/486f81a2-67f4-49a9-b5d2-efe44681eac9?depth=0|INFO|500||InvokeReturn 2022-11-08T06:14:00.550Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:14:00.551Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:14:00.557Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:14:00.558Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f571f960-3a61-4c2d-aba7-b8221f0abbe7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:14:00.558Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:14:00.558Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:00.560Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:00.560Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888040558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:14:00.661Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:00.662Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:00.662Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:00.674Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:00.674Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:14:01.574Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:14:01.574Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc4e18c5-30e2-433b-9d17-7f8132a74fdf","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ee4f8d49-234f-4e75-8102-b462941dcd5d","serviceDescription":"service","serviceInvariantUUID":"766018da-4e37-4744-92a9-cac9079e815a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c307732-b2c0-4599-87e8-0bb3666597fa","resourceInvariantUUID":"fac79c33-2d97-4e52-9958-3d8601eb94ca","resourceCustomizationUUID":"243bffff-d10c-41ba-bfdf-088be047fbac","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":"ZDBkMWYwNzY5MzE1ZDBhNzRkYWI0OWUwZjViNTdiZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b17b70d-fd74-49d6-98f2-f5256db76c3f","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":"0a0c77bd-d76d-45b9-8105-a545d4b52d55","artifactVersion":"2","generatedFromUUID":"5416a5eb-5eb3-4c2f-b4c6-f1b571655ead"},{"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":"5416a5eb-5eb3-4c2f-b4c6-f1b571655ead","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":"MjI2ZTUzYzZmNjU4ZDYwZmQ1NWEzNGVmNjE1Y2RiZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5882f737-52fa-4f79-8932-940d243a9ab4","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":"67b623ad-25bf-4018-9e66-ab856656b865","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":"9e63a116-d38b-4774-bcda-ddd8699918b0","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":"ce75576e-81d8-4264-b08e-49a69f4b09bf","artifactVersion":"2","generatedFromUUID":"67b623ad-25bf-4018-9e66-ab856656b865"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDM3MjQ5ZjMxYTg3NWQyN2Y0NGYzOGJkNmY3MjMyZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca4945e1-aed8-4692-99de-666a3f40aac9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGIxNjAzNzU4M2ExMDNmNzg1YmRiYTk2NzRhMzU5MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e6adbf8-27fb-4f8f-8a8b-1f14d2731967","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:14:01.575Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:01.575Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:01.577Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:01.577Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:14:01.678Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:01.679Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:01.679Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:01.690Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:01.691Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:02.578Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:02.579Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:02.581Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:02.582Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-08T06:14:02.682Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:02.683Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:02.683Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:02.701Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:02.701Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:03.582Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:03.583Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:03.586Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:03.587Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-08T06:14:03.687Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:03.688Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:03.688Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:03.699Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:03.699Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:04.587Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:04.588Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:04.590Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:04.590Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:14:04.690Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:04.691Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:04.691Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:04.703Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:04.704Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:05.591Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:05.591Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:05.594Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:05.594Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-08T06:14:05.694Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:05.695Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:05.695Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:05.706Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:05.706Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:06.595Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:06.596Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:06.597Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:06.597Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:14:06.698Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:06.699Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:06.699Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:06.710Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:06.710Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:07.598Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:07.599Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:07.601Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:07.601Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-08T06:14:07.701Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:07.702Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:07.703Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:07.714Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:07.715Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:14:08.601Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:08.602Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:08.604Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:08.604Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:14:08.705Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:08.706Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:08.706Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:08.720Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:08.721Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:09.605Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:14:09.606Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:09.609Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:09.609Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:14:09.710Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:09.710Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:09.711Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:09.722Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:09.722Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:10.610Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "ee4f8d49-234f-4e75-8102-b462941dcd5d", "serviceDescription": "service", "serviceInvariantUUID": "766018da-4e37-4744-92a9-cac9079e815a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "243bffff-d10c-41ba-bfdf-088be047fbac", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9c307732-b2c0-4599-87e8-0bb3666597fa", "resourceInvariantUUID": "fac79c33-2d97-4e52-9958-3d8601eb94ca", "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": "0a0c77bd-d76d-45b9-8105-a545d4b52d55", "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": "5416a5eb-5eb3-4c2f-b4c6-f1b571655ead", "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": "MjI2ZTUzYzZmNjU4ZDYwZmQ1NWEzNGVmNjE1Y2RiZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5882f737-52fa-4f79-8932-940d243a9ab4", "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": "67b623ad-25bf-4018-9e66-ab856656b865", "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": "ce75576e-81d8-4264-b08e-49a69f4b09bf", "generatedFromUUID": "67b623ad-25bf-4018-9e66-ab856656b865" }, "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": "ce75576e-81d8-4264-b08e-49a69f4b09bf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MGIxNjAzNzU4M2ExMDNmNzg1YmRiYTk2NzRhMzU5MTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e6adbf8-27fb-4f8f-8a8b-1f14d2731967" } ], "workloadContext": "Production" } 2022-11-08T06:14:10.610Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:14:10.611Z|f571f960-3a61-4c2d-aba7-b8221f0abbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ee4f8d49-234f-4e75-8102-b462941dcd5d ASDC 2022-11-08T06:14:10.611Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:bc4e18c5-30e2-433b-9d17-7f8132a74fdf ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:ee4f8d49-234f-4e75-8102-b462941dcd5d ServiceInvariantUUID:766018da-4e37-4744-92a9-cac9079e815a 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:8e6adbf8-27fb-4f8f-8a8b-1f14d2731967 ArtifactChecksum:MGIxNjAzNzU4M2ExMDNmNzg1YmRiYTk2NzRhMzU5MTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:243bffff-d10c-41ba-bfdf-088be047fbac ResourceInvariantUUID:fac79c33-2d97-4e52-9958-3d8601eb94ca ResourceName:basic_cnf ResourceType:VF ResourceUUID:9c307732-b2c0-4599-87e8-0bb3666597fa 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:0a0c77bd-d76d-45b9-8105-a545d4b52d55 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:5416a5eb-5eb3-4c2f-b4c6-f1b571655ead 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:5882f737-52fa-4f79-8932-940d243a9ab4 ArtifactChecksum:MjI2ZTUzYzZmNjU4ZDYwZmQ1NWEzNGVmNjE1Y2RiZGU= 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:67b623ad-25bf-4018-9e66-ab856656b865 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:ce75576e-81d8-4264-b08e-49a69f4b09bf 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:ce75576e-81d8-4264-b08e-49a69f4b09bf ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-08T06:14:10.611Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee4f8d49-234f-4e75-8102-b462941dcd5d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:14:10.646Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:14:10.647Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:14:10.647Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:14:10.647Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8e6adbf8-27fb-4f8f-8a8b-1f14d2731967 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-08T06:14:10.647Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:14:10.647Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-08T06:14:10.763Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:14:10.766Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8e6adbf8-27fb-4f8f-8a8b-1f14d2731967 73668 2022-11-08T06:14:10.767Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-08T06:14:10.767Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-08T06:14:10.767Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:14:10.767Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:10.769Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:10.770Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888050767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:14:10.870Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:10.871Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:10.871Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:10.883Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:10.884Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:14:11.770Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:14:11.771Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:14:11.772Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8e6adbf8-27fb-4f8f-8a8b-1f14d2731967, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:11.784Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-08T06:14:11.785Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:11.785Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:11.925Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4369127711866380593/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-08T06:14:13.132Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:14:13.132Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-08T06:14:13.132Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:13.133Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:13.134Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-08T06:14:13.134Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:14:13.134Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.134Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:13.134Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:13.134Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-08T06:14:13.134Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:14:13.135Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.135Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:13.135Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.135Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-08T06:14:13.135Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-08T06:14:13.135Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-08T06:14:13.135Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-08T06:14:13.136Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.136Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:14:13.136Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.136Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:13.136Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:14:13.136Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.137Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:13.137Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:14:13.137Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.137Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:13.137Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:14:13.138Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.138Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-08T06:14:13.138Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-08T06:14:13.138Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0958e576-c0fa-4865-8d70-88bcaaab4cee 2022-11-08T06:14:13.138Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.138Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:13.138Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.139Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:13.139Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.139Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:13.139Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:13.139Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:13.139Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:ee4f8d49-234f-4e75-8102-b462941dcd5d Model Version:NULL Model InvariantUuid:766018da-4e37-4744-92a9-cac9079e815a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:862df0ce-e28d-4421-8498-57cb4ee70f3b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fac79c33-2d97-4e52-9958-3d8601eb94ca Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:243bffff-d10c-41ba-bfdf-088be047fbac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1baea1d8-17e3-408d-ad91-eb43927285d1 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9da0b34e-76d5-4b3a-bbc7-87623dc12f0a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0958e576-c0fa-4865-8d70-88bcaaab4cee ModelInvariantUuid:b76d82c1-9754-4b70-8f31-de18ff74fe98 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:cbdea800-d6be-4e3e-9259-ac0d2075c0f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:66c0feb3-68e3-4b9f-96b4-a7e97ff46a3e ModelInvariantUuid:b7e2c809-8a69-4220-af47-5de34a5ef5af ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8c48c95f-ed62-40a6-8b99-25c5d809391a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:14:13.144Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c307732-b2c0-4599-87e8-0bb3666597fa Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:14:13.147Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-11-08T06:14:13.147Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c307732-b2c0-4599-87e8-0bb3666597fa 2022-11-08T06:14:13.148Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0a0c77bd-d76d-45b9-8105-a545d4b52d55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-08T06:14:13.148Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:14:13.148Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-08T06:14:13.203Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:14:13.204Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0a0c77bd-d76d-45b9-8105-a545d4b52d55 12 2022-11-08T06:14:13.204Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-08T06:14:13.204Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-08T06:14:13.205Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:14:13.205Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:13.207Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:13.207Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888053204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:14:13.307Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:13.308Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:13.308Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:13.318Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:13.319Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:14:14.208Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5416a5eb-5eb3-4c2f-b4c6-f1b571655ead from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-08T06:14:14.209Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:14:14.209Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-08T06:14:14.260Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:14:14.261Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5416a5eb-5eb3-4c2f-b4c6-f1b571655ead 2688 2022-11-08T06:14:14.261Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-08T06:14:14.262Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-08T06:14:14.262Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:14:14.263Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:14.265Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:14.265Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888054261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-08T06:14:14.365Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:14.366Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:14.367Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:14.378Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:14.378Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:15.267Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5882f737-52fa-4f79-8932-940d243a9ab4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-08T06:14:15.268Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:14:15.268Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-08T06:14:15.308Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:14:15.308Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5882f737-52fa-4f79-8932-940d243a9ab4 828 2022-11-08T06:14:15.308Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-08T06:14:15.309Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-08T06:14:15.309Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:14:15.309Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:15.311Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:15.311Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888055308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:14:15.411Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:15.412Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:15.412Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:15.423Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:15.423Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:16.312Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1baea1d8-17e3-408d-ad91-eb43927285d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9da0b34e-76d5-4b3a-bbc7-87623dc12f0a", "vfModuleModelCustomizationUUID": "922ae40f-b345-4358-8804-ea64e63d3127", "isBase": true, "artifacts": [ "67b623ad-25bf-4018-9e66-ab856656b865", "5416a5eb-5eb3-4c2f-b4c6-f1b571655ead", "ce75576e-81d8-4264-b08e-49a69f4b09bf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:14:16.315Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9da0b34e-76d5-4b3a-bbc7-87623dc12f0a VfModuleModelInvariantUUID:1baea1d8-17e3-408d-ad91-eb43927285d1 VfModuleModelDescription:NULL Artifacts UUID List:{ 67b623ad-25bf-4018-9e66-ab856656b865 , 5416a5eb-5eb3-4c2f-b4c6-f1b571655ead , ce75576e-81d8-4264-b08e-49a69f4b09bf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:14:16.317Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1baea1d8-17e3-408d-ad91-eb43927285d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9da0b34e-76d5-4b3a-bbc7-87623dc12f0a", "vfModuleModelCustomizationUUID": "922ae40f-b345-4358-8804-ea64e63d3127", "isBase": true, "artifacts": [ "67b623ad-25bf-4018-9e66-ab856656b865", "5416a5eb-5eb3-4c2f-b4c6-f1b571655ead", "ce75576e-81d8-4264-b08e-49a69f4b09bf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:14:16.317Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9da0b34e-76d5-4b3a-bbc7-87623dc12f0a VfModuleModelInvariantUUID:1baea1d8-17e3-408d-ad91-eb43927285d1 VfModuleModelDescription:NULL Artifacts UUID List:{ 67b623ad-25bf-4018-9e66-ab856656b865 , 5416a5eb-5eb3-4c2f-b4c6-f1b571655ead , ce75576e-81d8-4264-b08e-49a69f4b09bf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:14:16.317Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 67b623ad-25bf-4018-9e66-ab856656b865 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-08T06:14:16.318Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:14:16.318Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-08T06:14:16.359Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:14:16.360Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 67b623ad-25bf-4018-9e66-ab856656b865 1164 2022-11-08T06:14:16.360Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-08T06:14:16.360Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-08T06:14:16.360Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:14:16.360Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:16.362Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:16.362Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888056360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:14:16.463Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:14:16.464Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:16.464Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:16.477Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:16.477Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:17.363Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce75576e-81d8-4264-b08e-49a69f4b09bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-08T06:14:17.364Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:14:17.364Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-08T06:14:17.453Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:14:17.454Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ce75576e-81d8-4264-b08e-49a69f4b09bf 200 2022-11-08T06:14:17.454Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-08T06:14:17.454Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-08T06:14:17.454Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:14:17.455Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:17.457Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:17.457Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888057454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:14:17.557Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:17.559Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:17.559Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:17.577Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:17.577Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:18.458Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ee4f8d49-234f-4e75-8102-b462941dcd5d 2022-11-08T06:14:18.459Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9c307732-b2c0-4599-87e8-0bb3666597fa ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-11-08T06:14:18.478Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:14:18.482Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43d97d75, org.onap.sdc.toscaparser.api.parameters.Input@31f29542, org.onap.sdc.toscaparser.api.parameters.Input@529d2be6, org.onap.sdc.toscaparser.api.parameters.Input@11755f1d, org.onap.sdc.toscaparser.api.parameters.Input@19cfba93] 2022-11-08T06:14:18.484Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.484Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.485Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-08T06:14:18.485Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 243bffff-d10c-41ba-bfdf-088be047fbac 2022-11-08T06:14:18.485Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 243bffff-d10c-41ba-bfdf-088be047fbac matches Tosca VF Customization UUID: 243bffff-d10c-41ba-bfdf-088be047fbac 2022-11-08T06:14:18.485Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 243bffff-d10c-41ba-bfdf-088be047fbac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-08T06:14:18.488Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.488Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.489Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 243bffff-d10c-41ba-bfdf-088be047fbac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-08T06:14:18.489Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cfd8055 2022-11-08T06:14:18.489Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.490Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:14:18.490Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 922ae40f-b345-4358-8804-ea64e63d3127 2022-11-08T06:14:18.490Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 922ae40f-b345-4358-8804-ea64e63d3127 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-08T06:14:18.493Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.493Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:18.494Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:14:18.494Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.494Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:18.495Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:14:18.495Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.495Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-08T06:14:18.496Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-08T06:14:18.496Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0958e576-c0fa-4865-8d70-88bcaaab4cee Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-08T06:14:18.498Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.499Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:18.499Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:14:18.500Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.500Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-08T06:14:18.500Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=243bffff-d10c-41ba-bfdf-088be047fbac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:14:18.502Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.503Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.503Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ee4f8d49-234f-4e75-8102-b462941dcd5d: basic_cnf 2022-11-08T06:14:18.503Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.504Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.504Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.504Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.505Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.505Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.505Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.505Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.506Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:14:18.506Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:14:18.506Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:14:18.571Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9c307732-b2c0-4599-87e8-0bb3666597fa 1 ASDC deployResourceStructure 2022-11-08T06:14:18.572Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-08T06:14:18.572Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-08T06:14:18.573Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-08T06:14:18.573Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:18.575Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:18.576Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888058572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:14:18.676Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:18.677Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:18.677Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:18.688Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:18.689Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:19.577Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-08T06:14:19.578Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-08T06:14:19.578Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-08T06:14:19.578Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:19.580Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:19.581Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888059577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:14:19.681Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:19.682Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:19.682Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:19.699Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:19.699Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:20.582Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-08T06:14:20.583Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-08T06:14:20.583Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:14:20.583Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:20.586Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:20.586Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888060582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:14:20.686Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:20.687Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:20.688Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:20.699Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:20.699Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:21.588Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-08T06:14:21.588Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-08T06:14:21.589Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:14:21.589Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:21.591Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:21.591Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888061587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:14:21.692Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-08T06:14:21.693Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:21.693Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:21.704Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:21.704Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:22.592Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-08T06:14:22.593Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-08T06:14:22.593Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:14:22.593Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:22.595Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:22.595Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888062592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-08T06:14:22.696Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:22.697Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:22.698Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:22.709Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:22.709Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:14:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:14:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:23.031Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:23.031Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.031Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667887882618, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:14:23.040Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc4e18c5-30e2-433b-9d17-7f8132a74fdf 2022-11-08T06:14:23.040Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4e18c5-30e2-433b-9d17-7f8132a74fdf and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:14:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887884585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:14:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:14:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.049Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "aai-ml", "timestamp": 1667887885589, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:14:23.053Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc4e18c5-30e2-433b-9d17-7f8132a74fdf 2022-11-08T06:14:23.054Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4e18c5-30e2-433b-9d17-7f8132a74fdf and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:14:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.062Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887931699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:14:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:14:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:14:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:14:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:14:23.063Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-08T06:14:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:14:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:14:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:14:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:14:23.065Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-08T06:14:23.066Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:14:23.066Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887940489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:14:23.066Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:14:23.597Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-08T06:14:23.597Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-08T06:14:23.597Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:14:23.597Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:23.599Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:23.600Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888063596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:14:23.700Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:23.701Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:23.701Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:23.713Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:23.713Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:14:24.600Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc4e18c5-30e2-433b-9d17-7f8132a74fdf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:14:24.613Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc4e18c5-30e2-433b-9d17-7f8132a74fdf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:14:24.615Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:14:24.615Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:14:24.616Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:14:24.616Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:14:24.616Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:14:24.616Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:14:24.617Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:14:24.617Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:14:24.617Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:14:24.617Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:14:24.623Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:14:54.623Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc4e18c5-30e2-433b-9d17-7f8132a74fdf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:14:54.638Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc4e18c5-30e2-433b-9d17-7f8132a74fdf and serviceModelVersionId: ee4f8d49-234f-4e75-8102-b462941dcd5d 2022-11-08T06:14:54.638Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 766018da-4e37-4744-92a9-cac9079e815a 2022-11-08T06:14:54.639Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/766018da-4e37-4744-92a9-cac9079e815a/model-vers/model-ver/ee4f8d49-234f-4e75-8102-b462941dcd5d?depth=0 2022-11-08T06:14:54.642Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:14:54.688Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/766018da-4e37-4744-92a9-cac9079e815a/model-vers/model-ver/ee4f8d49-234f-4e75-8102-b462941dcd5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-08T06:14:54.690Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/766018da-4e37-4744-92a9-cac9079e815a/model-vers/model-ver/ee4f8d49-234f-4e75-8102-b462941dcd5d?depth=0|INFO|500||Invoke 2022-11-08T06:14:54.708Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/766018da-4e37-4744-92a9-cac9079e815a/model-vers/model-ver/ee4f8d49-234f-4e75-8102-b462941dcd5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:14:54.803Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/766018da-4e37-4744-92a9-cac9079e815a/model-vers/model-ver/ee4f8d49-234f-4e75-8102-b462941dcd5d?depth=0|INFO|500||InvokeReturn 2022-11-08T06:14:54.803Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/766018da-4e37-4744-92a9-cac9079e815a/model-vers/model-ver/ee4f8d49-234f-4e75-8102-b462941dcd5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221108-06:14:54:006-96128], vertex-id=[237568], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:14:54 GMT], Content-Type=[application/json]} 2022-11-08T06:14:54.803Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:14:54.804Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:14:54.804Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:14:54.809Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:14:54.809Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc4e18c5-30e2-433b-9d17-7f8132a74fdf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:14:54.810Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:14:54.810Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:14:54.811Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:14:54.811Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888094809, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:14:54.912Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:14:54.913Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:14:54.913Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:14:54.924Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:14:54.925Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:14:55.824Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:14:55.825Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:14:55.825Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:15:06.072Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:15:06.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:15:06.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:15:06.073Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:15:15.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:15:15.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:15:15.618Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:15:15.618Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:15:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:15:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:15:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:15:23.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:15:23.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:15:23.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887943046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:15:23.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:15:23.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:15:23.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887944098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:15:23.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:15:23.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:15:23.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887945165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:15:23.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:15:23.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:15:23.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887946283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:15:23.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:15:23.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:15:23.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887947286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:15:23.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:15:23.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:15:23.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887948290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-08T06:15:23.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:15:23.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:15:23.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887949295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:15:23.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:15:25.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:15:25.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:15:25.186Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:15:25.186Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:15:34.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:16:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:16:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:16:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:16:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:16:23.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:16:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:16:23.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:16:23.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f571f960-3a61-4c2d-aba7-b8221f0abbe7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888040558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667887932717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888050767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888053204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888054261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888055308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:16:23.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888056360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888057454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888058572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888059577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888060582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888061587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-08T06:16:23.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888062592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-08T06:16:23.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:16:32.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:17:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:17:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:17:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:17:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:17:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:17:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:17:23.536Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:17:23.537Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:17:23.537Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888063596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:17:23.539Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:17:23.539Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-08T06:17:23.539Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4e18c5-30e2-433b-9d17-7f8132a74fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667888094809, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:17:23.539Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:17:32.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:18:23.007Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:18:23.009Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:18:23.010Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:18:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:18:23.012Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:18:23.013Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:18:32.554Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:18:32.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:19:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:19:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:19:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:19:23.007Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:19:23.008Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:19:23.008Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:19:32.552Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:19:32.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:20:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:20:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:20:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:20:23.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:20:23.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:20:23.011Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:20:32.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:20:32.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:21:23.004Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:21:23.005Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:21:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:21:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:21:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:21:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:21:32.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:21:32.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:22:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:22:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:22:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:22:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:22:23.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:22:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:22:32.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:22:32.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:23:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:23:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:23:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:23:23.007Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:23:23.008Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:23:23.008Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:23:32.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:23:32.552Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:24:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:24:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:24:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:24:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:24:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:24:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:24:32.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:24:32.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:25:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:25:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:25:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:25:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:25:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:25:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:25:32.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:25:32.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:26:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:26:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:26:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:26:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:26:23.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:26:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:26:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:26:32.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:27:23.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:27:23.006Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:27:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:27:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:27:23.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:27:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:27:32.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:27:32.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:28:23.004Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:28:23.005Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:28:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:28:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:28:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:28:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:28:32.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:28:32.550Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:29:23.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:29:23.006Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:29:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:29:23.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:29:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:29:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:29:32.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:29:32.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:30:23.004Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:30:23.005Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:30:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:30:23.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:30:23.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:30:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:30:32.548Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:30:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:31:23.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:31:23.007Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:31:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:31:23.012Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:31:23.012Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:31:23.012Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:31:32.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:31:32.560Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:23.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:32:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:32:23.007Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:32:23.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:32:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:23.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:23.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:23.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"09f10ade-fc3a-4df5-8d0b-766ff035c897","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a21211d7-bc0c-4f71-8ece-112932c75cda","serviceDescription":"service","serviceInvariantUUID":"07f2cacd-0543-4f3a-a550-686517ba7d17","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2d550a2-36ed-41d4-9903-2461c81350f1","resourceInvariantUUID":"cd23fadb-8162-4308-bd86-e7af43ea1ccf","resourceCustomizationUUID":"1b7d10ce-c612-4332-a7b1-b6cb60add2d2","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":"YjNlOWMyZGZmODhhNWE3ZTMwMmJiNjdhZjZhNzEzYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c68746d-eb91-46c3-9c38-31653633503e","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":"MzhmZjZiMmZjNjA2YmEwNzZjM2RmYjg0YTEwMmVhNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b067f1f7-3ddf-4b75-b26e-e6061aec203e","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":"6bd51ec6-1031-4ab2-9afa-fabe30b68f88","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":"a87b742e-6a8b-4b18-9926-533b294d6a44","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":"510c6573-7c45-4eec-9374-edb490fb6d5a","artifactVersion":"2","generatedFromUUID":"6bd51ec6-1031-4ab2-9afa-fabe30b68f88"},{"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":"ZmU3NTNmN2M4ZjVjMTljMDA3MzNhZWRlMjAyM2YzZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f715d5b2-dd34-40fb-a3c5-36c7b8c53799","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":"NzNmOGQxNzIwNGJmYWM0YTE5NGJjMzMwZDJjZjg3NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b87637a7-39bd-499d-9760-1e433603aa1c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTc1ODNlOGE4Yjc2ZjY0MDNkM2U3MDJkNDc4MzA0NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1ca2a0c-f740-494c-9890-57369e636705","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:32:23.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.647Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:23.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.648Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:23.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:32:23.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-08T06:32:23.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.652Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:23.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.652Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889089219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-08T06:32:23.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889100667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889095187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "cds", "timestamp": 1667889103182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.693Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09f10ade-fc3a-4df5-8d0b-766ff035c897 2022-11-08T06:32:23.694Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09f10ade-fc3a-4df5-8d0b-766ff035c897 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889103947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889105057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889106110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889106665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889107134, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:32:23.718Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09f10ade-fc3a-4df5-8d0b-766ff035c897 2022-11-08T06:32:23.718Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09f10ade-fc3a-4df5-8d0b-766ff035c897 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889108116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "multicloud-k8s-id", "timestamp": 1667889108140, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:32:23.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889110791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:32:23.731Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889111805, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:32:23.739Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09f10ade-fc3a-4df5-8d0b-766ff035c897 2022-11-08T06:32:23.739Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09f10ade-fc3a-4df5-8d0b-766ff035c897 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.754Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-08T06:32:23.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.755Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:23.755Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:23.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889113558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:32:23.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889104219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "aai-ml", "timestamp": 1667889114562, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:32:23.768Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:23.769Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:23.770Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09f10ade-fc3a-4df5-8d0b-766ff035c897 2022-11-08T06:32:23.770Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09f10ade-fc3a-4df5-8d0b-766ff035c897 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889115000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "ves-openapi-manager", "timestamp": 1667889097500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "cds", "timestamp": 1667889116391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 081a8e4d-2018-4737-835f-13e0d1024de5 2022-11-08T06:32:23.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 081a8e4d-2018-4737-835f-13e0d1024de5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-08T06:32:23.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889099362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889122913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889097926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889115187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889125486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889125656, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889125904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889126490, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:32:23.819Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 081a8e4d-2018-4737-835f-13e0d1024de5 2022-11-08T06:32:23.819Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 081a8e4d-2018-4737-835f-13e0d1024de5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889126964, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889128021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889129073, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:23.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889130147, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:32:23.837Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 081a8e4d-2018-4737-835f-13e0d1024de5 2022-11-08T06:32:23.837Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 081a8e4d-2018-4737-835f-13e0d1024de5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:23.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "multicloud-k8s-id", "timestamp": 1667889131151, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:32:23.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889132554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:32:23.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:32:23.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:32:23.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "aai-ml", "timestamp": 1667889133565, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:32:23.852Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 081a8e4d-2018-4737-835f-13e0d1024de5 2022-11-08T06:32:23.852Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 081a8e4d-2018-4737-835f-13e0d1024de5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:24.653Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:24.653Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:24.656Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:24.656Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:32:24.756Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:24.757Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:24.757Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:24.768Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:24.769Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:25.656Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:25.657Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:25.660Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:25.660Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-08T06:32:25.760Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:25.761Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:25.761Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:25.771Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:25.772Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:26.660Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:26.661Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:26.663Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:26.663Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:26.763Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:26.764Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:26.764Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:26.774Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:26.775Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:27.664Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:27.664Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:27.666Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:27.667Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-08T06:32:27.767Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:27.768Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:27.769Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:27.812Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:27.813Z||pool-93-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:28.667Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:28.668Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:28.670Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:28.670Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:28.770Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:28.771Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:28.772Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:28.787Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:28.787Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:32:29.671Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:29.671Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:29.674Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:29.674Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:32:29.775Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-08T06:32:29.776Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:29.777Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:29.796Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:29.796Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:30.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:32:30.676Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:30.679Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:30.679Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:32:30.779Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:30.780Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:30.780Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:30.793Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:30.793Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:31.680Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a21211d7-bc0c-4f71-8ece-112932c75cda", "serviceDescription": "service", "serviceInvariantUUID": "07f2cacd-0543-4f3a-a550-686517ba7d17", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1b7d10ce-c612-4332-a7b1-b6cb60add2d2", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c2d550a2-36ed-41d4-9903-2461c81350f1", "resourceInvariantUUID": "cd23fadb-8162-4308-bd86-e7af43ea1ccf", "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": "MzhmZjZiMmZjNjA2YmEwNzZjM2RmYjg0YTEwMmVhNTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b067f1f7-3ddf-4b75-b26e-e6061aec203e", "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": "6bd51ec6-1031-4ab2-9afa-fabe30b68f88", "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": "510c6573-7c45-4eec-9374-edb490fb6d5a", "generatedFromUUID": "6bd51ec6-1031-4ab2-9afa-fabe30b68f88" }, "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": "510c6573-7c45-4eec-9374-edb490fb6d5a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTc1ODNlOGE4Yjc2ZjY0MDNkM2U3MDJkNDc4MzA0NDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1ca2a0c-f740-494c-9890-57369e636705" } ], "workloadContext": "Production" } 2022-11-08T06:32:31.681Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:32:31.681Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a21211d7-bc0c-4f71-8ece-112932c75cda ASDC 2022-11-08T06:32:31.682Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:09f10ade-fc3a-4df5-8d0b-766ff035c897 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a21211d7-bc0c-4f71-8ece-112932c75cda ServiceInvariantUUID:07f2cacd-0543-4f3a-a550-686517ba7d17 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:e1ca2a0c-f740-494c-9890-57369e636705 ArtifactChecksum:ZTc1ODNlOGE4Yjc2ZjY0MDNkM2U3MDJkNDc4MzA0NDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1b7d10ce-c612-4332-a7b1-b6cb60add2d2 ResourceInvariantUUID:cd23fadb-8162-4308-bd86-e7af43ea1ccf ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c2d550a2-36ed-41d4-9903-2461c81350f1 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:b067f1f7-3ddf-4b75-b26e-e6061aec203e ArtifactChecksum:MzhmZjZiMmZjNjA2YmEwNzZjM2RmYjg0YTEwMmVhNTc= 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:6bd51ec6-1031-4ab2-9afa-fabe30b68f88 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:510c6573-7c45-4eec-9374-edb490fb6d5a 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:510c6573-7c45-4eec-9374-edb490fb6d5a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-08T06:32:31.682Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a21211d7-bc0c-4f71-8ece-112932c75cda ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:32:31.723Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:32:31.724Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-08T06:32:31.724Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-08T06:32:31.724Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1ca2a0c-f740-494c-9890-57369e636705 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-08T06:32:31.725Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:32:31.725Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-08T06:32:31.812Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:32:31.816Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e1ca2a0c-f740-494c-9890-57369e636705 82619 2022-11-08T06:32:31.816Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-08T06:32:31.817Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-08T06:32:31.817Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:32:31.817Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:31.819Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:31.819Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889151816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:31.919Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:31.920Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:31.921Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:31.933Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:31.933Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:32:32.820Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:32:32.821Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-08T06:32:32.822Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e1ca2a0c-f740-494c-9890-57369e636705, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-08T06:32:32.822Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-08T06:32:32.823Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-08T06:32:32.823Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-08T06:32:33.022Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9372294444905871473/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-08T06:32:34.600Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:32:34.600Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-08T06:32:34.600Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-08T06:32:34.600Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|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-BasicVmMacro-csar.csar 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|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-BasicVmMacro-csar.csar 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|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-BasicVmMacro-csar.csar 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|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-BasicVmMacro-csar.csar 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-08T06:32:34.601Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.602Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:34.602Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:34.602Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-08T06:32:34.602Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:32:34.603Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.603Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:34.603Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:34.603Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-08T06:32:34.603Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:32:34.603Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.603Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:34.604Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.604Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-08T06:32:34.604Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-08T06:32:34.604Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-08T06:32:34.604Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-08T06:32:34.604Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-08T06:32:34.604Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-08T06:32:34.605Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.605Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:32:34.605Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.605Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:34.605Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:32:34.605Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.606Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:34.606Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:32:34.606Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.606Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:34.606Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:32:34.606Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.606Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-08T06:32:34.607Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-08T06:32:34.607Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-08T06:32:34.607Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4fcef3c4-b755-4411-9314-e64fbd9453e4 2022-11-08T06:32:34.607Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.607Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:34.607Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.607Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:34.608Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.608Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:34.608Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:34.608Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:34.608Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a21211d7-bc0c-4f71-8ece-112932c75cda Model Version:NULL Model InvariantUuid:07f2cacd-0543-4f3a-a550-686517ba7d17 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9ab4f9fa-cb16-4e72-82ae-56728c4f6519 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cd23fadb-8162-4308-bd86-e7af43ea1ccf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1b7d10ce-c612-4332-a7b1-b6cb60add2d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:713019eb-1223-4e0e-b57d-7e7823da140e ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:1c8ffea2-c00e-493a-a393-e35c9808f5c8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4fcef3c4-b755-4411-9314-e64fbd9453e4 ModelInvariantUuid:af278c50-113d-4f06-997c-a40ce5c20f1e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:e9b7b7fe-2a8e-419b-a804-6e051b5bfaf6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1e78bef0-da8e-4db9-80e2-7c8de9a23342 ModelInvariantUuid:2a2822e6-5682-4861-9b0e-4e652109be38 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:716fdc27-d862-499e-b9ad-96ede1a74a10 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:32:34.617Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c2d550a2-36ed-41d4-9903-2461c81350f1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:32:34.621Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-11-08T06:32:34.622Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2d550a2-36ed-41d4-9903-2461c81350f1 2022-11-08T06:32:34.622Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b067f1f7-3ddf-4b75-b26e-e6061aec203e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-08T06:32:34.622Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:32:34.622Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-08T06:32:34.691Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:32:34.692Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b067f1f7-3ddf-4b75-b26e-e6061aec203e 792 2022-11-08T06:32:34.692Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-08T06:32:34.692Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-08T06:32:34.692Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:32:34.693Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:34.695Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:34.695Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889154692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:34.795Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:34.796Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:34.797Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:34.807Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:34.808Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:35.696Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "713019eb-1223-4e0e-b57d-7e7823da140e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c8ffea2-c00e-493a-a393-e35c9808f5c8", "vfModuleModelCustomizationUUID": "cdcae405-8693-40d3-87b6-a6311ec73c90", "isBase": true, "artifacts": [ "6bd51ec6-1031-4ab2-9afa-fabe30b68f88", "510c6573-7c45-4eec-9374-edb490fb6d5a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:32:35.700Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c8ffea2-c00e-493a-a393-e35c9808f5c8 VfModuleModelInvariantUUID:713019eb-1223-4e0e-b57d-7e7823da140e VfModuleModelDescription:NULL Artifacts UUID List:{ 6bd51ec6-1031-4ab2-9afa-fabe30b68f88 , 510c6573-7c45-4eec-9374-edb490fb6d5a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:32:35.702Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "713019eb-1223-4e0e-b57d-7e7823da140e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c8ffea2-c00e-493a-a393-e35c9808f5c8", "vfModuleModelCustomizationUUID": "cdcae405-8693-40d3-87b6-a6311ec73c90", "isBase": true, "artifacts": [ "6bd51ec6-1031-4ab2-9afa-fabe30b68f88", "510c6573-7c45-4eec-9374-edb490fb6d5a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:32:35.703Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c8ffea2-c00e-493a-a393-e35c9808f5c8 VfModuleModelInvariantUUID:713019eb-1223-4e0e-b57d-7e7823da140e VfModuleModelDescription:NULL Artifacts UUID List:{ 6bd51ec6-1031-4ab2-9afa-fabe30b68f88 , 510c6573-7c45-4eec-9374-edb490fb6d5a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-08T06:32:35.703Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6bd51ec6-1031-4ab2-9afa-fabe30b68f88 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-08T06:32:35.703Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:32:35.703Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-08T06:32:35.749Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:32:35.749Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6bd51ec6-1031-4ab2-9afa-fabe30b68f88 5033 2022-11-08T06:32:35.749Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-08T06:32:35.750Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-08T06:32:35.750Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:32:35.750Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:35.752Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:35.752Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889155749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:35.852Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:32:35.853Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:35.853Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:35.863Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:35.863Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:36.753Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 510c6573-7c45-4eec-9374-edb490fb6d5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-08T06:32:36.754Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:32:36.754Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-08T06:32:36.807Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:32:36.807Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 510c6573-7c45-4eec-9374-edb490fb6d5a 903 2022-11-08T06:32:36.808Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-08T06:32:36.808Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-08T06:32:36.808Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:32:36.808Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:36.811Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:36.811Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889156808, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:32:36.911Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:36.912Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:36.912Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:36.922Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:36.923Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:37.811Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a21211d7-bc0c-4f71-8ece-112932c75cda 2022-11-08T06:32:37.812Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c2d550a2-36ed-41d4-9903-2461c81350f1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:32:37.824Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fbd7e11, org.onap.sdc.toscaparser.api.parameters.Input@4a0fe623, org.onap.sdc.toscaparser.api.parameters.Input@7c9fdae4, org.onap.sdc.toscaparser.api.parameters.Input@6fdcfda8, org.onap.sdc.toscaparser.api.parameters.Input@5ba54bb4] 2022-11-08T06:32:37.826Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.826Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.826Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-08T06:32:37.826Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1b7d10ce-c612-4332-a7b1-b6cb60add2d2 2022-11-08T06:32:37.826Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1b7d10ce-c612-4332-a7b1-b6cb60add2d2 matches Tosca VF Customization UUID: 1b7d10ce-c612-4332-a7b1-b6cb60add2d2 2022-11-08T06:32:37.827Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1b7d10ce-c612-4332-a7b1-b6cb60add2d2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-08T06:32:37.829Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.829Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.830Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1b7d10ce-c612-4332-a7b1-b6cb60add2d2: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-08T06:32:37.830Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64ddae4f 2022-11-08T06:32:37.830Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.830Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:32:37.830Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cdcae405-8693-40d3-87b6-a6311ec73c90 2022-11-08T06:32:37.831Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cdcae405-8693-40d3-87b6-a6311ec73c90 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-08T06:32:37.833Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.833Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:37.833Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:32:37.834Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.834Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:37.834Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:32:37.834Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.834Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-08T06:32:37.835Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-08T06:32:37.835Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-08T06:32:37.835Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4fcef3c4-b755-4411-9314-e64fbd9453e4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-08T06:32:37.837Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.838Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:37.838Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:32:37.838Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.838Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-08T06:32:37.838Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1b7d10ce-c612-4332-a7b1-b6cb60add2d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:32:37.840Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.840Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.841Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a21211d7-bc0c-4f71-8ece-112932c75cda: basic_vm_macro 2022-11-08T06:32:37.841Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.841Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.841Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.841Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.841Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.842Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.842Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.842Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.842Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:32:37.842Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:32:37.843Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:32:37.926Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c2d550a2-36ed-41d4-9903-2461c81350f1 1 ASDC deployResourceStructure 2022-11-08T06:32:37.926Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-08T06:32:37.927Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-08T06:32:37.927Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:32:37.927Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:37.929Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:37.929Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:32:38.029Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:38.030Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:38.030Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:38.041Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:38.042Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:38.930Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-08T06:32:38.930Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-08T06:32:38.930Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:32:38.930Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:38.932Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:38.932Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889158929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:32:39.033Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:39.033Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:39.034Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:39.046Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:39.047Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:39.933Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-08T06:32:39.934Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-08T06:32:39.934Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:32:39.934Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:39.936Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:39.936Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889159933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-08T06:32:40.036Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:40.037Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:40.037Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:40.049Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:40.049Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:40.937Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-08T06:32:40.937Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-08T06:32:40.937Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:32:40.938Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:32:40.940Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:32:40.940Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889160937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:32:41.040Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:32:41.041Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:32:41.041Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:32:41.052Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:32:41.052Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:32:41.941Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09f10ade-fc3a-4df5-8d0b-766ff035c897 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:32:41.953Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09f10ade-fc3a-4df5-8d0b-766ff035c897 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:32:41.955Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:32:41.955Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:32:41.956Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:32:41.956Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:32:41.956Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:32:41.956Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:32:41.956Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:32:41.957Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:32:41.957Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:32:41.957Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:32:41.962Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:33:11.963Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09f10ade-fc3a-4df5-8d0b-766ff035c897 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:33:11.972Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09f10ade-fc3a-4df5-8d0b-766ff035c897 and serviceModelVersionId: a21211d7-bc0c-4f71-8ece-112932c75cda 2022-11-08T06:33:11.973Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07f2cacd-0543-4f3a-a550-686517ba7d17 2022-11-08T06:33:11.975Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0 2022-11-08T06:33:11.982Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:33:12.065Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0|INFO|500||Invoke 2022-11-08T06:33:12.066Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09f10ade-fc3a-4df5-8d0b-766ff035c897], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bfbe3336-c779-4852-9a91-b50b49d1cccc], X-ECOMP-RequestID=[09f10ade-fc3a-4df5-8d0b-766ff035c897], X-TransactionId=[], X-ONAP-RequestID=[09f10ade-fc3a-4df5-8d0b-766ff035c897], Content-Type=[application/merge-patch+json]} 2022-11-08T06:33:12.089Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:33:12.198Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221108-06:33:11:380-20816], vertex-id=[258048], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:33:11 GMT], Content-Type=[application/json]} 2022-11-08T06:33:12.199Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:33:12.199Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07f2cacd-0543-4f3a-a550-686517ba7d17/model-vers/model-ver/a21211d7-bc0c-4f71-8ece-112932c75cda?depth=0|INFO|500||InvokeReturn 2022-11-08T06:33:12.207Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:33:12.207Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:33:12.213Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:33:12.214Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09f10ade-fc3a-4df5-8d0b-766ff035c897 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:33:12.214Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:33:12.215Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:12.217Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:12.218Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889192214, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:33:12.324Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-08T06:33:12.325Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:12.325Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:12.340Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:12.340Z||pool-105-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=? 2022-11-08T06:33:13.238Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-08T06:33:13.238Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"081a8e4d-2018-4737-835f-13e0d1024de5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"88a46a1e-fd46-4c45-8deb-4b046ca66121","serviceDescription":"service","serviceInvariantUUID":"7585144a-d882-4ff2-bca0-03c18157c26c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45518b27-c00b-44b5-9398-3d548dc46b98","resourceInvariantUUID":"46797eac-95d5-4175-a3cb-1d27a67943b9","resourceCustomizationUUID":"ce80c5f0-24c5-40fa-a430-6502d87a703b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YWQxZWU5M2I2YjFlN2NiNTkxNDUzOWFmMWFjZjUwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10037720-2962-40dc-bb27-41e5d2da6156","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NzhmNWFjMmRkYjU2ZjFhZTYwOTZjMGExMThmNDRjZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"722d5d64-16e7-4cce-bdec-9f4eb9e4738c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ffb1d6d1-7341-4108-94c8-02b0235dccb6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee6369e2-698b-499d-b3da-a29a79de6aa5","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ca82a89-4272-4ec9-98c9-f3d6bd0c7dd7","artifactVersion":"2","generatedFromUUID":"e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c5aac76-9c1c-4f9c-87af-9f7de349daa0","artifactVersion":"2","generatedFromUUID":"ffb1d6d1-7341-4108-94c8-02b0235dccb6"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b1a4d083-25b5-4d2c-97c0-7cfc926b2ff8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ODg5YmQwOTMxNjgyMTUxYzIwY2RkMWZkMmQ1NzJiOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cf0494d-051e-4fc2-8388-cb284792dc35","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MWMyZDkzNmNlNTMwMzE5Y2RlN2E2ZTZhYTQzZGQ3ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27d16293-865f-4b85-b11c-e4ab8b4873a0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:33:13.239Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:13.239Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:13.242Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:13.242Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:33:13.342Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:13.343Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:13.343Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:13.354Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:13.355Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:33:14.243Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:14.244Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:14.246Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:14.246Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:33:14.347Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-08T06:33:14.348Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:14.349Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:14.363Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:14.363Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:33:15.247Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:15.248Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:15.251Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:15.251Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-08T06:33:15.351Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:15.353Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:15.354Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:15.369Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:15.370Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:16.252Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:16.253Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:16.256Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:16.256Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:33:16.356Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:16.357Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:16.357Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:16.369Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:16.369Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:17.257Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:17.257Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:17.259Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:17.259Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-08T06:33:17.360Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:33:17.361Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:17.361Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:17.372Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:17.372Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:18.260Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:18.261Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:18.262Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:18.263Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-08T06:33:18.363Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:18.364Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:18.364Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:18.374Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:18.375Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:33:19.263Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:19.264Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:19.266Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:19.266Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-08T06:33:19.366Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:19.367Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:19.367Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:19.378Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:19.380Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:33:20.267Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:20.270Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:20.273Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:20.274Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:33:20.373Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:33:20.374Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:20.375Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:20.385Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:20.385Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:21.274Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:21.275Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:21.278Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:21.278Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:33:21.378Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:21.379Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:21.379Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:21.392Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:21.393Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:22.279Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:33:22.279Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:22.281Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:22.281Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:33:22.382Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:33:22.383Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:22.383Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:22.396Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:22.397Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:33:23.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:33:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:23.143Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:23.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:33:23.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:33:23.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:33:23.283Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "88a46a1e-fd46-4c45-8deb-4b046ca66121", "serviceDescription": "service", "serviceInvariantUUID": "7585144a-d882-4ff2-bca0-03c18157c26c", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ce80c5f0-24c5-40fa-a430-6502d87a703b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "45518b27-c00b-44b5-9398-3d548dc46b98", "resourceInvariantUUID": "46797eac-95d5-4175-a3cb-1d27a67943b9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "NzhmNWFjMmRkYjU2ZjFhZTYwOTZjMGExMThmNDRjZWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "722d5d64-16e7-4cce-bdec-9f4eb9e4738c", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ffb1d6d1-7341-4108-94c8-02b0235dccb6", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1c5aac76-9c1c-4f9c-87af-9f7de349daa0", "generatedFromUUID": "ffb1d6d1-7341-4108-94c8-02b0235dccb6" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1ca82a89-4272-4ec9-98c9-f3d6bd0c7dd7", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1c5aac76-9c1c-4f9c-87af-9f7de349daa0", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MWMyZDkzNmNlNTMwMzE5Y2RlN2E2ZTZhYTQzZGQ3ZTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27d16293-865f-4b85-b11c-e4ab8b4873a0" } ], "workloadContext": "Production" } 2022-11-08T06:33:23.283Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:33:23.283Z|09f10ade-fc3a-4df5-8d0b-766ff035c897|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 88a46a1e-fd46-4c45-8deb-4b046ca66121 ASDC 2022-11-08T06:33:23.284Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:081a8e4d-2018-4737-835f-13e0d1024de5 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:88a46a1e-fd46-4c45-8deb-4b046ca66121 ServiceInvariantUUID:7585144a-d882-4ff2-bca0-03c18157c26c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:27d16293-865f-4b85-b11c-e4ab8b4873a0 ArtifactChecksum:MWMyZDkzNmNlNTMwMzE5Y2RlN2E2ZTZhYTQzZGQ3ZTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ce80c5f0-24c5-40fa-a430-6502d87a703b ResourceInvariantUUID:46797eac-95d5-4175-a3cb-1d27a67943b9 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:45518b27-c00b-44b5-9398-3d548dc46b98 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:722d5d64-16e7-4cce-bdec-9f4eb9e4738c ArtifactChecksum:NzhmNWFjMmRkYjU2ZjFhZTYwOTZjMGExMThmNDRjZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:ffb1d6d1-7341-4108-94c8-02b0235dccb6 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:1c5aac76-9c1c-4f9c-87af-9f7de349daa0 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:1ca82a89-4272-4ec9-98c9-f3d6bd0c7dd7 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:1c5aac76-9c1c-4f9c-87af-9f7de349daa0 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-08T06:33:23.284Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88a46a1e-fd46-4c45-8deb-4b046ca66121 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:33:23.323Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:33:23.323Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-08T06:33:23.323Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-08T06:33:23.323Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 27d16293-865f-4b85-b11c-e4ab8b4873a0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:23.324Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:33:23.324Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:23.401Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:33:23.411Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 27d16293-865f-4b85-b11c-e4ab8b4873a0 162973 2022-11-08T06:33:23.411Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-08T06:33:23.411Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:23.411Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:33:23.411Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:23.413Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:23.414Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889203411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:33:23.514Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:23.515Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:23.515Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:23.525Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:23.526Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:33:24.414Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:33:24.415Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-08T06:33:24.415Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 27d16293-865f-4b85-b11c-e4ab8b4873a0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:24.415Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-08T06:33:24.416Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:24.416Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:24.584Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2425204587886208585/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-08T06:33:25.779Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:33:25.780Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-08T06:33:25.780Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:25.780Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-08T06:33:25.780Z|081a8e4d-2018-4737-835f-13e0d1024de5|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-BasicCnfMacro-csar.csar 2022-11-08T06:33:25.780Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:25.781Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:25.781Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:25.781Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-08T06:33:25.781Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.781Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:25.781Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:25.781Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-08T06:33:25.782Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:33:25.782Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.782Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:25.782Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:25.782Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-08T06:33:25.782Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:33:25.783Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.783Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:25.783Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.783Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-08T06:33:25.783Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-08T06:33:25.783Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-08T06:33:25.783Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-08T06:33:25.784Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.784Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:33:25.784Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.784Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:25.784Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:33:25.784Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.785Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:25.785Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:33:25.785Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.785Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:25.785Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:33:25.785Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.786Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:25.786Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:33:25.786Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.786Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-08T06:33:25.786Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-08T06:33:25.786Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=231c1171-1aa7-4fa4-af1a-7b153320a6ca 2022-11-08T06:33:25.787Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.787Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:25.787Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.787Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:25.787Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.787Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:25.787Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:25.788Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:25.788Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:88a46a1e-fd46-4c45-8deb-4b046ca66121 Model Version:NULL Model InvariantUuid:7585144a-d882-4ff2-bca0-03c18157c26c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:07c17d86-0022-459c-9dc8-f51f3ef5c77f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:46797eac-95d5-4175-a3cb-1d27a67943b9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ce80c5f0-24c5-40fa-a430-6502d87a703b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d0379009-93b2-4726-a28b-15e320644b03 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:dfafb3f8-99cb-42e1-a215-ddebcd0870ea ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6959e4ba-2db4-4b1f-a8ea-92800b711b54 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:bdf3c70b-d499-43d3-b8fc-3b1743dc1a70 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:231c1171-1aa7-4fa4-af1a-7b153320a6ca ModelInvariantUuid:55f3d700-22b3-4b94-87c3-43724ad13583 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:05efb1c4-460e-433a-ad02-815d277ef7a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:7a1ca284-0236-408e-9532-e4fb41a1f366 ModelInvariantUuid:dabe770e-9f02-4632-acc7-30cd6eef2011 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ea7b04ea-f0e6-4f13-8db4-88bcc3ea73aa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:33:25.794Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 45518b27-c00b-44b5-9398-3d548dc46b98 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:33:25.797Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2022-11-08T06:33:25.797Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45518b27-c00b-44b5-9398-3d548dc46b98 2022-11-08T06:33:25.797Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 722d5d64-16e7-4cce-bdec-9f4eb9e4738c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-08T06:33:25.797Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:33:25.798Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-08T06:33:25.841Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:33:25.842Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 722d5d64-16e7-4cce-bdec-9f4eb9e4738c 1565 2022-11-08T06:33:25.842Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-08T06:33:25.842Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-08T06:33:25.842Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:33:25.843Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:25.845Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:25.845Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889205842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:33:25.945Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:25.946Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:25.946Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:25.958Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:25.958Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:26.846Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6959e4ba-2db4-4b1f-a8ea-92800b711b54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bdf3c70b-d499-43d3-b8fc-3b1743dc1a70", "vfModuleModelCustomizationUUID": "29c4bf87-ddd0-461a-8161-8f47cc2c4ca4", "isBase": true, "artifacts": [ "ffb1d6d1-7341-4108-94c8-02b0235dccb6", "1c5aac76-9c1c-4f9c-87af-9f7de349daa0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "d0379009-93b2-4726-a28b-15e320644b03", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dfafb3f8-99cb-42e1-a215-ddebcd0870ea", "vfModuleModelCustomizationUUID": "95082a81-589e-4483-9864-7d70cec7fc00", "isBase": false, "artifacts": [ "e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:33:26.850Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bdf3c70b-d499-43d3-b8fc-3b1743dc1a70 VfModuleModelInvariantUUID:6959e4ba-2db4-4b1f-a8ea-92800b711b54 VfModuleModelDescription:NULL Artifacts UUID List:{ ffb1d6d1-7341-4108-94c8-02b0235dccb6 , 1c5aac76-9c1c-4f9c-87af-9f7de349daa0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:dfafb3f8-99cb-42e1-a215-ddebcd0870ea VfModuleModelInvariantUUID:d0379009-93b2-4726-a28b-15e320644b03 VfModuleModelDescription:NULL Artifacts UUID List:{ e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-08T06:33:26.852Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6959e4ba-2db4-4b1f-a8ea-92800b711b54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bdf3c70b-d499-43d3-b8fc-3b1743dc1a70", "vfModuleModelCustomizationUUID": "29c4bf87-ddd0-461a-8161-8f47cc2c4ca4", "isBase": true, "artifacts": [ "ffb1d6d1-7341-4108-94c8-02b0235dccb6", "1c5aac76-9c1c-4f9c-87af-9f7de349daa0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "d0379009-93b2-4726-a28b-15e320644b03", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dfafb3f8-99cb-42e1-a215-ddebcd0870ea", "vfModuleModelCustomizationUUID": "95082a81-589e-4483-9864-7d70cec7fc00", "isBase": false, "artifacts": [ "e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-08T06:33:26.852Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bdf3c70b-d499-43d3-b8fc-3b1743dc1a70 VfModuleModelInvariantUUID:6959e4ba-2db4-4b1f-a8ea-92800b711b54 VfModuleModelDescription:NULL Artifacts UUID List:{ ffb1d6d1-7341-4108-94c8-02b0235dccb6 , 1c5aac76-9c1c-4f9c-87af-9f7de349daa0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:dfafb3f8-99cb-42e1-a215-ddebcd0870ea VfModuleModelInvariantUUID:d0379009-93b2-4726-a28b-15e320644b03 VfModuleModelDescription:NULL Artifacts UUID List:{ e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-08T06:33:26.853Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ffb1d6d1-7341-4108-94c8-02b0235dccb6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-08T06:33:26.853Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:33:26.853Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-08T06:33:26.891Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:33:26.892Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ffb1d6d1-7341-4108-94c8-02b0235dccb6 914 2022-11-08T06:33:26.893Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-08T06:33:26.893Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-08T06:33:26.893Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:33:26.894Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:26.896Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:26.896Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889206893, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:33:26.997Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:33:26.997Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:26.998Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:27.009Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:27.010Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:27.897Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ca82a89-4272-4ec9-98c9-f3d6bd0c7dd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-08T06:33:27.898Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:33:27.898Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-08T06:33:27.939Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:33:27.940Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1ca82a89-4272-4ec9-98c9-f3d6bd0c7dd7 12 2022-11-08T06:33:27.940Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-08T06:33:27.940Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-08T06:33:27.940Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:33:27.941Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:27.942Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:27.943Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889207940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:33:28.043Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:28.044Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:28.044Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:28.055Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:28.055Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:33:28.943Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1c5aac76-9c1c-4f9c-87af-9f7de349daa0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-08T06:33:28.944Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:33:28.944Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-08T06:33:29.003Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:33:29.004Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1c5aac76-9c1c-4f9c-87af-9f7de349daa0 96 2022-11-08T06:33:29.004Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-08T06:33:29.004Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-08T06:33:29.005Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:33:29.005Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:29.006Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:29.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889209004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:33:29.107Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:29.107Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:29.107Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:29.116Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:29.117Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:33:30.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-08T06:33:30.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-08T06:33:30.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-08T06:33:30.049Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-08T06:33:30.049Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e66e8cb0-c1f6-41ea-bfe3-7abea4d037d3 20206 2022-11-08T06:33:30.050Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-08T06:33:30.050Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-08T06:33:30.050Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:33:30.050Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:30.052Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:30.052Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889210050, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-08T06:33:30.152Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:30.153Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:30.153Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:30.164Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:30.164Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:31.056Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 88a46a1e-fd46-4c45-8deb-4b046ca66121 2022-11-08T06:33:31.056Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 45518b27-c00b-44b5-9398-3d548dc46b98 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:33:31.066Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1df4ef37, org.onap.sdc.toscaparser.api.parameters.Input@26b67421, org.onap.sdc.toscaparser.api.parameters.Input@146ebcc2, org.onap.sdc.toscaparser.api.parameters.Input@8e9cbdd, org.onap.sdc.toscaparser.api.parameters.Input@325e10a0] 2022-11-08T06:33:31.067Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.067Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.068Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-08T06:33:31.068Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ce80c5f0-24c5-40fa-a430-6502d87a703b 2022-11-08T06:33:31.068Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce80c5f0-24c5-40fa-a430-6502d87a703b matches Tosca VF Customization UUID: ce80c5f0-24c5-40fa-a430-6502d87a703b 2022-11-08T06:33:31.068Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ce80c5f0-24c5-40fa-a430-6502d87a703b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-08T06:33:31.070Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.070Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.071Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ce80c5f0-24c5-40fa-a430-6502d87a703b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-08T06:33:31.071Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44c11b 2022-11-08T06:33:31.071Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.071Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-08T06:33:31.072Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95082a81-589e-4483-9864-7d70cec7fc00 2022-11-08T06:33:31.072Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95082a81-589e-4483-9864-7d70cec7fc00 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-08T06:33:31.074Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.074Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:31.074Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:33:31.075Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.075Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:31.075Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-08T06:33:31.075Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.075Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-08T06:33:31.076Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ce80c5f0-24c5-40fa-a430-6502d87a703b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:33:31.078Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.078Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.078Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 88a46a1e-fd46-4c45-8deb-4b046ca66121: basic_cnf_macro 2022-11-08T06:33:31.078Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.079Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.079Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.079Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.079Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.080Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.080Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.080Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.080Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:33:31.081Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:33:31.081Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:33:31.117Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 45518b27-c00b-44b5-9398-3d548dc46b98 2 ASDC deployResourceStructure 2022-11-08T06:33:31.117Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-08T06:33:31.117Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-08T06:33:31.117Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:33:31.118Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:31.119Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:31.119Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889211117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:33:31.220Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:31.221Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:31.221Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:31.233Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:31.233Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:32.121Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-08T06:33:32.123Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-08T06:33:32.123Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:33:32.123Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:32.126Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:32.126Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889212121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:33:32.226Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:32.227Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:32.228Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:32.303Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:32.303Z||pool-123-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:33.127Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-08T06:33:33.128Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-08T06:33:33.128Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-08T06:33:33.128Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:33.131Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:33.131Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889213127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:33:33.231Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:33.232Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:33.232Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:33.244Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:33.244Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:34.131Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-08T06:33:34.132Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-08T06:33:34.132Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:33:34.133Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:34.134Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:34.135Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889214131, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-08T06:33:34.235Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:34.236Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:34.236Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:34.248Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:34.248Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:35.136Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-08T06:33:35.137Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-08T06:33:35.137Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-08T06:33:35.137Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:35.139Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:35.139Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889215136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:33:35.240Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:33:35.241Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:35.241Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:35.257Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:35.257Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:36.141Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-08T06:33:36.141Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-08T06:33:36.141Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:33:36.142Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:33:36.145Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:33:36.145Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889216141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:33:36.245Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:33:36.245Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:33:36.245Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:33:36.256Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:33:36.256Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:33:37.146Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 081a8e4d-2018-4737-835f-13e0d1024de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:33:37.156Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 081a8e4d-2018-4737-835f-13e0d1024de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:33:37.158Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:33:37.158Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:33:37.159Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:33:37.159Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:33:37.159Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:33:37.159Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:33:37.159Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:33:37.159Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:33:37.160Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:33:37.160Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:33:37.166Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:34:07.166Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 081a8e4d-2018-4737-835f-13e0d1024de5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:34:07.175Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 081a8e4d-2018-4737-835f-13e0d1024de5 and serviceModelVersionId: 88a46a1e-fd46-4c45-8deb-4b046ca66121 2022-11-08T06:34:07.175Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7585144a-d882-4ff2-bca0-03c18157c26c 2022-11-08T06:34:07.176Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0 2022-11-08T06:34:07.180Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:34:07.219Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0|INFO|500||Invoke 2022-11-08T06:34:07.220Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[081a8e4d-2018-4737-835f-13e0d1024de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[baa0acf4-99fa-4305-8ec7-7040af67dac7], X-ECOMP-RequestID=[081a8e4d-2018-4737-835f-13e0d1024de5], X-TransactionId=[], X-ONAP-RequestID=[081a8e4d-2018-4737-835f-13e0d1024de5], Content-Type=[application/merge-patch+json]} 2022-11-08T06:34:07.240Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:34:07.347Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221108-06:34:06:528-78601], vertex-id=[258152], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:34:06 GMT], Content-Type=[application/json]} 2022-11-08T06:34:07.348Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:34:07.349Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7585144a-d882-4ff2-bca0-03c18157c26c/model-vers/model-ver/88a46a1e-fd46-4c45-8deb-4b046ca66121?depth=0|INFO|500||InvokeReturn 2022-11-08T06:34:07.349Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:34:07.350Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:34:07.355Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:34:07.355Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 081a8e4d-2018-4737-835f-13e0d1024de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:34:07.356Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:34:07.356Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:07.358Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:07.358Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889247356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:34:07.458Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:34:07.459Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:07.459Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:07.488Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:07.489Z||pool-128-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:34:08.370Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:34:08.371Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:34:08.371Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:08.996Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:08.997Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-08T06:34:08.997Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"30d60a05-7629-4ad9-beb4-9aa558bd9cc3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"dd9a4232-69fa-4a0a-8355-9caffc4521a8","serviceDescription":"service","serviceInvariantUUID":"a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"549f3816-3f1e-4129-a848-cf126a136c1f","resourceInvariantUUID":"d6b87ada-507c-48b5-8d5c-87ada7f6dba2","resourceCustomizationUUID":"71bb0a2c-f2d7-4bdf-a946-aba2c4f2e1f1","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":"MTI2NzM3ZDMxYmJhZDMwZWUzMjA0NjVkZWZhYWZkOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2e78ab8-a5a3-46bb-80f5-e813f5b7423d","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":"bab7d1a6-49f3-4ac0-8ac1-e9e7f629ed93","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":"bf92b515-7dec-4cc9-8d7e-f89a69f39518","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":"YjQ0MTFhZjY0OTQzYjlkMzBhMzcxMTdiMjRhMjBhMDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"908d655f-b9f7-467c-8238-8285f308ce5d","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":"4ff2396f-6bc5-4a55-8f02-8c5beb585b59","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":"ac4cadb7-9f49-4479-a447-f78c1131fccb","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":"9e7bbcb5-39d8-46f4-a7bb-9168d07224e6","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":"M2YwNjc3NWExNDVjNjk3OTcwNmE5Y2ZlOTM2Mzc3YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1463c41-af12-437b-a05c-5f8976d62d6e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmVhYTk0NDM0NTJhMTRiNzhlNDc5YTBiZjNkMmNiNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80a9b486-2b5b-47e0-823d-120768304cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-08T06:34:09.000Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:09.000Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:09.002Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:09.003Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:09.102Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:34:09.103Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:09.103Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:09.116Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:09.117Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:34:10.003Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:10.004Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:10.006Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:10.006Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:10.106Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:34:10.107Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:10.107Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:10.119Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:10.119Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:34:11.007Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:11.007Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:11.009Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:11.009Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:11.109Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:34:11.110Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:11.111Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:11.122Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:11.123Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:34:12.010Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:12.011Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:12.013Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:12.013Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:12.112Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:34:12.113Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:12.114Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:12.126Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:12.126Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:34:13.013Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:13.014Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:13.016Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:13.016Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:13.116Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:34:13.117Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:13.117Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:13.128Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:13.128Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:34:14.017Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:14.018Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:14.019Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:14.019Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:14.119Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:34:14.120Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:14.120Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:14.133Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:14.133Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:34:15.020Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:15.021Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:15.023Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:15.023Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:15.123Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:34:15.123Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:15.124Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:15.137Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:15.137Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:34:16.023Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:16.024Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:16.026Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:16.026Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:16.126Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:34:16.126Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:16.127Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:16.136Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:16.137Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:34:17.026Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-08T06:34:17.027Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:17.029Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:17.029Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:34:17.128Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:34:17.129Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:17.129Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:17.140Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:17.140Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-08T06:34:18.029Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "dd9a4232-69fa-4a0a-8355-9caffc4521a8", "serviceDescription": "service", "serviceInvariantUUID": "a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "71bb0a2c-f2d7-4bdf-a946-aba2c4f2e1f1", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "549f3816-3f1e-4129-a848-cf126a136c1f", "resourceInvariantUUID": "d6b87ada-507c-48b5-8d5c-87ada7f6dba2", "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": "MmVhYTk0NDM0NTJhMTRiNzhlNDc5YTBiZjNkMmNiNzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80a9b486-2b5b-47e0-823d-120768304cd0" } ], "workloadContext": "Production" } 2022-11-08T06:34:18.030Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-08T06:34:18.030Z|bc4e18c5-30e2-433b-9d17-7f8132a74fdf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dd9a4232-69fa-4a0a-8355-9caffc4521a8 ASDC 2022-11-08T06:34:18.030Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:30d60a05-7629-4ad9-beb4-9aa558bd9cc3 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:dd9a4232-69fa-4a0a-8355-9caffc4521a8 ServiceInvariantUUID:a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c 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:80a9b486-2b5b-47e0-823d-120768304cd0 ArtifactChecksum:MmVhYTk0NDM0NTJhMTRiNzhlNDc5YTBiZjNkMmNiNzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:71bb0a2c-f2d7-4bdf-a946-aba2c4f2e1f1 ResourceInvariantUUID:d6b87ada-507c-48b5-8d5c-87ada7f6dba2 ResourceName:test-pnf ResourceType:PNF ResourceUUID:549f3816-3f1e-4129-a848-cf126a136c1f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-08T06:34:18.030Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd9a4232-69fa-4a0a-8355-9caffc4521a8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:34:18.054Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:34:18.055Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:34:18.055Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:34:18.055Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 80a9b486-2b5b-47e0-823d-120768304cd0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-08T06:34:18.055Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-08T06:34:18.055Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-08T06:34:18.176Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-08T06:34:18.183Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 80a9b486-2b5b-47e0-823d-120768304cd0 110863 2022-11-08T06:34:18.183Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-08T06:34:18.184Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-08T06:34:18.184Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-08T06:34:18.184Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:18.187Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:18.187Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889258183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:18.287Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:34:18.288Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:18.289Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:18.326Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:18.326Z||pool-138-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:34:19.188Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-08T06:34:19.189Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-08T06:34:19.190Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 80a9b486-2b5b-47e0-823d-120768304cd0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-08T06:34:19.190Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-08T06:34:19.191Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-08T06:34:19.191Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-08T06:34:19.307Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2346662129076442415/Definitions/service-TestPnfMacro-template.yml 2022-11-08T06:34:20.139Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-08T06:34:20.139Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-08T06:34:20.139Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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-TestPnfMacro-csar.csar 2022-11-08T06:34:20.140Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-08T06:34:20.141Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.141Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.141Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-08T06:34:20.141Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-08T06:34:20.141Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:34:20.142Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.142Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.142Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-08T06:34:20.142Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-08T06:34:20.143Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-08T06:34:20.143Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.143Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.143Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.143Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.143Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.143Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.144Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.144Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.144Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.144Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.144Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:dd9a4232-69fa-4a0a-8355-9caffc4521a8 Model Version:NULL Model InvariantUuid:a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-08T06:34:20.151Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 549f3816-3f1e-4129-a848-cf126a136c1f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:34:20.153Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-11-08T06:34:20.153Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 549f3816-3f1e-4129-a848-cf126a136c1f 2022-11-08T06:34:20.153Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||No resources found for Service: dd9a4232-69fa-4a0a-8355-9caffc4521a8 2022-11-08T06:34:20.153Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: dd9a4232-69fa-4a0a-8355-9caffc4521a8 2022-11-08T06:34:20.153Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 549f3816-3f1e-4129-a848-cf126a136c1f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:34:20.157Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44c6d12b, org.onap.sdc.toscaparser.api.parameters.Input@43be9be, org.onap.sdc.toscaparser.api.parameters.Input@61b75cef, org.onap.sdc.toscaparser.api.parameters.Input@6caac4b1, org.onap.sdc.toscaparser.api.parameters.Input@1e971f86] 2022-11-08T06:34:20.157Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.158Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.158Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid dd9a4232-69fa-4a0a-8355-9caffc4521a8: test-pnf 2022-11-08T06:34:20.158Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||Processing PNF resource: 549f3816-3f1e-4129-a848-cf126a136c1f 2022-11-08T06:34:20.158Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-08T06:34:20.158Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-08T06:34:20.158Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||Resource customization UUID: 71bb0a2c-f2d7-4bdf-a946-aba2c4f2e1f1 is the same as notified resource customizationUUID: 71bb0a2c-f2d7-4bdf-a946-aba2c4f2e1f1 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-08T06:34:20.186Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 549f3816-3f1e-4129-a848-cf126a136c1f 0 ASDC deployResourceStructure 2022-11-08T06:34:20.187Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-08T06:34:20.187Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-08T06:34:20.187Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-08T06:34:20.187Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:34:20.189Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:34:20.189Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889260187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:34:20.289Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-08T06:34:20.290Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:34:20.290Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:20.301Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:20.301Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-08T06:34:21.190Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:34:21.202Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:34:21.204Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:34:21.204Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-08T06:34:21.205Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-08T06:34:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:34:23.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:34:23.009Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:34:23.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:34:23.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889151816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-08T06:34:23.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889137500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889154692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889155143, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889155749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889156157, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889156808, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "ves-openapi-manager", "timestamp": 1667889157160, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:34:23.079Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 2022-11-08T06:34:23.079Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:34:23.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:34:23.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889149219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889158929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889158956, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889159933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889160937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "cds", "timestamp": 1667889160300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:34:23.095Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 2022-11-08T06:34:23.095Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:34:23.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "multicloud-k8s-id", "timestamp": 1667889155187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889157926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889167660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889159362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:34:23.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889169114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:34:23.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889171330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:34:23.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667889172336, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:34:23.114Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 2022-11-08T06:34:23.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:34:23.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889172457, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:34:23.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "aai-ml", "timestamp": 1667889173460, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:34:23.127Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 2022-11-08T06:34:23.127Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "09f10ade-fc3a-4df5-8d0b-766ff035c897", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889192214, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-08T06:34:23.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-08T06:34:23.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:34:23.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889143005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:34:23.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-08T06:34:51.205Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:34:51.215Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-08T06:34:51.217Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-08T06:34:51.217Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-08T06:34:51.217Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-08T06:34:51.217Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-08T06:34:51.218Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:34:51.218Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:34:51.218Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:34:51.218Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:34:51.218Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-08T06:34:51.218Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-08T06:34:51.222Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-08T06:35:21.222Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-08T06:35:21.229Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 and serviceModelVersionId: dd9a4232-69fa-4a0a-8355-9caffc4521a8 2022-11-08T06:35:21.229Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c 2022-11-08T06:35:21.230Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0 2022-11-08T06:35:21.234Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-08T06:35:21.271Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0|INFO|500||Invoke 2022-11-08T06:35:21.272Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[30d60a05-7629-4ad9-beb4-9aa558bd9cc3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b928a60a-0390-4f51-afa0-f9591b0d80fd], X-ECOMP-RequestID=[30d60a05-7629-4ad9-beb4-9aa558bd9cc3], X-TransactionId=[], X-ONAP-RequestID=[30d60a05-7629-4ad9-beb4-9aa558bd9cc3], Content-Type=[application/merge-patch+json]} 2022-11-08T06:35:21.292Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-08T06:35:21.511Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221108-06:35:20:584-24802], vertex-id=[258232], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:35:20 GMT], Content-Type=[application/json]} 2022-11-08T06:35:21.511Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-08T06:35:21.512Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8afd8e3-911f-4ad4-b2ab-f0f5c2064e1c/model-vers/model-ver/dd9a4232-69fa-4a0a-8355-9caffc4521a8?depth=0|INFO|500||InvokeReturn 2022-11-08T06:35:21.513Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-08T06:35:21.513Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-08T06:35:21.520Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-08T06:35:21.520Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30d60a05-7629-4ad9-beb4-9aa558bd9cc3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-08T06:35:21.520Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-08T06:35:21.521Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-08T06:35:21.523Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-08T06:35:21.523Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889321520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:35:21.622Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-08T06:35:21.623Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-08T06:35:21.623Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ... 2022-11-08T06:35:21.654Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:35:21.654Z||pool-140-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-08T06:35:22.544Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:35:22.545Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:35:22.545Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:35:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:35:23.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:35:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:35:23.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:35:23.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-08T06:35:23.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889203411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:35:23.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:35:32.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:35:32.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:35:32.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:35:32.090Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:35:41.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:36:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:36:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:36:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:36:23.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:36:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:36:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:36:23.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:36:23.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889205842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-08T06:36:23.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889206893, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-08T06:36:23.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889207940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:36:23.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889209004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-08T06:36:23.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889210050, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-08T06:36:23.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889211117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-08T06:36:23.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889212121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-08T06:36:23.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889213127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:36:23.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889214131, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-08T06:36:23.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889215136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-08T06:36:23.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889216141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:36:23.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "081a8e4d-2018-4737-835f-13e0d1024de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889247356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:36:23.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-08T06:36:23.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889248370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-08T06:36:23.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-08T06:36:23.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889258183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-08T06:36:23.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:23.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-08T06:36:23.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889260187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-08T06:36:23.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:36:32.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:37:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:37:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:37:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:37:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:37:23.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:37:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:37:23.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:37:23.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-08T06:37:23.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "30d60a05-7629-4ad9-beb4-9aa558bd9cc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667889321520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-08T06:37:23.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-08T06:37:32.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:38:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:38:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:38:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:38:23.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:38:23.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:38:23.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:38:32.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:38:32.548Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:39:23.005Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:39:23.006Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:39:23.006Z|081a8e4d-2018-4737-835f-13e0d1024de5|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:39:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:39:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:39:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:39:32.570Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:39:32.577Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:40:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:40:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:40:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:40:23.007Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:40:23.007Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:40:23.007Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:40:32.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:40:32.572Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:41:23.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:41:23.006Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:41:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:41:23.007Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:41:23.007Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:41:23.007Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:41:32.562Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:41:32.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:42:23.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:42:23.006Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:42:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:42:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:42:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:42:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:42:32.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:42:32.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:43:23.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:43:23.006Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:43:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:43:23.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:43:23.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:43:23.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:43:32.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:43:32.581Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:44:23.005Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:44:23.011Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:44:23.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:44:23.011Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:44:23.011Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:44:23.011Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:44:32.574Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:44:32.588Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:45:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:45:23.006Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:45:23.006Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:45:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:45:23.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:45:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:45:32.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:45:32.550Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:46:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:46:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:46:23.006Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:46:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:46:23.007Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:46:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:46:32.566Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:46:32.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:47:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:47:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:47:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:47:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:47:23.007Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:47:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:47:32.568Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:47:32.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:48:23.004Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:48:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:48:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:48:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:48:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:48:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:48:32.547Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:48:32.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:49:23.004Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:49:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:49:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:49:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:49:23.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:49:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:49:32.544Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:49:32.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:50:23.005Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:50:23.006Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:50:23.006Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:50:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:50:23.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:50:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:50:32.546Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:50:32.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:51:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:51:23.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:51:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:51:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:51:23.007Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:51:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:51:32.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:51:32.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:52:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:52:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:52:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:52:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:52:23.007Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:52:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:52:32.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:52:32.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:53:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:53:23.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:53:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:53:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:53:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:53:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:53:32.576Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:53:32.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:54:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:54:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:54:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:54:23.007Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:54:23.007Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:54:23.008Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:54:32.555Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:54:32.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:55:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:55:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:55:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:55:23.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:55:23.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:55:23.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:55:32.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:55:32.553Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:56:23.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:56:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:56:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:56:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:56:23.007Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:56:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:56:32.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:56:32.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:57:23.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:57:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:57:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:57:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:57:23.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:57:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:57:32.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:57:32.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:58:23.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:58:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:58:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:58:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:58:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:58:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:58:32.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:58:32.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:59:23.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:59:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:59:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:59:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T06:59:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T06:59:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T06:59:32.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T06:59:32.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:00:23.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:00:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:00:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:00:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:00:23.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:00:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:00:32.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:00:32.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:01:23.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:01:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:01:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:01:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:01:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:01:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:01:32.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:01:32.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:02:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:02:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:02:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:02:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:02:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:02:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:02:32.553Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:02:32.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:03:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:03:23.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:03:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:03:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:03:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:03:23.008Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:03:32.553Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:03:32.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:04:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:04:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:04:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:04:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:04:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:04:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:04:32.552Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:04:32.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:05:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:05:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:05:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:05:23.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:05:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:05:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:05:32.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:05:32.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:06:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:06:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:06:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:06:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:06:23.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:06:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:06:32.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:06:32.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:07:23.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:07:23.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:07:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:07:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:07:23.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:07:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:07:32.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:07:32.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:08:23.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:08:23.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:08:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:08:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:08:23.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:08:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:08:32.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:08:32.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:09:23.004Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:09:23.005Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:09:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:09:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:09:23.007Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:09:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:09:32.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:09:32.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:10:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:10:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:10:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:10:23.007Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:10:23.008Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:10:23.008Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:10:32.577Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:10:32.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:11:23.004Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:11:23.005Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:11:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:11:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:11:23.007Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:11:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:11:32.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:11:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:12:23.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:12:23.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:12:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:12:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:12:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:12:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:12:32.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:12:32.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:13:23.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:13:23.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:13:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:13:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:13:23.007Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:13:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:13:32.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:13:32.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:14:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:14:23.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:14:23.005Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:14:23.007Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:14:23.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:14:23.008Z|081a8e4d-2018-4737-835f-13e0d1024de5|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:14:32.559Z|081a8e4d-2018-4737-835f-13e0d1024de5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:14:32.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:15:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:15:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:15:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:15:23.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:15:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:15:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:15:32.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:15:32.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:16:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:16:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:16:23.007Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:16:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:16:23.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:16:23.008Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:16:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:16:32.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:17:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:17:23.006Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:17:23.006Z||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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:17:23.007Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-08T07:17:23.008Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-08T07:17:23.008Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|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 dRqqwuuUJ2LFDlog) ... 2022-11-08T07:17:32.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-08T07:17:32.551Z|30d60a05-7629-4ad9-beb4-9aa558bd9cc3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK