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-10-13T05:28:39.873Z||main|||||INFO|500||The following profiles are active: basic 2022-10-13T05:28:54.783Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-13T05:28:54.784Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-13T05:28:54.987Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-13T05:29:00.911Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-13T05:29:01.518Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-13T05:29:02.087Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-13T05:29:02.097Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-13T05:29:02.246Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-13T05:29:02.549Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-13T05:29:03.653Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-13T05:29:06.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-13T05:29:09.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-13T05:29:09.218Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-13T05:29:09.962Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-13T05:29:10.222Z||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-10-13T05:29:11.588Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-13T05:29:12.879Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-13T05:29:12.907Z||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$$82802b76.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-10-13T05:29:12.908Z||main|||||WARN|500||The sdc end point is not alive 2022-10-13T05:29:17.000Z||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-10-13T05:29:21.096Z||main|||||WARN|500||--- 2022-10-13T05:29:21.097Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-13T05:29:21.097Z||main|||||WARN|500||--- 2022-10-13T05:29:21.603Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-13T05:29:28.841Z||main|||||INFO|500||Started Application in 52.914 seconds (JVM running for 56.582) 2022-10-13T05:29:28.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-13T05:29:28.869Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-13T05:29:28.885Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-13T05:29:28.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-13T05:29:28.978Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 114cfd40-38d8-430c-ba12-ff644d582200 url= /sdc/v1/artifactTypes 2022-10-13T05:29:28.978Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-13T05:29:29.310Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-13T05:29:29.341Z||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-10-13T05:29:29.364Z||scheduling-1|||||DEBUG|500||create keys 2022-10-13T05:29:29.377Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-13T05:29:29.409Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:29:29.435Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 49b3fb4c-09b0-41b4-b7f1-d5ee284cb01f url= /sdc/v1/registerForDistribution 2022-10-13T05:29:29.520Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 49b3fb4c-09b0-41b4-b7f1-d5ee284cb01f url= /sdc/v1/registerForDistribution 2022-10-13T05:29:29.521Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-13T05:29:29.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:29:29.534Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:29:29.542Z||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-10-13T05:29:29.542Z||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-10-13T05:29:29.542Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-13T05:29:29.543Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:29:29.543Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:29:39.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:29:40.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:30:29.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:30:29.530Z||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-10-13T05:30:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:30:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:30:29.532Z||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-10-13T05:30:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:30:39.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:30:39.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:31:29.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:31:29.530Z||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-10-13T05:31:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:31:29.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:31:29.534Z||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-10-13T05:31:29.535Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:31:39.104Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:31:39.104Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:32:29.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:32:29.530Z||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-10-13T05:32:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:32:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:32:29.533Z||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-10-13T05:32:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:32:39.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:32:39.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:33:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:33:29.532Z||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-10-13T05:33:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:33:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:33:29.532Z||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-10-13T05:33:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:33:39.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:33:39.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:34:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:34:29.533Z||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-10-13T05:34:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:34:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:34:29.534Z||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-10-13T05:34:29.535Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:34:39.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:34:39.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:35:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:35:29.531Z||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-10-13T05:35:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:35:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:35:29.533Z||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-10-13T05:35:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:35:39.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:35:39.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:36:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:36:29.530Z||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-10-13T05:36:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:36:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:36:29.536Z||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-10-13T05:36:29.536Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:36:39.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:36:39.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:37:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:37:29.531Z||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-10-13T05:37:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:37:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:37:29.532Z||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-10-13T05:37:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:37:39.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:37:39.086Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:38:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:38:29.530Z||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-10-13T05:38:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:38:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:38:29.533Z||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-10-13T05:38:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:38:39.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:38:39.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:39:08.814Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-13T05:39:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:39:29.530Z||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-10-13T05:39:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:39:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:39:29.532Z||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-10-13T05:39:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:39:39.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:39:39.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:40:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:40:29.530Z||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-10-13T05:40:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:40:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:40:29.532Z||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-10-13T05:40:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:40:39.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:40:39.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:41:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:41:29.530Z||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-10-13T05:41:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:41:29.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:41:29.534Z||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-10-13T05:41:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:41:39.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:41:39.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:42:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:42:29.530Z||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-10-13T05:42:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:42:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:42:29.533Z||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-10-13T05:42:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:42:39.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:42:39.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:43:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:43:29.530Z||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-10-13T05:43:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:43:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:43:29.533Z||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-10-13T05:43:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:43:39.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:43:39.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:44:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:44:29.532Z||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-10-13T05:44:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:44:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:44:29.533Z||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-10-13T05:44:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:44:39.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:44:39.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:45:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:45:29.531Z||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-10-13T05:45:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:45:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:45:29.532Z||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-10-13T05:45:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:45:39.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:45:39.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:46:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:46:29.530Z||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-10-13T05:46:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:46:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:46:29.532Z||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-10-13T05:46:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:46:39.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:46:39.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:47:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:47:29.530Z||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-10-13T05:47:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:47:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:47:29.534Z||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-10-13T05:47:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:47:39.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:47:39.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:48:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:48:29.530Z||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-10-13T05:48:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:48:29.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:48:29.533Z||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-10-13T05:48:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:48:39.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:48:39.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:49:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:49:29.530Z||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-10-13T05:49:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:49:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:49:29.533Z||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-10-13T05:49:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:49:39.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:49:39.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:50:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:50:29.530Z||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-10-13T05:50:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:50:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:50:29.533Z||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-10-13T05:50:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:50:39.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:50:39.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:51:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:51:29.530Z||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-10-13T05:51:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:51:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:51:29.533Z||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-10-13T05:51:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:51:39.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:51:39.091Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:52:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:52:29.530Z||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-10-13T05:52:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:52:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:52:29.532Z||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-10-13T05:52:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:52:39.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:52:39.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:53:29.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:53:29.532Z||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-10-13T05:53:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:53:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:53:29.533Z||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-10-13T05:53:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:53:39.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:53:39.128Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:54:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:54:29.531Z||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-10-13T05:54:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:54:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:54:29.532Z||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-10-13T05:54:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:54:39.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:54:39.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:55:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:55:29.530Z||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-10-13T05:55:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:55:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:55:29.532Z||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-10-13T05:55:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:55:39.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:55:39.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:56:29.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:56:29.531Z||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-10-13T05:56:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:56:29.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:56:29.533Z||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-10-13T05:56:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:56:39.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:56:39.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:57:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:57:29.530Z||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-10-13T05:57:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:57:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:57:29.532Z||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-10-13T05:57:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:57:39.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:57:39.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:58:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:58:29.530Z||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-10-13T05:58:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:58:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:58:29.533Z||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-10-13T05:58:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:58:39.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:58:39.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:59:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:59:29.530Z||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-10-13T05:59:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:59:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T05:59:29.532Z||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-10-13T05:59:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T05:59:39.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T05:59:39.089Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:00:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:00:29.530Z||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-10-13T06:00:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:00:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:00:29.533Z||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-10-13T06:00:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:00:39.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:00:39.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:01:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:01:29.530Z||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-10-13T06:01:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:01:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:01:29.533Z||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-10-13T06:01:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:01:39.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:01:39.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:02:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:02:29.530Z||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-10-13T06:02:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:02:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:02:29.533Z||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-10-13T06:02:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:02:39.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:02:39.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:03:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:03:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:03:29.533Z||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-10-13T06:03:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:03:29.533Z||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-10-13T06:03:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:03:39.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:03:39.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:04:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:04:29.530Z||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-10-13T06:04:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:04:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:04:29.532Z||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-10-13T06:04:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:04:39.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:04:39.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:05:29.530Z||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-10-13T06:05:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:05:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:05:29.532Z||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-10-13T06:05:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:05:29.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:29.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641078737, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641074615, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641074679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641074615, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641078737, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOTIFIED" } 2022-10-13T06:05:29.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641074679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOTIFIED" } 2022-10-13T06:05:29.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "ves-openapi-manager", "timestamp": 1665641082728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641074615, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641078737, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641074679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-13T06:05:29.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "ves-openapi-manager", "timestamp": 1665641082728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641074615, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641078737, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641074679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "ves-openapi-manager", "timestamp": 1665641082728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641078737, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641074615, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641074679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-13T06:05:29.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "ves-openapi-manager", "timestamp": 1665641082728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641078737, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641074615, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641074679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "ves-openapi-manager", "timestamp": 1665641082728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641074615, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:29.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641078737, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:29.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641074679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:29.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "ves-openapi-manager", "timestamp": 1665641082728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641087981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641088502, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:29.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:29.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641089271, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:29.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:29.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "ves-openapi-manager", "timestamp": 1665641082728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641087981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:29.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:29.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:29.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "cds", "timestamp": 1665641090293, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-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-10-13T06:05:30.145Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83 2022-10-13T06:05:30.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:30.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a236fc1f-dd1a-4879-b747-b6033f1c2c83","serviceName":"vFW 2022-10-13 06-03-45","serviceVersion":"1.0","serviceUUID":"46ba71a6-3d19-44ee-af63-6646a666dd89","serviceDescription":"catalog service description","serviceInvariantUUID":"b6d5e103-7c73-4659-8bb7-030856821a6c","resources":[{"resourceInstanceName":"vFW 0736830a-bb72 0","resourceName":"vFW 0736830a-bb72","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19fad214-89a9-4e10-acbf-77cbfa3bd66d","resourceInvariantUUID":"0f6a585f-c8d7-412f-86d2-5a32b883fd74","resourceCustomizationUUID":"e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml","artifactChecksum":"ZjE4Njc3ZDIyZDc1ZWE4NjhiYTc4NmZlNDE1NTBkMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41139319-7b1d-4c08-8b39-4187c8f3d987","artifactVersion":"1"},{"artifactName":"vfw0736830abb720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json","artifactChecksum":"ZWZiMTUyZDk5ZDgyZTM3YWU1MDcxMjlkOWYzNTI0YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9b0769d-c7f2-4bff-a64c-f0f247fc7874","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3efc745d-9c3e-46c2-85ba-b85043c51817","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml","artifactChecksum":"MGZiNzIzNGMyNTQ2NWJiMmJkZWJiMTlmZWMyZDFjN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c1821a7-8bd8-4f26-a7cc-34aaf13db412","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b55f034-03f2-4766-ac54-445292108ecb","artifactVersion":"2","generatedFromUUID":"3efc745d-9c3e-46c2-85ba-b85043c51817"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221013060345-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml","artifactChecksum":"NWE1YzVjM2ViOWIzYWFiMDM0YjJmNWZmMjJmMjljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2875f607-416b-4170-90a6-2236648b047c","artifactVersion":"1"},{"artifactName":"service-Vfw20221013060345-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar","artifactChecksum":"YjFhZGZhZDFiZTllMDIxYWEyZjdjNWFkZDUxMzA4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6999eb97-6493-43ea-91e5-ff715c31d760","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:05:30.187Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 and ComponentName cds 2022-10-13T06:05:30.190Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:05:30.198Z||pool-2-thread-7|||||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=? 2022-10-13T06:05:30.212Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:30.212Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:05:30.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641089580, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641087981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641090636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641087981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641091730, "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-10-13T06:05:30.244Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83 2022-10-13T06:05:30.244Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:05:30.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641087981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "multicloud-k8s-id", "timestamp": 1665641092734, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:05:30.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641087981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641087981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:30.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641095826, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641096532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641096532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641099324, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641096532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641096532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641101336, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:05:30.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641096532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "clamp", "timestamp": 1665641102342, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:05:30.272Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83 2022-10-13T06:05:30.272Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:05:30.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641096532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641096532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:30.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641104413, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641110136, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:05:30.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641111151, "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-10-13T06:05:30.296Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83 2022-10-13T06:05:30.296Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:05:30.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641112573, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:05:30.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641108737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "ves-openapi-manager", "timestamp": 1665641102728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641104615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "aai-ml", "timestamp": 1665641113580, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-10-13T06:05:30.317Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:05:30.324Z||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-10-13T06:05:30.325Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:30.327Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83 2022-10-13T06:05:30.327Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:05:30.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641108737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:05:30.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "ves-openapi-manager", "timestamp": 1665641102728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.339Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:30.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641104615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.341Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:30.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "ves-openapi-manager", "timestamp": 1665641102728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641108737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641104615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641108737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "ves-openapi-manager", "timestamp": 1665641102728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641104615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641114679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "ves-openapi-manager", "timestamp": 1665641102728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641104615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641108737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641114679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:05:30.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "ves-openapi-manager", "timestamp": 1665641102728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641104615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641108737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641114679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-13T06:05:30.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641117981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641104615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:30.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "ves-openapi-manager", "timestamp": 1665641102728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641108737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:30.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641114679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641117981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641119786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641114679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-13T06:05:30.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641117981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "cds", "timestamp": 1665641120791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-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-10-13T06:05:30.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 2022-10-13T06:05:30.382Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:05:30.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641114679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641117981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641114679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:30.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641117981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641122432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641117981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641123489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641117981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:30.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:30.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641124533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641125697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:30.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641125563, "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-10-13T06:05:30.410Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 2022-10-13T06:05:30.410Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:05:30.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "multicloud-k8s-id", "timestamp": 1665641126591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:05:30.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:05:30.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:05:30.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641126533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:30.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:05:31.219Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:05:31.220Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:31.223Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:31.224Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOTIFIED" } 2022-10-13T06:05:31.322Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-13T06:05:31.325Z||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-10-13T06:05:31.325Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:31.343Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:31.354Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:32.224Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:05:32.225Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:32.228Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:32.228Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-13T06:05:32.327Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:05:32.329Z||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-10-13T06:05:32.329Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:32.340Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:32.342Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:33.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:05:33.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:33.232Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:33.232Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:33.332Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:05:33.335Z||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-10-13T06:05:33.336Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:33.348Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:33.349Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:34.233Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:05:34.233Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:34.236Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:34.237Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-13T06:05:34.336Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:05:34.338Z||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-10-13T06:05:34.338Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:34.348Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:34.349Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:35.237Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:05:35.239Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:35.242Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:35.242Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:05:35.342Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:05:35.343Z||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-10-13T06:05:35.343Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:35.354Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:35.355Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:05:36.243Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:05:36.244Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:36.247Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:36.247Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:05:36.347Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:05:36.348Z||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-10-13T06:05:36.348Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:36.361Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:36.362Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:37.249Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "serviceName": "vFW 2022-10-13 06-03-45", "serviceVersion": "1.0", "serviceUUID": "46ba71a6-3d19-44ee-af63-6646a666dd89", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b6d5e103-7c73-4659-8bb7-030856821a6c", "resources": [ { "resourceInstanceName": "vFW 0736830a-bb72 0", "resourceCustomizationUUID": "e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14", "resourceName": "vFW 0736830a-bb72", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "19fad214-89a9-4e10-acbf-77cbfa3bd66d", "resourceInvariantUUID": "0f6a585f-c8d7-412f-86d2-5a32b883fd74", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0736830abb720_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "artifactChecksum": "ZWZiMTUyZDk5ZDgyZTM3YWU1MDcxMjlkOWYzNTI0YmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9b0769d-c7f2-4bff-a64c-f0f247fc7874", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3efc745d-9c3e-46c2-85ba-b85043c51817", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8b55f034-03f2-4766-ac54-445292108ecb", "generatedFromUUID": "3efc745d-9c3e-46c2-85ba-b85043c51817" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8b55f034-03f2-4766-ac54-445292108ecb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221013060345-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "artifactChecksum": "YjFhZGZhZDFiZTllMDIxYWEyZjdjNWFkZDUxMzA4YmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6999eb97-6493-43ea-91e5-ff715c31d760" } ], "workloadContext": "Production" } 2022-10-13T06:05:37.251Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:05:37.252Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 46ba71a6-3d19-44ee-af63-6646a666dd89 ASDC 2022-10-13T06:05:37.392Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a236fc1f-dd1a-4879-b747-b6033f1c2c83 ServiceName:vFW 2022-10-13 06-03-45 ServiceVersion:1.0 ServiceUUID:46ba71a6-3d19-44ee-af63-6646a666dd89 ServiceInvariantUUID:b6d5e103-7c73-4659-8bb7-030856821a6c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221013060345-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar ArtifactUUID:6999eb97-6493-43ea-91e5-ff715c31d760 ArtifactChecksum:YjFhZGZhZDFiZTllMDIxYWEyZjdjNWFkZDUxMzA4YmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0736830a-bb72 0 ResourceCustomizationUUID:e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 ResourceInvariantUUID:0f6a585f-c8d7-412f-86d2-5a32b883fd74 ResourceName:vFW 0736830a-bb72 ResourceType:VF ResourceUUID:19fad214-89a9-4e10-acbf-77cbfa3bd66d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0736830abb720_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json ArtifactUUID:b9b0769d-c7f2-4bff-a64c-f0f247fc7874 ArtifactChecksum:ZWZiMTUyZDk5ZDgyZTM3YWU1MDcxMjlkOWYzNTI0YmM= 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/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml ArtifactUUID:3efc745d-9c3e-46c2-85ba-b85043c51817 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/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env ArtifactUUID:8b55f034-03f2-4766-ac54-445292108ecb 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/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env ArtifactUUID:8b55f034-03f2-4766-ac54-445292108ecb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-13T06:05:37.393Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46ba71a6-3d19-44ee-af63-6646a666dd89 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-10-13T06:05:37.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:05:37.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-13T06:05:37.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-13T06:05:37.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6999eb97-6493-43ea-91e5-ff715c31d760 from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:37.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:05:37.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:37.548Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:05:37.571Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar 6999eb97-6493-43ea-91e5-ff715c31d760 100692 2022-10-13T06:05:37.572Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar ASDC sendASDCNotification 2022-10-13T06:05:37.573Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:37.574Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:05:37.575Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:37.577Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:37.578Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641137571, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:37.678Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:05:37.679Z||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-10-13T06:05:37.679Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:37.691Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:37.692Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:38.578Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:05:38.579Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-13T06:05:38.580Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6999eb97-6493-43ea-91e5-ff715c31d760, URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar to file: /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:38.581Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221013060345-csar.csar 2022-10-13T06:05:38.679Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:38.679Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:39.480Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17341555644955602234/Definitions/service-Vfw20221013060345-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_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_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-10-13T06:05:43.406Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:05:43.411Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0736830a-bb72 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-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.414Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:43.414Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-13T06:05:43.421Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.423Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:43.427Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:43.427Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-13T06:05:43.429Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:05:43.431Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.431Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:43.432Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:43.432Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-13T06:05:43.432Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:05:43.433Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.433Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:43.437Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.437Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria 2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:05:43.443Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.443Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:43.443Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria 2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64e91e68-d923-46ba-9c45-f4422f40040f 2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria 2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97f5d4d4-7537-4da2-ba57-c240331788dc 2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria 2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5237112c-1c82-41a6-a4d2-369e8b475773 2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:43.456Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.456Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:43.456Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:43.457Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:43.457Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-10-13 06-03-45 Description:catalog service description Model UUID:46ba71a6-3d19-44ee-af63-6646a666dd89 Model Version:NULL Model InvariantUuid:b6d5e103-7c73-4659-8bb7-030856821a6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0736830a-bb72 Model UUID:f6a591f3-0a34-464f-afb2-f6568d2bd6d6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0f6a585f-c8d7-412f-86d2-5a32b883fd74 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:18cec2e5-2aac-4199-8c44-d26747bc6f4b ModelName:Vfw0736830aBb72..base_vfw..module-0 ModelUuid:b689c097-c663-432a-9805-359da8e544d1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:64e91e68-d923-46ba-9c45-f4422f40040f ModelInvariantUuid:558e9eee-518b-40a4-927c-5a74fed10137 ModelName:vFW 0736830a-bb72-nodes.vfwCvfc ModelUuid:c93db8eb-ebcb-432e-b879-4b405877ac68 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a3a90aae-33a9-486b-8ab7-72c8447baeda ModelInvariantUuid:4f139139-6a6f-45c0-be68-0c3c4035d2b1 ModelName:Vfw0736830aBb72.compute.nodes.heat.vfw ModelUuid:a6e43f72-bebb-4c9d-b4de-55dfd1ea3177 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:97f5d4d4-7537-4da2-ba57-c240331788dc ModelInvariantUuid:cf5140a1-ff2f-4ad6-9927-906cb1eec8c6 ModelName:vFW 0736830a-bb72-nodes.vsnCvfc ModelUuid:cc00af22-838b-498b-ac95-bfa4d4cd8a46 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7e295217-3581-4fb1-bc1d-f6f107a8dd60 ModelInvariantUuid:17ecebaa-210f-42f8-9252-b9d927bbaf19 ModelName:Vfw0736830aBb72.compute.nodes.heat.vsn ModelUuid:eb0c4edb-30d9-4a08-b57a-711ff57bc98f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5237112c-1c82-41a6-a4d2-369e8b475773 ModelInvariantUuid:2bd8aa73-adfd-427a-83f4-f525e83d988c ModelName:vFW 0736830a-bb72-nodes.vpgCvfc ModelUuid:fce0ea27-a344-490c-bc12-7705142b1514 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b63a165b-f6c0-4d6f-82e4-b2385770263e ModelInvariantUuid:ac2f0893-b029-418a-a8ca-47f63120375f ModelName:Vfw0736830aBb72.compute.nodes.heat.vpg ModelUuid:7656daaf-d6df-405b-8c5d-b0f95f8db756 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-10-13T06:05:43.469Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 19fad214-89a9-4e10-acbf-77cbfa3bd66d 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-10-13T06:05:43.572Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||vFW 0736830a-bb72 0 2022-10-13T06:05:43.583Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19fad214-89a9-4e10-acbf-77cbfa3bd66d 2022-10-13T06:05:43.584Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b9b0769d-c7f2-4bff-a64c-f0f247fc7874 from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json 2022-10-13T06:05:43.584Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:05:43.584Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json 2022-10-13T06:05:43.635Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:05:43.636Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json b9b0769d-c7f2-4bff-a64c-f0f247fc7874 785 2022-10-13T06:05:43.636Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json ASDC sendASDCNotification 2022-10-13T06:05:43.636Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json 2022-10-13T06:05:43.637Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:05:43.637Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:43.640Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:43.641Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641143636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:43.741Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:05:43.742Z||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-10-13T06:05:43.742Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:43.755Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:43.756Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:05:44.642Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0736830aBb72..base_vfw..module-0", "vfModuleModelInvariantUUID": "18cec2e5-2aac-4199-8c44-d26747bc6f4b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b689c097-c663-432a-9805-359da8e544d1", "vfModuleModelCustomizationUUID": "12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4", "isBase": true, "artifacts": [ "3efc745d-9c3e-46c2-85ba-b85043c51817", "8b55f034-03f2-4766-ac54-445292108ecb" ], "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-10-13T06:05:44.657Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0736830aBb72..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b689c097-c663-432a-9805-359da8e544d1 VfModuleModelInvariantUUID:18cec2e5-2aac-4199-8c44-d26747bc6f4b VfModuleModelDescription:NULL Artifacts UUID List:{ 3efc745d-9c3e-46c2-85ba-b85043c51817 , 8b55f034-03f2-4766-ac54-445292108ecb } 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-10-13T06:05:44.662Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0736830aBb72..base_vfw..module-0", "vfModuleModelInvariantUUID": "18cec2e5-2aac-4199-8c44-d26747bc6f4b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b689c097-c663-432a-9805-359da8e544d1", "vfModuleModelCustomizationUUID": "12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4", "isBase": true, "artifacts": [ "3efc745d-9c3e-46c2-85ba-b85043c51817", "8b55f034-03f2-4766-ac54-445292108ecb" ], "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-10-13T06:05:44.663Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0736830aBb72..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b689c097-c663-432a-9805-359da8e544d1 VfModuleModelInvariantUUID:18cec2e5-2aac-4199-8c44-d26747bc6f4b VfModuleModelDescription:NULL Artifacts UUID List:{ 3efc745d-9c3e-46c2-85ba-b85043c51817 , 8b55f034-03f2-4766-ac54-445292108ecb } 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-10-13T06:05:44.663Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3efc745d-9c3e-46c2-85ba-b85043c51817 from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml 2022-10-13T06:05:44.664Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:05:44.664Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml 2022-10-13T06:05:44.716Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:05:44.717Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml 3efc745d-9c3e-46c2-85ba-b85043c51817 20368 2022-10-13T06:05:44.718Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-13T06:05:44.718Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml 2022-10-13T06:05:44.719Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:05:44.720Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:44.722Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:44.723Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641144718, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:44.823Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:05:44.824Z||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-10-13T06:05:44.824Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:44.834Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:44.835Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:45.724Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8b55f034-03f2-4766-ac54-445292108ecb from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env 2022-10-13T06:05:45.725Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:05:45.726Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env 2022-10-13T06:05:45.786Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:05:45.788Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env 8b55f034-03f2-4766-ac54-445292108ecb 2098 2022-10-13T06:05:45.789Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-13T06:05:45.789Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env 2022-10-13T06:05:45.789Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:05:45.790Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:45.793Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:45.794Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641145789, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:05:45.894Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:05:45.895Z||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-10-13T06:05:45.895Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:45.905Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:45.905Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:05:46.794Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 46ba71a6-3d19-44ee-af63-6646a666dd89 2022-10-13T06:05:46.796Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0736830a-bb72 0 19fad214-89a9-4e10-acbf-77cbfa3bd66d 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-10-13T06:05:46.831Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@623b13bf, org.onap.sdc.toscaparser.api.parameters.Input@412a8636, org.onap.sdc.toscaparser.api.parameters.Input@2b9314df, org.onap.sdc.toscaparser.api.parameters.Input@479dde0e, org.onap.sdc.toscaparser.api.parameters.Input@7d818ba9] 2022-10-13T06:05:46.836Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.836Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.837Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-10-13T06:05:46.837Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 2022-10-13T06:05:46.837Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 matches Tosca VF Customization UUID: e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 2022-10-13T06:05:46.838Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 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-10-13T06:05:46.845Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.846Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.847Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-13T06:05:46.848Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76ead166 2022-10-13T06:05:46.848Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.848Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:05:46.849Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4 2022-10-13T06:05:46.850Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4 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-10-13T06:05:46.857Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.858Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:46.858Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:46.860Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.860Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:46.860Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:46.861Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.861Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria 2022-10-13T06:05:46.862Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-13T06:05:46.862Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-13T06:05:46.862Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-13T06:05:46.863Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-13T06:05:46.863Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-13T06:05:46.863Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.864Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:46.864Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-13T06:05:46.865Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:46.865Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-13T06:05:46.865Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.866Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64e91e68-d923-46ba-9c45-f4422f40040f 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-10-13T06:05:46.874Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.874Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:46.875Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:46.875Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.876Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria 2022-10-13T06:05:46.876Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-13T06:05:46.876Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-13T06:05:46.877Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:46.877Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.878Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-13T06:05:46.878Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.879Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-13T06:05:46.879Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-13T06:05:46.880Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-13T06:05:46.880Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:46.881Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-13T06:05:46.881Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.881Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97f5d4d4-7537-4da2-ba57-c240331788dc 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-10-13T06:05:46.884Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.884Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:46.885Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:46.887Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria 2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:46.889Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.889Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-13T06:05:46.890Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.890Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-13T06:05:46.890Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-13T06:05:46.892Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5237112c-1c82-41a6-a4d2-369e8b475773 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-10-13T06:05:46.894Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.895Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:46.895Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:05:46.896Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.896Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria 2022-10-13T06:05:46.896Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 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-10-13T06:05:46.899Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.899Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.900Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 46ba71a6-3d19-44ee-af63-6646a666dd89: vFW 0736830a-bb72 2022-10-13T06:05:46.900Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.900Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.901Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.901Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.902Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.902Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.903Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.903Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.904Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:05:46.904Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:05:46.904Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-10-13 06-03-45 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-10-13T06:05:47.168Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0736830a-bb72 19fad214-89a9-4e10-acbf-77cbfa3bd66d 1 ASDC deployResourceStructure 2022-10-13T06:05:47.169Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json ASDC sendASDCNotification 2022-10-13T06:05:47.169Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json 2022-10-13T06:05:47.169Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:05:47.170Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:47.171Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:47.172Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641147169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:05:47.272Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:05:47.273Z||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-10-13T06:05:47.273Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:47.284Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:47.285Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:05:48.173Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-13T06:05:48.173Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml 2022-10-13T06:05:48.174Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:05:48.174Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:48.176Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:48.176Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641148173, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:05:48.277Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:05:48.278Z||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-10-13T06:05:48.278Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:48.290Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:48.292Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:49.178Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-13T06:05:49.179Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env 2022-10-13T06:05:49.179Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:05:49.179Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:49.182Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:49.182Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641149178, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-13T06:05:49.282Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:05:49.284Z||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-10-13T06:05:49.284Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:49.295Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:49.296Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:05:50.183Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar ASDC sendASDCNotification 2022-10-13T06:05:50.184Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar 2022-10-13T06:05:50.184Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:05:50.185Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:05:50.188Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:05:50.188Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641150183, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:05:50.288Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:05:50.289Z||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-10-13T06:05:50.289Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:05:50.301Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:05:50.301Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:05:51.189Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:05:51.212Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:05:51.216Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:05:51.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:05:51.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:05:51.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:05:51.219Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:05:51.219Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:05:51.219Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:05:51.231Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:06:21.232Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:06:21.246Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83 and serviceModelVersionId: 46ba71a6-3d19-44ee-af63-6646a666dd89 2022-10-13T06:06:21.248Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6d5e103-7c73-4659-8bb7-030856821a6c 2022-10-13T06:06:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:06:29.533Z||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-10-13T06:06:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:06:29.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:29.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:06:29.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641126533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:06:29.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:06:37.091Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0 2022-10-13T06:06:37.250Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:06:37.834Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?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-10-13T06:06:37.840Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0|INFO|500||Invoke 2022-10-13T06:06:37.995Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:06:38.212Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0|INFO|500||InvokeReturn 2022-10-13T06:06:38.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221013-06:06:38:011-4991], vertex-id=[454808], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:06:38 GMT], Content-Type=[application/json]} 2022-10-13T06:06:38.222Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:06:38.226Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:06:38.227Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-13T06:06:38.232Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-13T06:06:38.233Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a236fc1f-dd1a-4879-b747-b6033f1c2c83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:06:38.234Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:06:38.235Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:38.237Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:38.237Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641198233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:06:38.337Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:38.338Z||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-10-13T06:06:38.338Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:38.352Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:38.353Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-10-13T06:06:39.252Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:06:39.252Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ef69768-ea88-4b2c-bb49-b80bbe4e07f9","serviceName":"basic_onboard_sLLIwm","serviceVersion":"1.0","serviceUUID":"ff8ed96d-aff9-4c98-bc77-5ea00a4efb91","serviceDescription":"service","serviceInvariantUUID":"88137ea1-d82b-474a-b1d5-1b60233d01df","resources":[{"resourceInstanceName":"basic_onboard_sLLIwm 0","resourceName":"basic_onboard_sLLIwm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f24a005-4b0d-44a3-b42c-5a8166579161","resourceInvariantUUID":"46c81b96-d48b-4827-b626-86851ddfa099","resourceCustomizationUUID":"f449c428-8bd3-48a0-9d9e-a82107eeb1ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml","artifactChecksum":"YTNmZDEwNTRlYjc2ODJjOGQxYjYzMTJhYzQ4MDMwYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82dc8d53-8354-48cb-aa5c-9d69323c6a30","artifactVersion":"1"},{"artifactName":"basic_onboard_slliwm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json","artifactChecksum":"MzFiZDFiMzc4OGI0NzY3NWIwOGNkNmI5MGViYjIwYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78c80e4e-de17-419d-b5d3-dc055dc7b9e0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d40cba7a-c6e3-4f6f-992c-7773fa9574af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3a08a1f-a0cf-4568-aeeb-87756b51a187","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4","artifactVersion":"2","generatedFromUUID":"d40cba7a-c6e3-4f6f-992c-7773fa9574af"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSlliwm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml","artifactChecksum":"ODE3ZThiYzViZmIwODUwZWJmNGQ0MWM5NzgxNmIzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17053f11-3ca8-4b00-bd14-e0ce1ab7afb0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSlliwm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar","artifactChecksum":"NDhlYjZlNzc0OTU2ZTkwZTUxOWZmZjY5Nzc1M2U5Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04ae4fcb-27f2-4105-adac-600432154900","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:06:39.253Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:06:39.254Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:39.257Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:39.257Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:06:39.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:06:39.358Z||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-10-13T06:06:39.359Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:39.377Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:39.377Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:40.258Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:06:40.259Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:40.261Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:40.261Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:06:40.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:40.362Z||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-10-13T06:06:40.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:40.375Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:40.375Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:06:41.262Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:06:41.263Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:41.266Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:41.266Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-13T06:06:41.367Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:41.368Z||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-10-13T06:06:41.368Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:41.384Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:41.385Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:06:42.266Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:06:42.267Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:42.269Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:42.270Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:06:42.370Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:42.372Z||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-10-13T06:06:42.372Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:42.386Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:42.387Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:43.271Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:06:43.271Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:43.275Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:43.275Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-13T06:06:43.375Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:06:43.375Z||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-10-13T06:06:43.376Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:43.387Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:43.387Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:06:44.276Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:06:44.282Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:44.284Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:44.285Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:06:44.385Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:44.387Z||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-10-13T06:06:44.388Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:44.401Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:44.402Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:45.286Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:06:45.287Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:45.289Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:45.289Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:06:45.389Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:06:45.390Z||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-10-13T06:06:45.391Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:45.407Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:45.408Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:06:46.302Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "serviceName": "basic_onboard_sLLIwm", "serviceVersion": "1.0", "serviceUUID": "ff8ed96d-aff9-4c98-bc77-5ea00a4efb91", "serviceDescription": "service", "serviceInvariantUUID": "88137ea1-d82b-474a-b1d5-1b60233d01df", "resources": [ { "resourceInstanceName": "basic_onboard_sLLIwm 0", "resourceCustomizationUUID": "f449c428-8bd3-48a0-9d9e-a82107eeb1ef", "resourceName": "basic_onboard_sLLIwm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4f24a005-4b0d-44a3-b42c-5a8166579161", "resourceInvariantUUID": "46c81b96-d48b-4827-b626-86851ddfa099", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_slliwm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "artifactChecksum": "MzFiZDFiMzc4OGI0NzY3NWIwOGNkNmI5MGViYjIwYTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78c80e4e-de17-419d-b5d3-dc055dc7b9e0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d40cba7a-c6e3-4f6f-992c-7773fa9574af", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4", "generatedFromUUID": "d40cba7a-c6e3-4f6f-992c-7773fa9574af" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardSlliwm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "artifactChecksum": "NDhlYjZlNzc0OTU2ZTkwZTUxOWZmZjY5Nzc1M2U5Mzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04ae4fcb-27f2-4105-adac-600432154900" } ], "workloadContext": "Production" } 2022-10-13T06:06:46.302Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:06:46.303Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 ASDC 2022-10-13T06:06:46.305Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 ServiceName:basic_onboard_sLLIwm ServiceVersion:1.0 ServiceUUID:ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 ServiceInvariantUUID:88137ea1-d82b-474a-b1d5-1b60233d01df ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardSlliwm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar ArtifactUUID:04ae4fcb-27f2-4105-adac-600432154900 ArtifactChecksum:NDhlYjZlNzc0OTU2ZTkwZTUxOWZmZjY5Nzc1M2U5Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_sLLIwm 0 ResourceCustomizationUUID:f449c428-8bd3-48a0-9d9e-a82107eeb1ef ResourceInvariantUUID:46c81b96-d48b-4827-b626-86851ddfa099 ResourceName:basic_onboard_sLLIwm ResourceType:VF ResourceUUID:4f24a005-4b0d-44a3-b42c-5a8166579161 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_slliwm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json ArtifactUUID:78c80e4e-de17-419d-b5d3-dc055dc7b9e0 ArtifactChecksum:MzFiZDFiMzc4OGI0NzY3NWIwOGNkNmI5MGViYjIwYTQ= 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/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml ArtifactUUID:d40cba7a-c6e3-4f6f-992c-7773fa9574af 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/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env ArtifactUUID:3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 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/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env ArtifactUUID:3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-13T06:06:46.305Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 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-10-13T06:06:46.378Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:06:46.379Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-13T06:06:46.379Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-13T06:06:46.380Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04ae4fcb-27f2-4105-adac-600432154900 from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:46.380Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:06:46.381Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:46.471Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:06:46.475Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar 04ae4fcb-27f2-4105-adac-600432154900 75291 2022-10-13T06:06:46.476Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar ASDC sendASDCNotification 2022-10-13T06:06:46.476Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:46.476Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:06:46.477Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:46.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:46.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641206476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:06:46.579Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:46.580Z||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-10-13T06:06:46.581Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:46.593Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:46.594Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:47.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:06:47.480Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-13T06:06:47.481Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 04ae4fcb-27f2-4105-adac-600432154900, URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar to file: /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:47.481Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:47.482Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:47.482Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:47.635Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9283235959568107697/Definitions/service-BasicOnboardSlliwm-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-10-13T06:06:49.147Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:06:49.148Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-13T06:06:49.148Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.149Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-13T06:06:49.149Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.149Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sLLIwm 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-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:49.152Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:49.152Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-13T06:06:49.153Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:06:49.153Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.153Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.155Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:49.155Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.155Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is not matching search criteria 2022-10-13T06:06:49.156Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-13T06:06:49.156Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-13T06:06:49.156Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-13T06:06:49.157Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-13T06:06:49.157Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-13T06:06:49.157Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.158Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:06:49.158Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.158Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:49.159Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:06:49.159Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.159Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:49.160Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:06:49.160Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.160Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:49.161Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:06:49.161Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.161Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is not matching search criteria 2022-10-13T06:06:49.162Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-13T06:06:49.162Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-13T06:06:49.162Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8098415-eaa5-455d-bfe8-e067fd756838 2022-10-13T06:06:49.163Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.163Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:49.163Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:49.165Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:49.165Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_sLLIwm Description:service Model UUID:ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 Model Version:NULL Model InvariantUuid:88137ea1-d82b-474a-b1d5-1b60233d01df Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_sLLIwm Model UUID:daa3a7e6-be9e-4ea7-8877-b13475d69e03 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:46c81b96-d48b-4827-b626-86851ddfa099 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f449c428-8bd3-48a0-9d9e-a82107eeb1ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:788ca963-00ad-4d56-b602-5c51bc444536 ModelName:BasicOnboardSlliwm..base_ubuntu18..module-0 ModelUuid:7430611e-43a4-488c-b4ac-b10572505351 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e8098415-eaa5-455d-bfe8-e067fd756838 ModelInvariantUuid:371002bd-51b3-4e54-af5d-b80b9980b962 ModelName:basic_onboard_sLLIwm-nodes.ubuntu18Cvfc ModelUuid:9d9b41c8-4679-4cde-b487-6065bb24fffb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b161b392-7096-4962-9664-a1a0911efef4 ModelInvariantUuid:d5dd97aa-b525-462f-aedb-9dc41176d9b4 ModelName:BasicOnboardSlliwm.compute.nodes.heat.ubuntu18 ModelUuid:8ad23243-4c4c-4d91-bed0-c1d6acb6f7c3 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-10-13T06:06:49.173Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f24a005-4b0d-44a3-b42c-5a8166579161 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-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||basic_onboard_sLLIwm 0 2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f24a005-4b0d-44a3-b42c-5a8166579161 2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78c80e4e-de17-419d-b5d3-dc055dc7b9e0 from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json 2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json 2022-10-13T06:06:49.216Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:06:49.216Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json 78c80e4e-de17-419d-b5d3-dc055dc7b9e0 798 2022-10-13T06:06:49.217Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json ASDC sendASDCNotification 2022-10-13T06:06:49.217Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json 2022-10-13T06:06:49.217Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:06:49.218Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:49.220Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:49.220Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641209217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:06:49.320Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:49.321Z||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-10-13T06:06:49.322Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:49.360Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:49.361Z||pool-27-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:50.221Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSlliwm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "788ca963-00ad-4d56-b602-5c51bc444536", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7430611e-43a4-488c-b4ac-b10572505351", "vfModuleModelCustomizationUUID": "97292b8b-f4b7-48fd-96d7-59307288ef38", "isBase": true, "artifacts": [ "d40cba7a-c6e3-4f6f-992c-7773fa9574af", "3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4" ], "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-10-13T06:06:50.225Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSlliwm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7430611e-43a4-488c-b4ac-b10572505351 VfModuleModelInvariantUUID:788ca963-00ad-4d56-b602-5c51bc444536 VfModuleModelDescription:NULL Artifacts UUID List:{ d40cba7a-c6e3-4f6f-992c-7773fa9574af , 3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 } 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-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSlliwm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "788ca963-00ad-4d56-b602-5c51bc444536", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7430611e-43a4-488c-b4ac-b10572505351", "vfModuleModelCustomizationUUID": "97292b8b-f4b7-48fd-96d7-59307288ef38", "isBase": true, "artifacts": [ "d40cba7a-c6e3-4f6f-992c-7773fa9574af", "3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4" ], "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-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSlliwm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7430611e-43a4-488c-b4ac-b10572505351 VfModuleModelInvariantUUID:788ca963-00ad-4d56-b602-5c51bc444536 VfModuleModelDescription:NULL Artifacts UUID List:{ d40cba7a-c6e3-4f6f-992c-7773fa9574af , 3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 } 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-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d40cba7a-c6e3-4f6f-992c-7773fa9574af from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml 2022-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:06:50.229Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml 2022-10-13T06:06:50.264Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml d40cba7a-c6e3-4f6f-992c-7773fa9574af 5033 2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml 2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:06:50.266Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:50.267Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:50.268Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641210265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:06:50.368Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:50.369Z||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-10-13T06:06:50.369Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:50.382Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:50.383Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:06:51.268Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env 2022-10-13T06:06:51.269Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-13T06:06:51.269Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env 2022-10-13T06:06:51.307Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-13T06:06:51.308Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env 3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 909 2022-10-13T06:06:51.309Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-13T06:06:51.309Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env 2022-10-13T06:06:51.310Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:06:51.310Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:51.312Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:51.312Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641211309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:06:51.412Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:06:51.414Z||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-10-13T06:06:51.414Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:51.424Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:51.425Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:52.314Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 2022-10-13T06:06:52.314Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sLLIwm 0 4f24a005-4b0d-44a3-b42c-5a8166579161 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-10-13T06:06:52.330Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5da55686, org.onap.sdc.toscaparser.api.parameters.Input@47a0e370, org.onap.sdc.toscaparser.api.parameters.Input@2b943c0b, org.onap.sdc.toscaparser.api.parameters.Input@674e5f25, org.onap.sdc.toscaparser.api.parameters.Input@1028242c] 2022-10-13T06:06:52.331Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.331Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f449c428-8bd3-48a0-9d9e-a82107eeb1ef 2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f449c428-8bd3-48a0-9d9e-a82107eeb1ef matches Tosca VF Customization UUID: f449c428-8bd3-48a0-9d9e-a82107eeb1ef 2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f449c428-8bd3-48a0-9d9e-a82107eeb1ef 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-10-13T06:06:52.335Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.335Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f449c428-8bd3-48a0-9d9e-a82107eeb1ef: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f0f3f58 2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:06:52.337Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97292b8b-f4b7-48fd-96d7-59307288ef38 2022-10-13T06:06:52.337Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97292b8b-f4b7-48fd-96d7-59307288ef38 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-10-13T06:06:52.339Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.339Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:52.339Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is not matching search criteria 2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8098415-eaa5-455d-bfe8-e067fd756838 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-10-13T06:06:52.343Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria 2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=f449c428-8bd3-48a0-9d9e-a82107eeb1ef 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-10-13T06:06:52.346Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.346Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ff8ed96d-aff9-4c98-bc77-5ea00a4efb91: basic_onboard_sLLIwm 2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:06:52.349Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:06:52.349Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_sLLIwm 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-10-13T06:06:52.439Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sLLIwm 4f24a005-4b0d-44a3-b42c-5a8166579161 1 ASDC deployResourceStructure 2022-10-13T06:06:52.440Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json ASDC sendASDCNotification 2022-10-13T06:06:52.440Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json 2022-10-13T06:06:52.440Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:06:52.441Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:52.443Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:52.444Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641212440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:06:52.544Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:52.545Z||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-10-13T06:06:52.545Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:52.557Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:52.558Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:53.445Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-13T06:06:53.445Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml 2022-10-13T06:06:53.445Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:06:53.446Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:53.448Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:53.448Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641213445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:06:53.548Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:06:53.549Z||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-10-13T06:06:53.549Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:53.565Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:53.566Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:06:54.449Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-13T06:06:54.450Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env 2022-10-13T06:06:54.450Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:06:54.450Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:54.453Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:54.453Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641214449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-13T06:06:54.553Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:06:54.555Z||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-10-13T06:06:54.555Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:54.569Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:54.570Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:55.456Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar ASDC sendASDCNotification 2022-10-13T06:06:55.457Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar 2022-10-13T06:06:55.457Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:06:55.458Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:06:55.461Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:06:55.461Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641215456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:06:55.560Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:06:55.562Z||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-10-13T06:06:55.562Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:06:55.574Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:06:55.574Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:06:56.462Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:06:56.475Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:06:56.478Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:06:56.478Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:06:56.478Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:07:26.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:07:26.492Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:07:26.495Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:07:26.496Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:07:26.496Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:07:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:07:29.533Z||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-10-13T06:07:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:07:29.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:07:29.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:07:29.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641129323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:07:29.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:07:56.497Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:07:56.510Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:07:56.514Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:07:56.515Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:07:56.515Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:08:26.516Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:08:26.531Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:08:26.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:08:26.534Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:08:26.534Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:08:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:08:29.533Z||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-10-13T06:08:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:08:29.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:08:29.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:08:29.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641126533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:08:29.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "NOTIFIED" } 2022-10-13T06:08:29.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641126533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:08:29.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641131334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:08:29.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-13T06:08:29.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641126533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:08:29.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "clamp", "timestamp": 1665641132339, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:08:29.570Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 2022-10-13T06:08:29.570Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:08:29.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:08:29.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641126533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:08:29.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641133422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:08:29.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-13T06:08:29.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641126533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:08:29.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "aai-ml", "timestamp": 1665641134426, "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-10-13T06:08:29.592Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 2022-10-13T06:08:29.592Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:08:29.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641134311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641137571, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641136639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:08:29.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641137648, "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-10-13T06:08:29.607Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 2022-10-13T06:08:29.608Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:08:29.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641143636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:08:29.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641144718, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:08:29.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641145789, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:08:29.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641147169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:08:29.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641148173, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:08:29.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641149178, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-13T06:08:29.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:29.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:08:29.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641150183, "artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:08:29.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:08:56.534Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:08:56.547Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:08:56.553Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:08:56.553Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:08:56.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:09:26.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:09:26.566Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 and serviceModelVersionId: ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 2022-10-13T06:09:26.566Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88137ea1-d82b-474a-b1d5-1b60233d01df 2022-10-13T06:09:26.567Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0 2022-10-13T06:09:26.571Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:09:26.628Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|INFO|500||Invoke 2022-10-13T06:09:26.629Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ef69768-ea88-4b2c-bb49-b80bbe4e07f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8eb5a8da-84b4-4cc3-b650-0fda2acaaa9a], X-ECOMP-RequestID=[7ef69768-ea88-4b2c-bb49-b80bbe4e07f9], X-TransactionId=[], X-ONAP-RequestID=[7ef69768-ea88-4b2c-bb49-b80bbe4e07f9], Content-Type=[application/merge-patch+json]} 2022-10-13T06:09:26.657Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:09:26.757Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?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/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221013-06:09:26:665-9626], vertex-id=[151624], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:09:26 GMT], Content-Type=[application/json]} 2022-10-13T06:09:26.758Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:09:26.759Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|INFO|500||InvokeReturn 2022-10-13T06:09:26.759Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:09:26.762Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-13T06:09:26.775Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-13T06:09:26.775Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:09:26.776Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:09:26.776Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:09:26.778Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:09:26.778Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641366775, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:09:26.879Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:09:26.880Z||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-10-13T06:09:26.880Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:09:26.892Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:09:26.893Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-13T06:09:27.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:09:27.794Z||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-10-13T06:09:27.795Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:09:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:09:29.533Z||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-10-13T06:09:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:09:29.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:09:29.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641198233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:09:29.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:09:29.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:09:29.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:09:29.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-13T06:09:29.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641129529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:09:29.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641206476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:09:29.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641209217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641210265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641211309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641212440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641213445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641214449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:09:29.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641215456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:09:29.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:09:38.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:09:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:09:38.093Z||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-10-13T06:09:38.093Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:09:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:09:47.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:09:47.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:09:47.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:09:57.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:09:57.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:09:57.175Z||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-10-13T06:09:57.175Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:10:06.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:10:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:10:29.530Z||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-10-13T06:10:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:10:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:10:29.532Z||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-10-13T06:10:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:10:30.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:10:30.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-13T06:10:30.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641366775, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:10:30.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:10:39.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:11:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:11:29.530Z||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-10-13T06:11:29.531Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:11:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:11:29.532Z||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-10-13T06:11:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:11:39.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:11:39.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:12:29.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:12:29.531Z||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-10-13T06:12:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:12:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:12:29.532Z||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-10-13T06:12:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:12:39.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:12:39.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:13:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:13:29.530Z||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-10-13T06:13:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:13:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:13:29.533Z||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-10-13T06:13:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:13:39.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:13:39.085Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:14:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:14:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:14:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:14:29.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:14:29.534Z||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-10-13T06:14:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:14:39.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:14:39.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:15:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:15:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:15:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:15:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:15:29.533Z||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-10-13T06:15:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:15:39.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:15:39.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:16:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:16:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:16:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:16:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:16:29.532Z||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-10-13T06:16:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:16:39.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:16:39.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:17:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:17:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:17:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:17:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:17:29.533Z||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-10-13T06:17:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:17:39.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:17:39.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:18:29.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:18:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:18:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:18:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:18:29.532Z||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-10-13T06:18:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:18:29.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:18:29.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "cds", "timestamp": 1665641869615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "aai-ml", "timestamp": 1665641867982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "multicloud-k8s-id", "timestamp": 1665641874680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "aai-ml", "timestamp": 1665641867982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "cds", "timestamp": 1665641869615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "multicloud-k8s-id", "timestamp": 1665641874680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "cds", "timestamp": 1665641877394, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:18:29.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "aai-ml", "timestamp": 1665641877429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:18:29.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641876534, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "cds", "timestamp": 1665641878402, "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-10-13T06:18:29.812Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c 2022-10-13T06:18:29.812Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:18:29.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641876534, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641879292, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:18:29.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641881023, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:18:29.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "aai-ml", "timestamp": 1665641882419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:18:29.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641882027, "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-10-13T06:18:29.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c 2022-10-13T06:18:29.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:18:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "ves-openapi-manager", "timestamp": 1665641882728, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "aai-ml", "timestamp": 1665641883422, "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-10-13T06:18:29.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c 2022-10-13T06:18:29.849Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:18:29.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "ves-openapi-manager", "timestamp": 1665641882728, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "clamp", "timestamp": 1665641888737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "clamp", "timestamp": 1665641888737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "clamp", "timestamp": 1665641899448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:18:29.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "clamp", "timestamp": 1665641901457, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:18:29.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "clamp", "timestamp": 1665641902461, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:18:29.881Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c 2022-10-13T06:18:29.881Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:18:29.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "multicloud-k8s-id", "timestamp": 1665641894680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641897981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641906693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:18:29.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641899615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:29.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:29.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:29.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641908358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:18:29.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:18:29.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:18:29.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-13T06:18:29.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:18:30.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:18:30.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:18:30.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"299a40f3-e36d-4576-bd38-3b1cbed0780c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5f745bf6-47f5-48f7-aa6d-fd11dc7808bf","serviceDescription":"service","serviceInvariantUUID":"1ad332ad-3d58-4150-8b8f-e7284d1a07ae","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9d79b649-19d8-408a-9aa7-29c94f99216e","resourceInvariantUUID":"1384ab55-ad23-4630-8e8f-4293b8be6b4a","resourceCustomizationUUID":"bb776d1b-90d7-4279-bc33-2552e57dd3d1","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":"ZTFlNjJlZDQyZDRlOTQwMmQxODllNjA1YjRjZTJjNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88e00d72-788e-4698-a71d-b593e310ac48","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGViY2FmNzZhYWEzMzk3ODBlYTg5ZjRmZDQzNzhjNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60077da5-307d-4298-92ac-ba642b1a45d4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:18:30.168Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:18:30.168Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:18:30.172Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:18:30.172Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:18:30.272Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:18:30.273Z||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-10-13T06:18:30.273Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:18:30.283Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:18:30.283Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:18:31.173Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:18:31.175Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:18:31.177Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:18:31.177Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:18:31.277Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:18:31.279Z||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-10-13T06:18:31.279Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:18:31.297Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:18:31.298Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:18:32.179Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "5f745bf6-47f5-48f7-aa6d-fd11dc7808bf", "serviceDescription": "service", "serviceInvariantUUID": "1ad332ad-3d58-4150-8b8f-e7284d1a07ae", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bb776d1b-90d7-4279-bc33-2552e57dd3d1", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9d79b649-19d8-408a-9aa7-29c94f99216e", "resourceInvariantUUID": "1384ab55-ad23-4630-8e8f-4293b8be6b4a", "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": "MGViY2FmNzZhYWEzMzk3ODBlYTg5ZjRmZDQzNzhjNzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60077da5-307d-4298-92ac-ba642b1a45d4" } ], "workloadContext": "Production" } 2022-10-13T06:18:32.179Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:18:32.180Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf ASDC 2022-10-13T06:18:32.180Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:299a40f3-e36d-4576-bd38-3b1cbed0780c ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:5f745bf6-47f5-48f7-aa6d-fd11dc7808bf ServiceInvariantUUID:1ad332ad-3d58-4150-8b8f-e7284d1a07ae 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:60077da5-307d-4298-92ac-ba642b1a45d4 ArtifactChecksum:MGViY2FmNzZhYWEzMzk3ODBlYTg5ZjRmZDQzNzhjNzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bb776d1b-90d7-4279-bc33-2552e57dd3d1 ResourceInvariantUUID:1384ab55-ad23-4630-8e8f-4293b8be6b4a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9d79b649-19d8-408a-9aa7-29c94f99216e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-13T06:18:32.180Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf 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-10-13T06:18:32.211Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:18:32.212Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:18:32.212Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:18:32.212Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 60077da5-307d-4298-92ac-ba642b1a45d4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-13T06:18:32.213Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:18:32.213Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-13T06:18:32.276Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 60077da5-307d-4298-92ac-ba642b1a45d4 57657 2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:18:32.281Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:18:32.283Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:18:32.283Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641912280, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:18:32.383Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:18:32.384Z||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-10-13T06:18:32.385Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:18:32.398Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:18:32.399Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:18:33.283Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:18:33.285Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:18:33.285Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 60077da5-307d-4298-92ac-ba642b1a45d4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.285Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-13T06:18:33.286Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.286Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.481Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10359762017682989568/Definitions/service-BasicNetwork-template.yml 2022-10-13T06:18:33.988Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:18:33.989Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:18:33.989Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:33.996Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:33.996Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:5f745bf6-47f5-48f7-aa6d-fd11dc7808bf Model Version:NULL Model InvariantUuid:1ad332ad-3d58-4150-8b8f-e7284d1a07ae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1384ab55-ad23-4630-8e8f-4293b8be6b4a Model UUID:8bee3a0d-5285-4409-a130-6184fab70f45 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bb776d1b-90d7-4279-bc33-2552e57dd3d1 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-10-13T06:18:34.002Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 9d79b649-19d8-408a-9aa7-29c94f99216e 2022-10-13T06:18:34.002Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||No resources found for Service: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf 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-10-13T06:18:34.007Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500|| 2022-10-13T06:18:34.008Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf 2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf 2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-13T06:18:34.015Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1467204, org.onap.sdc.toscaparser.api.parameters.Input@2bbcb16a, org.onap.sdc.toscaparser.api.parameters.Input@5e9bc374, org.onap.sdc.toscaparser.api.parameters.Input@5e685488, org.onap.sdc.toscaparser.api.parameters.Input@6c0cdb13] 2022-10-13T06:18:34.017Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:34.018Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:34.018Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:34.018Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf: Generic NeutronNet 2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:34.020Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-10-13T06:18:34.048Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:34.048Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:18:34.050Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-13T06:18:34.097Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-13T06:18:34.097Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-13T06:18:34.098Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-13T06:18:34.098Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:18:34.098Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:18:34.100Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:18:34.100Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641914097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:18:34.201Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:18:34.202Z||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-10-13T06:18:34.202Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:18:34.213Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:18:34.214Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:18:35.101Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:18:35.114Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:18:35.123Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:19:05.123Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:19:05.132Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c and serviceModelVersionId: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf 2022-10-13T06:19:05.132Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ad332ad-3d58-4150-8b8f-e7284d1a07ae 2022-10-13T06:19:05.133Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0 2022-10-13T06:19:05.140Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:19:05.206Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|INFO|500||Invoke 2022-10-13T06:19:05.207Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[299a40f3-e36d-4576-bd38-3b1cbed0780c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[428b72eb-f0fa-4f8f-a86b-a9c1ed368544], X-ECOMP-RequestID=[299a40f3-e36d-4576-bd38-3b1cbed0780c], X-TransactionId=[], X-ONAP-RequestID=[299a40f3-e36d-4576-bd38-3b1cbed0780c], Content-Type=[application/merge-patch+json]} 2022-10-13T06:19:05.261Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:19:05.374Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?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/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221013-06:19:05:274-45588], vertex-id=[172072], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:19:05 GMT], Content-Type=[application/json]} 2022-10-13T06:19:05.375Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:19:05.379Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|INFO|500||InvokeReturn 2022-10-13T06:19:05.381Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:19:05.381Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:19:05.391Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-13T06:19:05.391Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 299a40f3-e36d-4576-bd38-3b1cbed0780c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:19:05.392Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:19:05.393Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:05.396Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:05.396Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641945391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:19:05.502Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-10-13T06:19:05.502Z||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-10-13T06:19:05.502Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:05.517Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:05.518Z||pool-39-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-10-13T06:19:06.411Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:19:06.411Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6833d3b-a887-45b2-a05f-019c816db5df","serviceName":"Demo_pNF_sU7SuSifOutCVZwyCQ54","serviceVersion":"1.0","serviceUUID":"34ced8c1-9f19-4403-b97c-b70580867596","serviceDescription":"catalog service description","serviceInvariantUUID":"20721211-1e23-4c6c-87c7-4f0a473c3e16","resources":[{"resourceInstanceName":"pNF 71bc630b-0e4b 0","resourceName":"pNF 71bc630b-0e4b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c69c63c5-0e05-472b-8f58-b0879f48e9f3","resourceInvariantUUID":"a591873e-e7d5-4523-951e-a748f69b0370","resourceCustomizationUUID":"da55488d-4a40-4989-8e33-b888448b62b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml","artifactChecksum":"MzM1OTJiMjVlMGVhMjZkMGM3YTg5YmE4NWViZmIxY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9932fdaa-c2d2-46ba-bf2d-7d5272e2304f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar","artifactChecksum":"ZmViODZhZGIyYjE1OTZiZGU0N2E0ZTg4YzI4Mzc1MDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49d57618-1a8d-4033-863a-c966da9c03ea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8b6abfe-8193-4e0f-8905-b54ecb996bd8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZThiYmJhMzBlMWIyNWMwODIyYWQ2Zjg1M2ZmNTg4YzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a335c8f-dfbd-4e7c-b9d1-44354cf70bca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a454831-bc6e-49f4-95ec-11791a383546","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e6fc2e-390e-4ed3-9a0c-fea8bf97e91a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSu7susifoutcvzwycq54-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml","artifactChecksum":"ZGE1MjJjYTMyMzM2ZWE4NGRmNWYxNDc5OTExNmQ3MjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2448b4a3-3068-443e-ae89-63d823b0ceaf","artifactVersion":"1"},{"artifactName":"service-DemoPnfSu7susifoutcvzwycq54-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar","artifactChecksum":"NDI1MzZiNDYyMWZhOGY5ZjM0ZDFhYTQ1MjhiYTI0N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ada6b68c-113a-4a91-90b8-fb701288250a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:19:06.413Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:06.413Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:06.416Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:06.416Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:06.516Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:06.517Z||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-10-13T06:19:06.518Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:06.529Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:06.530Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:19:07.417Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:07.418Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:07.420Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:07.420Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:07.520Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:07.521Z||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-10-13T06:19:07.521Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:07.533Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:07.533Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:19:08.429Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:08.430Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:08.432Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:08.432Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:08.533Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:08.534Z||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-10-13T06:19:08.534Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:08.547Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:08.548Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:19:09.433Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:09.434Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:09.436Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:09.437Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:09.537Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:09.538Z||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-10-13T06:19:09.538Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:09.548Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:09.549Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:19:10.437Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:10.439Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:10.440Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:10.440Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:10.541Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:10.542Z||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-10-13T06:19:10.542Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:10.553Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:10.554Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:19:11.441Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:11.442Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:11.444Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:11.444Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:11.544Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:11.545Z||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-10-13T06:19:11.545Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:11.569Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:11.569Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:19:12.444Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:12.445Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:12.449Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:12.449Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:12.549Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:12.550Z||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-10-13T06:19:12.550Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:12.562Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:12.562Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:19:13.451Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:19:13.452Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:13.454Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:13.454Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:19:13.554Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:13.555Z||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-10-13T06:19:13.555Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:13.568Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:13.569Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:19:14.455Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "serviceName": "Demo_pNF_sU7SuSifOutCVZwyCQ54", "serviceVersion": "1.0", "serviceUUID": "34ced8c1-9f19-4403-b97c-b70580867596", "serviceDescription": "catalog service description", "serviceInvariantUUID": "20721211-1e23-4c6c-87c7-4f0a473c3e16", "resources": [ { "resourceInstanceName": "pNF 71bc630b-0e4b 0", "resourceCustomizationUUID": "da55488d-4a40-4989-8e33-b888448b62b4", "resourceName": "pNF 71bc630b-0e4b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c69c63c5-0e05-472b-8f58-b0879f48e9f3", "resourceInvariantUUID": "a591873e-e7d5-4523-951e-a748f69b0370", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "artifactChecksum": "NDI1MzZiNDYyMWZhOGY5ZjM0ZDFhYTQ1MjhiYTI0N2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ada6b68c-113a-4a91-90b8-fb701288250a" } ], "workloadContext": "Production" } 2022-10-13T06:19:14.455Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:19:14.456Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ced8c1-9f19-4403-b97c-b70580867596 ASDC 2022-10-13T06:19:14.456Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c6833d3b-a887-45b2-a05f-019c816db5df ServiceName:Demo_pNF_sU7SuSifOutCVZwyCQ54 ServiceVersion:1.0 ServiceUUID:34ced8c1-9f19-4403-b97c-b70580867596 ServiceInvariantUUID:20721211-1e23-4c6c-87c7-4f0a473c3e16 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfSu7susifoutcvzwycq54-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar ArtifactUUID:ada6b68c-113a-4a91-90b8-fb701288250a ArtifactChecksum:NDI1MzZiNDYyMWZhOGY5ZjM0ZDFhYTQ1MjhiYTI0N2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 71bc630b-0e4b 0 ResourceCustomizationUUID:da55488d-4a40-4989-8e33-b888448b62b4 ResourceInvariantUUID:a591873e-e7d5-4523-951e-a748f69b0370 ResourceName:pNF 71bc630b-0e4b ResourceType:PNF ResourceUUID:c69c63c5-0e05-472b-8f58-b0879f48e9f3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-13T06:19:14.456Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ced8c1-9f19-4403-b97c-b70580867596 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-10-13T06:19:14.485Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:19:14.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:19:14.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:19:14.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ada6b68c-113a-4a91-90b8-fb701288250a from URL: /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:14.487Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:19:14.487Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:14.553Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:19:14.558Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar ada6b68c-113a-4a91-90b8-fb701288250a 87785 2022-10-13T06:19:14.559Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar ASDC sendASDCNotification 2022-10-13T06:19:14.559Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:14.559Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:19:14.560Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:14.562Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:14.563Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641954559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:19:14.666Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-10-13T06:19:14.667Z||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-10-13T06:19:14.667Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:14.681Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:14.682Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:19:15.563Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:19:15.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:19:15.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ada6b68c-113a-4a91-90b8-fb701288250a, URL: /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar to file: /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:15.567Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:15.567Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:15.567Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:15.671Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10144109709903166179/Definitions/service-DemoPnfSu7susifoutcvzwycq54-template.yml 2022-10-13T06:19:16.470Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 71bc630b-0e4b 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-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Node template pNF 71bc630b-0e4b 0 is matching search criteria 2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 71bc630b-0e4b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Node template pNF 71bc630b-0e4b 0 is matching search criteria 2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 71bc630b-0e4b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_sU7SuSifOutCVZwyCQ54 Description:catalog service description Model UUID:34ced8c1-9f19-4403-b97c-b70580867596 Model Version:NULL Model InvariantUuid:20721211-1e23-4c6c-87c7-4f0a473c3e16 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-10-13T06:19:16.483Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: c69c63c5-0e05-472b-8f58-b0879f48e9f3 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-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||pNF 71bc630b-0e4b 0 2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c69c63c5-0e05-472b-8f58-b0879f48e9f3 2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 34ced8c1-9f19-4403-b97c-b70580867596 2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 34ced8c1-9f19-4403-b97c-b70580867596 2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 71bc630b-0e4b 0 c69c63c5-0e05-472b-8f58-b0879f48e9f3 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-10-13T06:19:16.491Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71c394ac, org.onap.sdc.toscaparser.api.parameters.Input@270904c6, org.onap.sdc.toscaparser.api.parameters.Input@6886bdea, org.onap.sdc.toscaparser.api.parameters.Input@39931f37, org.onap.sdc.toscaparser.api.parameters.Input@54989a5d] 2022-10-13T06:19:16.491Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 34ced8c1-9f19-4403-b97c-b70580867596: pNF 71bc630b-0e4b 2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Processing PNF resource: c69c63c5-0e05-472b-8f58-b0879f48e9f3 2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:19:16.493Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Resource customization UUID: da55488d-4a40-4989-8e33-b888448b62b4 is the same as notified resource customizationUUID: da55488d-4a40-4989-8e33-b888448b62b4 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-10-13T06:19:16.532Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 71bc630b-0e4b c69c63c5-0e05-472b-8f58-b0879f48e9f3 0 ASDC deployResourceStructure 2022-10-13T06:19:16.533Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar ASDC sendASDCNotification 2022-10-13T06:19:16.533Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar 2022-10-13T06:19:16.533Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:19:16.533Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:19:16.536Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:19:16.536Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641956533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:19:16.636Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:19:16.637Z||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-10-13T06:19:16.638Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:19:16.649Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:16.652Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:19:17.537Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:19:17.548Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:19:17.553Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:19:17.553Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:19:17.553Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:19:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:19:29.533Z||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-10-13T06:19:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:19:29.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:19:29.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:19:29.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:19:29.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:19:47.554Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:19:47.564Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:19:47.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:19:47.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:19:47.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:20:17.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:20:17.579Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:20:17.582Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:20:17.582Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:20:17.582Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:20:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:20:29.533Z||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-10-13T06:20:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:20:29.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:20:29.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:20:29.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "cds", "timestamp": 1665641909365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-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-10-13T06:20:29.572Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6833d3b-a887-45b2-a05f-019c816db5df 2022-10-13T06:20:29.572Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6833d3b-a887-45b2-a05f-019c816db5df 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-10-13T06:20:47.582Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:20:47.593Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:20:47.597Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:20:47.597Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:20:47.597Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:21:17.598Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:21:17.608Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:21:17.611Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:21:17.612Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:21:17.612Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:21:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:21:29.533Z||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-10-13T06:21:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:21:29.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:21:29.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641902728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641911512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641912280, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641912033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.570Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641912722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "aai-ml", "timestamp": 1665641913038, "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-10-13T06:21:29.580Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6833d3b-a887-45b2-a05f-019c816db5df 2022-10-13T06:21:29.580Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6833d3b-a887-45b2-a05f-019c816db5df 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-10-13T06:21:29.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641914097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "ves-openapi-manager", "timestamp": 1665641913727, "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-10-13T06:21:29.600Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c6833d3b-a887-45b2-a05f-019c816db5df 2022-10-13T06:21:29.600Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6833d3b-a887-45b2-a05f-019c816db5df 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-10-13T06:21:29.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641906532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641915282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641917134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641918138, "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-10-13T06:21:29.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6833d3b-a887-45b2-a05f-019c816db5df 2022-10-13T06:21:29.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6833d3b-a887-45b2-a05f-019c816db5df 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-10-13T06:21:29.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "ves-openapi-manager", "timestamp": 1665641922728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641914679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "ves-openapi-manager", "timestamp": 1665641922728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641914679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:21:29.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641918737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "ves-openapi-manager", "timestamp": 1665641922728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641914679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "ves-openapi-manager", "timestamp": 1665641922728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641914679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641927982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "ves-openapi-manager", "timestamp": 1665641922728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641914679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641927982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "ves-openapi-manager", "timestamp": 1665641922728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641914679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641929616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641927982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "ves-openapi-manager", "timestamp": 1665641922728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641914679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641929616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641927982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641931463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641929616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641927982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641929616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641932529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641933451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641927982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641929616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641933573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641927982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641929616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641935461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641934599, "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-10-13T06:21:29.681Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66d05487-996a-462b-ade8-b781e5e1d7de 2022-10-13T06:21:29.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66d05487-996a-462b-ade8-b781e5e1d7de 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-10-13T06:21:29.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641935702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641929616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "clamp", "timestamp": 1665641936465, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:21:29.704Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6833d3b-a887-45b2-a05f-019c816db5df 2022-10-13T06:21:29.704Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6833d3b-a887-45b2-a05f-019c816db5df and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:21:29.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "multicloud-k8s-id", "timestamp": 1665641935603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641937324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "cds", "timestamp": 1665641938376, "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-10-13T06:21:29.723Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66d05487-996a-462b-ade8-b781e5e1d7de 2022-10-13T06:21:29.723Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66d05487-996a-462b-ade8-b781e5e1d7de 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-10-13T06:21:29.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-13T06:21:29.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-13T06:21:29.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:21:29.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-13T06:21:29.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641943026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "aai-ml", "timestamp": 1665641944030, "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-10-13T06:21:29.751Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66d05487-996a-462b-ade8-b781e5e1d7de 2022-10-13T06:21:29.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66d05487-996a-462b-ade8-b781e5e1d7de 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-10-13T06:21:29.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-13T06:21:29.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641945391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:21:29.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641944303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641936612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641946356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641946687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641947405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641947692, "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-10-13T06:21:29.786Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66d05487-996a-462b-ade8-b781e5e1d7de 2022-10-13T06:21:29.787Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66d05487-996a-462b-ade8-b781e5e1d7de 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-10-13T06:21:29.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641948460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:21:29.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641949510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641950580, "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-10-13T06:21:29.828Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4be6572-f2ef-4083-a6eb-7d9895e1b406 2022-10-13T06:21:29.828Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4be6572-f2ef-4083-a6eb-7d9895e1b406 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-10-13T06:21:29.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "ves-openapi-manager", "timestamp": 1665641942728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "multicloud-k8s-id", "timestamp": 1665641951583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641909529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641944615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641954559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641954330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "cds", "timestamp": 1665641955335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:21:29.853Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4be6572-f2ef-4083-a6eb-7d9895e1b406 2022-10-13T06:21:29.854Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4be6572-f2ef-4083-a6eb-7d9895e1b406 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-10-13T06:21:29.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665641956533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641936535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641957851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641959455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641960191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641961465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:21:29.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665641961196, "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-10-13T06:21:29.883Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4be6572-f2ef-4083-a6eb-7d9895e1b406 2022-10-13T06:21:29.883Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4be6572-f2ef-4083-a6eb-7d9895e1b406 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-10-13T06:21:29.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "clamp", "timestamp": 1665641962469, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:21:29.908Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66d05487-996a-462b-ade8-b781e5e1d7de 2022-10-13T06:21:29.908Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66d05487-996a-462b-ade8-b781e5e1d7de and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:21:29.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:21:29.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641957981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641967702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:21:29.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:21:47.612Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:21:47.624Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:21:47.626Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:21:47.627Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:21:47.627Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:21:47.627Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:21:47.627Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:21:47.627Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:21:47.627Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:21:47.627Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:21:47.628Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:21:47.628Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:21:47.628Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:21:47.634Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:22:17.635Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6833d3b-a887-45b2-a05f-019c816db5df 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-10-13T06:22:17.642Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6833d3b-a887-45b2-a05f-019c816db5df and serviceModelVersionId: 34ced8c1-9f19-4403-b97c-b70580867596 2022-10-13T06:22:17.644Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20721211-1e23-4c6c-87c7-4f0a473c3e16 2022-10-13T06:22:17.645Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0 2022-10-13T06:22:17.650Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:22:17.705Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0|INFO|500||Invoke 2022-10-13T06:22:17.706Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6833d3b-a887-45b2-a05f-019c816db5df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[844d27a3-8467-488d-af05-03e2d402034d], X-ECOMP-RequestID=[c6833d3b-a887-45b2-a05f-019c816db5df], X-TransactionId=[], X-ONAP-RequestID=[c6833d3b-a887-45b2-a05f-019c816db5df], Content-Type=[application/merge-patch+json]} 2022-10-13T06:22:17.736Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:22:17.888Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?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/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221013-06:22:17:749-13416], vertex-id=[188432], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:22:17 GMT], Content-Type=[application/json]} 2022-10-13T06:22:17.889Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:22:17.889Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20721211-1e23-4c6c-87c7-4f0a473c3e16/model-vers/model-ver/34ced8c1-9f19-4403-b97c-b70580867596?depth=0|INFO|500||InvokeReturn 2022-10-13T06:22:17.890Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:22:17.890Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||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-10-13T06:22:17.898Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-13T06:22:17.898Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6833d3b-a887-45b2-a05f-019c816db5df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:22:17.899Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:22:17.900Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:17.903Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:17.903Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642137898, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:22:18.008Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-10-13T06:22:18.009Z||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-10-13T06:22:18.010Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:18.028Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:18.028Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-13T06:22:18.916Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:22:18.918Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:22:18.918Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:23.341Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:23.343Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:22:23.343Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"66d05487-996a-462b-ade8-b781e5e1d7de","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ddd2dd91-e087-431b-8993-3342ac551078","serviceDescription":"service","serviceInvariantUUID":"7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"878ec454-1ad8-44fb-9d44-99ec0bd8fd60","resourceInvariantUUID":"c12183d5-f591-47cf-a53d-cb720c99d6e2","resourceCustomizationUUID":"186dbdca-31a3-456a-b89d-d9ae1ccff203","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":"ZTk5ZDc1ZWIyYzlmYzFlMjhmMzBkMzliMzRlOTM4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0268528-f2d5-4465-975f-730fb0e2747b","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":"MWEwY2Q4MTFjOTQ0OTMyZjM3YjRmYWFhMzZlNjZhNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3fb97e8-b0c9-40a4-a04e-4f450c708e2f","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":"4bf84606-fba0-4566-8553-3ecbde9824e7","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":"e1bfe15f-5f83-4680-af14-11dd1bb471b5","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":"ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9","artifactVersion":"2","generatedFromUUID":"4bf84606-fba0-4566-8553-3ecbde9824e7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDg4ZjAyMTZkMTQ1OGIxYjJhOGU0MWU4OThlMTQ1ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd5b2729-537e-45a8-8a90-67700870e2d1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDE3MjM3NzcxMGI0ZjkxZWQxNTQ3NTZkNWNkMGY5ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eab4f8a8-2a6c-454a-9df8-dec103a8e43f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:22:23.347Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:22:23.347Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:23.350Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:23.350Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:22:23.451Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:23.452Z||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-10-13T06:22:23.452Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:23.470Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:23.471Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:24.351Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:22:24.352Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:24.354Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:24.355Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:22:24.455Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:24.456Z||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-10-13T06:22:24.456Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:24.468Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:24.469Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:25.356Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:22:25.357Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:25.360Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:25.360Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-13T06:22:25.461Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:25.462Z||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-10-13T06:22:25.462Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:25.474Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:25.474Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:22:26.361Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:22:26.362Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:26.364Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:26.364Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:22:26.471Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-10-13T06:22:26.472Z||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-10-13T06:22:26.472Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:26.484Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:26.484Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:27.366Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:22:27.367Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:27.370Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:27.370Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-13T06:22:27.470Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:27.471Z||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-10-13T06:22:27.471Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:27.484Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:27.484Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:28.371Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:22:28.372Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:28.374Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:28.375Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:22:28.475Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:28.476Z||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-10-13T06:22:28.477Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:28.491Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:28.492Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:29.377Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:22:29.378Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:29.382Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:29.382Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:22:29.481Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:22:29.482Z||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-10-13T06:22:29.483Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:29.495Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:29.496Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:22:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:22:29.533Z||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-10-13T06:22:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:22:29.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:29.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:22:29.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:22:29.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:22:29.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:22:29.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641948737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:22:29.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:22:29.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641975126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:22:29.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:22:29.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "aai-ml", "timestamp": 1665641976130, "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-10-13T06:22:29.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4be6572-f2ef-4083-a6eb-7d9895e1b406 2022-10-13T06:22:29.571Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4be6572-f2ef-4083-a6eb-7d9895e1b406 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-10-13T06:22:29.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641980459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:22:29.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:22:29.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641981476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:22:29.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:22:29.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:22:29.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "clamp", "timestamp": 1665641982480, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:22:29.585Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4be6572-f2ef-4083-a6eb-7d9895e1b406 2022-10-13T06:22:29.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4be6572-f2ef-4083-a6eb-7d9895e1b406 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:22:30.384Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ddd2dd91-e087-431b-8993-3342ac551078", "serviceDescription": "service", "serviceInvariantUUID": "7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "186dbdca-31a3-456a-b89d-d9ae1ccff203", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "878ec454-1ad8-44fb-9d44-99ec0bd8fd60", "resourceInvariantUUID": "c12183d5-f591-47cf-a53d-cb720c99d6e2", "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": "MWEwY2Q4MTFjOTQ0OTMyZjM3YjRmYWFhMzZlNjZhNzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3fb97e8-b0c9-40a4-a04e-4f450c708e2f", "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": "4bf84606-fba0-4566-8553-3ecbde9824e7", "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": "ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9", "generatedFromUUID": "4bf84606-fba0-4566-8553-3ecbde9824e7" }, "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": "ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NDE3MjM3NzcxMGI0ZjkxZWQxNTQ3NTZkNWNkMGY5ZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eab4f8a8-2a6c-454a-9df8-dec103a8e43f" } ], "workloadContext": "Production" } 2022-10-13T06:22:30.385Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:22:30.385Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ddd2dd91-e087-431b-8993-3342ac551078 ASDC 2022-10-13T06:22:30.386Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:66d05487-996a-462b-ade8-b781e5e1d7de ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ddd2dd91-e087-431b-8993-3342ac551078 ServiceInvariantUUID:7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf 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:eab4f8a8-2a6c-454a-9df8-dec103a8e43f ArtifactChecksum:NDE3MjM3NzcxMGI0ZjkxZWQxNTQ3NTZkNWNkMGY5ZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:186dbdca-31a3-456a-b89d-d9ae1ccff203 ResourceInvariantUUID:c12183d5-f591-47cf-a53d-cb720c99d6e2 ResourceName:basic_vm ResourceType:VF ResourceUUID:878ec454-1ad8-44fb-9d44-99ec0bd8fd60 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:d3fb97e8-b0c9-40a4-a04e-4f450c708e2f ArtifactChecksum:MWEwY2Q4MTFjOTQ0OTMyZjM3YjRmYWFhMzZlNjZhNzU= 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:4bf84606-fba0-4566-8553-3ecbde9824e7 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:ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9 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:ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-13T06:22:30.386Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddd2dd91-e087-431b-8993-3342ac551078 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-10-13T06:22:30.423Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:22:30.424Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:22:30.425Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:22:30.425Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eab4f8a8-2a6c-454a-9df8-dec103a8e43f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-13T06:22:30.425Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:22:30.426Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-13T06:22:30.539Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:22:30.543Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eab4f8a8-2a6c-454a-9df8-dec103a8e43f 74797 2022-10-13T06:22:30.543Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-13T06:22:30.544Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-13T06:22:30.544Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:22:30.544Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:30.546Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:30.547Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642150543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:22:30.647Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:30.648Z||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-10-13T06:22:30.648Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:30.659Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:30.660Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:31.547Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:22:31.548Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:22:31.549Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: eab4f8a8-2a6c-454a-9df8-dec103a8e43f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:31.549Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-13T06:22:31.550Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:31.550Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:31.745Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16087562891599905365/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-10-13T06:22:33.221Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:22:33.221Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:22:33.222Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.222Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-13T06:22:33.222Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.222Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.222Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.222Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.222Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.223Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.223Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-13T06:22:33.223Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:22:33.223Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.223Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:33.224Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:33.224Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:22:33.224Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:22:33.224Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.224Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:33.225Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:33.225Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:22:33.225Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:22:33.225Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.226Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:33.226Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.226Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-13T06:22:33.226Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-13T06:22:33.227Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-13T06:22:33.227Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-13T06:22:33.227Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-13T06:22:33.227Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-13T06:22:33.228Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.228Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:22:33.228Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.228Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:33.228Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:22:33.229Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.229Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:33.229Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:22:33.230Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.230Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:33.230Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:22:33.230Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.230Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-13T06:22:33.231Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-13T06:22:33.231Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-13T06:22:33.231Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=577d9124-f4a7-49ac-9b23-26210afc4e90 2022-10-13T06:22:33.232Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.232Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:33.232Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.232Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:33.233Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.233Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:33.233Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:33.233Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:33.234Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ddd2dd91-e087-431b-8993-3342ac551078 Model Version:NULL Model InvariantUuid:7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:9a5c4ee5-2901-40c4-b77a-ae753b369150 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c12183d5-f591-47cf-a53d-cb720c99d6e2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:186dbdca-31a3-456a-b89d-d9ae1ccff203 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c2df2b0f-3b21-4fa6-a440-c1fb65f8fc89 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a0274c3c-a966-49b6-880b-1c79d759fd23 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:577d9124-f4a7-49ac-9b23-26210afc4e90 ModelInvariantUuid:c9d8b086-caf7-441f-8374-28f61aafb72b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:994e89f0-f569-4e84-a195-9245a4d1c681 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:031074d5-fc56-42bf-871e-271fb9f52b4d ModelInvariantUuid:a1ab066c-ef73-4dbc-8a1c-8a1d2548f264 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1f746221-dd0d-4668-b25e-3b1b54a6b104 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-10-13T06:22:33.242Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 878ec454-1ad8-44fb-9d44-99ec0bd8fd60 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-10-13T06:22:33.246Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-10-13T06:22:33.247Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 878ec454-1ad8-44fb-9d44-99ec0bd8fd60 2022-10-13T06:22:33.247Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3fb97e8-b0c9-40a4-a04e-4f450c708e2f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-13T06:22:33.247Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:22:33.247Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-13T06:22:33.293Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:22:33.293Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d3fb97e8-b0c9-40a4-a04e-4f450c708e2f 787 2022-10-13T06:22:33.294Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-13T06:22:33.294Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-13T06:22:33.294Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:22:33.295Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:33.298Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:33.298Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642153294, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:22:33.398Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:33.399Z||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-10-13T06:22:33.399Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:33.410Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:33.410Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:34.299Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c2df2b0f-3b21-4fa6-a440-c1fb65f8fc89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0274c3c-a966-49b6-880b-1c79d759fd23", "vfModuleModelCustomizationUUID": "f0d8a876-2f03-45b8-8c98-97df95a0984d", "isBase": true, "artifacts": [ "4bf84606-fba0-4566-8553-3ecbde9824e7", "ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9" ], "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-10-13T06:22:34.305Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0274c3c-a966-49b6-880b-1c79d759fd23 VfModuleModelInvariantUUID:c2df2b0f-3b21-4fa6-a440-c1fb65f8fc89 VfModuleModelDescription:NULL Artifacts UUID List:{ 4bf84606-fba0-4566-8553-3ecbde9824e7 , ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9 } 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-10-13T06:22:34.308Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c2df2b0f-3b21-4fa6-a440-c1fb65f8fc89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0274c3c-a966-49b6-880b-1c79d759fd23", "vfModuleModelCustomizationUUID": "f0d8a876-2f03-45b8-8c98-97df95a0984d", "isBase": true, "artifacts": [ "4bf84606-fba0-4566-8553-3ecbde9824e7", "ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9" ], "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-10-13T06:22:34.309Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0274c3c-a966-49b6-880b-1c79d759fd23 VfModuleModelInvariantUUID:c2df2b0f-3b21-4fa6-a440-c1fb65f8fc89 VfModuleModelDescription:NULL Artifacts UUID List:{ 4bf84606-fba0-4566-8553-3ecbde9824e7 , ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9 } 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-10-13T06:22:34.309Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4bf84606-fba0-4566-8553-3ecbde9824e7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-13T06:22:34.310Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:22:34.310Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-13T06:22:34.351Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:22:34.352Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4bf84606-fba0-4566-8553-3ecbde9824e7 5033 2022-10-13T06:22:34.352Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-13T06:22:34.352Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-13T06:22:34.352Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:22:34.353Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:34.354Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:34.354Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642154352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:22:34.454Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:34.455Z||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-10-13T06:22:34.456Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:34.470Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:34.470Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:35.365Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-13T06:22:35.366Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:22:35.366Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-13T06:22:35.408Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:22:35.409Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ba3b8d6c-91e8-45c1-afe8-fab64e87e2d9 903 2022-10-13T06:22:35.409Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-13T06:22:35.409Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-13T06:22:35.410Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:22:35.410Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:35.413Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:35.413Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642155409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:22:35.513Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:35.514Z||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-10-13T06:22:35.514Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:35.526Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:35.527Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:22:36.414Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ddd2dd91-e087-431b-8993-3342ac551078 2022-10-13T06:22:36.415Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 878ec454-1ad8-44fb-9d44-99ec0bd8fd60 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-10-13T06:22:36.428Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a984226, org.onap.sdc.toscaparser.api.parameters.Input@34eec1ad, org.onap.sdc.toscaparser.api.parameters.Input@439e76a0, org.onap.sdc.toscaparser.api.parameters.Input@2addffb7, org.onap.sdc.toscaparser.api.parameters.Input@225c11b8] 2022-10-13T06:22:36.429Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.429Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.429Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-13T06:22:36.430Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 186dbdca-31a3-456a-b89d-d9ae1ccff203 2022-10-13T06:22:36.430Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 186dbdca-31a3-456a-b89d-d9ae1ccff203 matches Tosca VF Customization UUID: 186dbdca-31a3-456a-b89d-d9ae1ccff203 2022-10-13T06:22:36.430Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 186dbdca-31a3-456a-b89d-d9ae1ccff203 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-10-13T06:22:36.433Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.434Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.434Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 186dbdca-31a3-456a-b89d-d9ae1ccff203: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-13T06:22:36.435Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@150363c2 2022-10-13T06:22:36.435Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.435Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:22:36.435Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0d8a876-2f03-45b8-8c98-97df95a0984d 2022-10-13T06:22:36.436Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0d8a876-2f03-45b8-8c98-97df95a0984d 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-10-13T06:22:36.438Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.438Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:36.439Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:22:36.439Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.439Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:36.439Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:22:36.440Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.440Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-13T06:22:36.440Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-13T06:22:36.440Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-13T06:22:36.441Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=577d9124-f4a7-49ac-9b23-26210afc4e90 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-10-13T06:22:36.443Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.443Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:36.443Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:22:36.444Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.444Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-13T06:22:36.444Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=186dbdca-31a3-456a-b89d-d9ae1ccff203 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-10-13T06:22:36.446Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.446Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.446Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ddd2dd91-e087-431b-8993-3342ac551078: basic_vm 2022-10-13T06:22:36.446Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.447Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.447Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.449Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.449Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.449Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.450Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.450Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.450Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:22:36.450Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:22:36.450Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:22:36.533Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 878ec454-1ad8-44fb-9d44-99ec0bd8fd60 1 ASDC deployResourceStructure 2022-10-13T06:22:36.533Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-13T06:22:36.533Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-13T06:22:36.533Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:22:36.534Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:36.536Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:36.536Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642156533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:22:36.636Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:36.637Z||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-10-13T06:22:36.637Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:36.649Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:36.650Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:37.537Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-13T06:22:37.537Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-13T06:22:37.538Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:22:37.538Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:37.541Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:37.541Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642157537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:22:37.641Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:37.642Z||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-10-13T06:22:37.642Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:37.656Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:37.656Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:38.542Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-13T06:22:38.542Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-13T06:22:38.543Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:22:38.543Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:38.545Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:38.545Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642158542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-13T06:22:38.646Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:38.647Z||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-10-13T06:22:38.647Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:38.661Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:38.661Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:22:39.546Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-13T06:22:39.547Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-13T06:22:39.547Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:22:39.548Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:22:39.550Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:22:39.550Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642159546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:22:39.650Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:22:39.652Z||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-10-13T06:22:39.652Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:22:39.662Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:22:39.662Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:22:40.551Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66d05487-996a-462b-ade8-b781e5e1d7de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:22:40.564Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66d05487-996a-462b-ade8-b781e5e1d7de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:22:40.568Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:22:40.568Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:22:40.569Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:22:40.569Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:22:40.569Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:22:40.570Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:22:40.570Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:22:40.570Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:22:40.570Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:22:40.571Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:22:40.571Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:22:40.576Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:23:10.577Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66d05487-996a-462b-ade8-b781e5e1d7de 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-10-13T06:23:10.585Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66d05487-996a-462b-ade8-b781e5e1d7de and serviceModelVersionId: ddd2dd91-e087-431b-8993-3342ac551078 2022-10-13T06:23:10.585Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf 2022-10-13T06:23:10.586Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0 2022-10-13T06:23:10.593Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:23:10.657Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0|INFO|500||Invoke 2022-10-13T06:23:10.658Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66d05487-996a-462b-ade8-b781e5e1d7de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a452b80-16ff-4313-82c1-8822d183e07a], X-ECOMP-RequestID=[66d05487-996a-462b-ade8-b781e5e1d7de], X-TransactionId=[], X-ONAP-RequestID=[66d05487-996a-462b-ade8-b781e5e1d7de], Content-Type=[application/merge-patch+json]} 2022-10-13T06:23:10.681Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:23:10.772Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?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/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221013-06:23:10:689-54932], vertex-id=[209144], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:23:10 GMT], Content-Type=[application/json]} 2022-10-13T06:23:10.772Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:23:10.773Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cdfc2ef-561a-4313-8b70-c6f0a1edc5cf/model-vers/model-ver/ddd2dd91-e087-431b-8993-3342ac551078?depth=0|INFO|500||InvokeReturn 2022-10-13T06:23:10.773Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:23:10.773Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||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-10-13T06:23:10.779Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-13T06:23:10.779Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66d05487-996a-462b-ade8-b781e5e1d7de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:23:10.780Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:23:10.780Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:10.783Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:10.783Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642190780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:23:10.883Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:23:10.885Z||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-10-13T06:23:10.885Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:10.902Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:10.903Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 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-10-13T06:23:11.797Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-13T06:23:11.797Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4be6572-f2ef-4083-a6eb-7d9895e1b406","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d817ffaf-e4a0-4d69-9a3b-663826ae6f61","serviceDescription":"service","serviceInvariantUUID":"5d750b67-dbe9-492b-8b10-75db709cc921","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7043793-7ace-4159-b410-496b65c8385a","resourceInvariantUUID":"3ebd258a-7406-4330-8492-c07b88c6d251","resourceCustomizationUUID":"82f941fe-1c70-4456-bfe3-57fb1a263171","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":"ZmUxNDcwZjg0M2RiMDI5ZWIyZmJlYWE0ZmI5OWM5ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be4dc0a8-d817-4151-9a59-be1256087621","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":"1b2b4eed-be3a-467b-bc45-e57835c94432","artifactVersion":"2","generatedFromUUID":"373c50ac-1fba-472d-8f66-1ccf16f61413"},{"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":"373c50ac-1fba-472d-8f66-1ccf16f61413","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":"NTI0MGRlNTA3NWQzZWM1ZTk5ODEwOGE4OGQ2ZDI1M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6004ab5-d35a-48f4-bfd4-976f1bb164bd","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":"55ecb136-8208-472b-9ce9-1b1797dd746b","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":"e31c46b0-798b-4d66-8103-1309eed04000","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":"c96a2e6b-5f0c-4571-b988-50281b14bf2e","artifactVersion":"2","generatedFromUUID":"55ecb136-8208-472b-9ce9-1b1797dd746b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGQxM2ExODliZTFkZjExNGZjN2UzN2QzMzgyN2UwZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5bb0ea56-c4f2-44b1-88b2-baa2f7aa6aab","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDYyMzYzMWMzNzI3YWNhYzg0M2NhYjY0YzA3NzljMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cb68be9-021e-413b-94b7-5d8d6424fef5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:23:11.798Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:11.799Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:11.801Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:11.801Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:23:11.901Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:11.902Z||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-10-13T06:23:11.902Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:11.917Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:11.918Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:12.802Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:12.804Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:12.806Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:12.806Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-13T06:23:12.907Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:12.908Z||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-10-13T06:23:12.908Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:12.921Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:12.922Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:13.807Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:13.808Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:13.810Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:13.810Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-13T06:23:13.912Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-13T06:23:13.913Z||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-10-13T06:23:13.913Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:13.925Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:13.925Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:14.811Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:14.812Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:14.815Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:14.815Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:23:14.915Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:14.916Z||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-10-13T06:23:14.916Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:14.930Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:14.931Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:15.816Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:15.817Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:15.821Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:15.822Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-13T06:23:15.920Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-13T06:23:15.922Z||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-10-13T06:23:15.922Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:15.935Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:15.936Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:16.824Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:16.825Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:16.828Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:16.829Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:23:16.929Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:16.930Z||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-10-13T06:23:16.930Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:16.943Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:16.943Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:17.830Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:17.831Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:17.834Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:17.834Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-13T06:23:17.934Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:17.937Z||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-10-13T06:23:17.937Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:17.950Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:17.951Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:18.835Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:18.836Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:18.840Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:18.840Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:23:18.940Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:18.941Z||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-10-13T06:23:18.942Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:18.955Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:18.956Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:19.840Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:23:19.841Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:19.843Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:19.843Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:23:19.944Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-13T06:23:19.945Z||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-10-13T06:23:19.945Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:19.958Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:19.958Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:23:20.844Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "d817ffaf-e4a0-4d69-9a3b-663826ae6f61", "serviceDescription": "service", "serviceInvariantUUID": "5d750b67-dbe9-492b-8b10-75db709cc921", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "82f941fe-1c70-4456-bfe3-57fb1a263171", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f7043793-7ace-4159-b410-496b65c8385a", "resourceInvariantUUID": "3ebd258a-7406-4330-8492-c07b88c6d251", "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": "1b2b4eed-be3a-467b-bc45-e57835c94432", "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": "373c50ac-1fba-472d-8f66-1ccf16f61413", "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": "NTI0MGRlNTA3NWQzZWM1ZTk5ODEwOGE4OGQ2ZDI1M2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6004ab5-d35a-48f4-bfd4-976f1bb164bd", "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": "55ecb136-8208-472b-9ce9-1b1797dd746b", "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": "c96a2e6b-5f0c-4571-b988-50281b14bf2e", "generatedFromUUID": "55ecb136-8208-472b-9ce9-1b1797dd746b" }, "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": "c96a2e6b-5f0c-4571-b988-50281b14bf2e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDYyMzYzMWMzNzI3YWNhYzg0M2NhYjY0YzA3NzljMTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8cb68be9-021e-413b-94b7-5d8d6424fef5" } ], "workloadContext": "Production" } 2022-10-13T06:23:20.845Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:23:20.846Z|66d05487-996a-462b-ade8-b781e5e1d7de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d817ffaf-e4a0-4d69-9a3b-663826ae6f61 ASDC 2022-10-13T06:23:20.847Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:a4be6572-f2ef-4083-a6eb-7d9895e1b406 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:d817ffaf-e4a0-4d69-9a3b-663826ae6f61 ServiceInvariantUUID:5d750b67-dbe9-492b-8b10-75db709cc921 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:8cb68be9-021e-413b-94b7-5d8d6424fef5 ArtifactChecksum:NDYyMzYzMWMzNzI3YWNhYzg0M2NhYjY0YzA3NzljMTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:82f941fe-1c70-4456-bfe3-57fb1a263171 ResourceInvariantUUID:3ebd258a-7406-4330-8492-c07b88c6d251 ResourceName:basic_cnf ResourceType:VF ResourceUUID:f7043793-7ace-4159-b410-496b65c8385a 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:1b2b4eed-be3a-467b-bc45-e57835c94432 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:373c50ac-1fba-472d-8f66-1ccf16f61413 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:f6004ab5-d35a-48f4-bfd4-976f1bb164bd ArtifactChecksum:NTI0MGRlNTA3NWQzZWM1ZTk5ODEwOGE4OGQ2ZDI1M2E= 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:55ecb136-8208-472b-9ce9-1b1797dd746b 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:c96a2e6b-5f0c-4571-b988-50281b14bf2e 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:c96a2e6b-5f0c-4571-b988-50281b14bf2e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-13T06:23:20.847Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d817ffaf-e4a0-4d69-9a3b-663826ae6f61 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-10-13T06:23:20.893Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:23:20.894Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:23:20.894Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:23:20.895Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8cb68be9-021e-413b-94b7-5d8d6424fef5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-13T06:23:20.895Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:23:20.895Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-13T06:23:20.999Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:23:21.003Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8cb68be9-021e-413b-94b7-5d8d6424fef5 73677 2022-10-13T06:23:21.004Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-13T06:23:21.004Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-13T06:23:21.004Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:23:21.004Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:21.006Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:21.006Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642201003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:23:21.106Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:23:21.107Z||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-10-13T06:23:21.107Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:21.121Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:21.122Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:22.007Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:23:22.009Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-13T06:23:22.009Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8cb68be9-021e-413b-94b7-5d8d6424fef5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:22.030Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-13T06:23:22.031Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:22.031Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:22.196Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2235008690341108329/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-10-13T06:23:24.075Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:23:24.076Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:23:24.076Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:24.076Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-13T06:23:24.077Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:24.077Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:24.077Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:24.077Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-13T06:23:24.077Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-13T06:23:24.078Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.078Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:24.078Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:24.079Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:23:24.079Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:23:24.079Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.080Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:24.080Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:24.080Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-13T06:23:24.080Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:23:24.080Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.081Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:24.081Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.081Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-13T06:23:24.082Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-13T06:23:24.082Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-13T06:23:24.082Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-13T06:23:24.083Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.083Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:23:24.083Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.084Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:24.084Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:23:24.084Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.085Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:24.085Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:23:24.085Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.085Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:24.086Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:23:24.086Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.086Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-13T06:23:24.087Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-13T06:23:24.087Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=75892532-8a5a-4963-a704-4d4e986c4c9b 2022-10-13T06:23:24.087Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.087Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:24.088Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.088Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:24.088Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.089Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:24.089Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:24.089Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:24.089Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:d817ffaf-e4a0-4d69-9a3b-663826ae6f61 Model Version:NULL Model InvariantUuid:5d750b67-dbe9-492b-8b10-75db709cc921 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c91bd3e0-c82e-41bd-87d8-4c2575939f41 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3ebd258a-7406-4330-8492-c07b88c6d251 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:82f941fe-1c70-4456-bfe3-57fb1a263171 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c786f6c5-99b9-4670-a656-3b2567647548 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0a8de9e6-dd32-4011-a534-d7769b98e453 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:75892532-8a5a-4963-a704-4d4e986c4c9b ModelInvariantUuid:2fb6715f-71f4-40cc-b60c-d4a318d096b7 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ef56eee3-7c01-4ac9-8d36-363feb243685 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:788b789d-08f3-43dd-b2e2-8e0f228e86dc ModelInvariantUuid:02a1de88-e74a-453e-ac52-d31d2da73210 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:2c4b65d3-101b-4a1a-b827-7800cc43b105 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-10-13T06:23:24.096Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f7043793-7ace-4159-b410-496b65c8385a 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-10-13T06:23:24.099Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-10-13T06:23:24.100Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7043793-7ace-4159-b410-496b65c8385a 2022-10-13T06:23:24.100Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1b2b4eed-be3a-467b-bc45-e57835c94432 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-13T06:23:24.100Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:23:24.100Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-13T06:23:24.152Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:23:24.152Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1b2b4eed-be3a-467b-bc45-e57835c94432 12 2022-10-13T06:23:24.153Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-13T06:23:24.153Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-13T06:23:24.154Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:23:24.154Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:24.156Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:24.156Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642204153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:23:24.256Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:24.257Z||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-10-13T06:23:24.257Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:24.272Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:24.273Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:25.157Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 373c50ac-1fba-472d-8f66-1ccf16f61413 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-13T06:23:25.157Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:23:25.158Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-13T06:23:25.202Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:23:25.202Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 373c50ac-1fba-472d-8f66-1ccf16f61413 2688 2022-10-13T06:23:25.203Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-13T06:23:25.203Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-13T06:23:25.203Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:23:25.203Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:25.206Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:25.206Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642205203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-13T06:23:25.306Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:25.307Z||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-10-13T06:23:25.307Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:25.319Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:25.319Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:26.209Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f6004ab5-d35a-48f4-bfd4-976f1bb164bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-13T06:23:26.209Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:23:26.210Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-13T06:23:26.250Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:23:26.250Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f6004ab5-d35a-48f4-bfd4-976f1bb164bd 828 2022-10-13T06:23:26.251Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-13T06:23:26.251Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-13T06:23:26.251Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:23:26.252Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:26.254Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:26.254Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642206251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:23:26.354Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:26.355Z||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-10-13T06:23:26.356Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:26.369Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:26.370Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:27.255Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c786f6c5-99b9-4670-a656-3b2567647548", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a8de9e6-dd32-4011-a534-d7769b98e453", "vfModuleModelCustomizationUUID": "4641e560-49f2-4a1f-b14a-4e907c928ef4", "isBase": true, "artifacts": [ "373c50ac-1fba-472d-8f66-1ccf16f61413", "55ecb136-8208-472b-9ce9-1b1797dd746b", "c96a2e6b-5f0c-4571-b988-50281b14bf2e" ], "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-10-13T06:23:27.262Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a8de9e6-dd32-4011-a534-d7769b98e453 VfModuleModelInvariantUUID:c786f6c5-99b9-4670-a656-3b2567647548 VfModuleModelDescription:NULL Artifacts UUID List:{ 373c50ac-1fba-472d-8f66-1ccf16f61413 , 55ecb136-8208-472b-9ce9-1b1797dd746b , c96a2e6b-5f0c-4571-b988-50281b14bf2e } 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-10-13T06:23:27.266Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c786f6c5-99b9-4670-a656-3b2567647548", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a8de9e6-dd32-4011-a534-d7769b98e453", "vfModuleModelCustomizationUUID": "4641e560-49f2-4a1f-b14a-4e907c928ef4", "isBase": true, "artifacts": [ "373c50ac-1fba-472d-8f66-1ccf16f61413", "55ecb136-8208-472b-9ce9-1b1797dd746b", "c96a2e6b-5f0c-4571-b988-50281b14bf2e" ], "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-10-13T06:23:27.266Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a8de9e6-dd32-4011-a534-d7769b98e453 VfModuleModelInvariantUUID:c786f6c5-99b9-4670-a656-3b2567647548 VfModuleModelDescription:NULL Artifacts UUID List:{ 373c50ac-1fba-472d-8f66-1ccf16f61413 , 55ecb136-8208-472b-9ce9-1b1797dd746b , c96a2e6b-5f0c-4571-b988-50281b14bf2e } 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-10-13T06:23:27.266Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 55ecb136-8208-472b-9ce9-1b1797dd746b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-13T06:23:27.266Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:23:27.267Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-13T06:23:27.311Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:23:27.312Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 55ecb136-8208-472b-9ce9-1b1797dd746b 1164 2022-10-13T06:23:27.312Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-13T06:23:27.313Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-13T06:23:27.313Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:23:27.313Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:27.315Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:27.315Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642207312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:23:27.416Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:27.417Z||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-10-13T06:23:27.417Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:27.429Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:27.430Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:28.316Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c96a2e6b-5f0c-4571-b988-50281b14bf2e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-13T06:23:28.317Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-13T06:23:28.317Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-13T06:23:28.354Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-13T06:23:28.354Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c96a2e6b-5f0c-4571-b988-50281b14bf2e 200 2022-10-13T06:23:28.355Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-13T06:23:28.355Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-13T06:23:28.355Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:23:28.355Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:28.357Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:28.357Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642208355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:23:28.457Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:23:28.458Z||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-10-13T06:23:28.459Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:28.471Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:28.472Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:23:29.358Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d817ffaf-e4a0-4d69-9a3b-663826ae6f61 2022-10-13T06:23:29.359Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f7043793-7ace-4159-b410-496b65c8385a ASDC 2022-10-13T06:23:29.370Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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 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-10-13T06:23:29.380Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72784846, org.onap.sdc.toscaparser.api.parameters.Input@5d8ce254, org.onap.sdc.toscaparser.api.parameters.Input@62c29cce, org.onap.sdc.toscaparser.api.parameters.Input@64e12b3f, org.onap.sdc.toscaparser.api.parameters.Input@546b659d] 2022-10-13T06:23:29.381Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.381Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.381Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-13T06:23:29.381Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 82f941fe-1c70-4456-bfe3-57fb1a263171 2022-10-13T06:23:29.381Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82f941fe-1c70-4456-bfe3-57fb1a263171 matches Tosca VF Customization UUID: 82f941fe-1c70-4456-bfe3-57fb1a263171 2022-10-13T06:23:29.382Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 82f941fe-1c70-4456-bfe3-57fb1a263171 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-10-13T06:23:29.383Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.383Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.384Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 82f941fe-1c70-4456-bfe3-57fb1a263171: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-13T06:23:29.384Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75c80e02 2022-10-13T06:23:29.384Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.384Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:23:29.384Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4641e560-49f2-4a1f-b14a-4e907c928ef4 2022-10-13T06:23:29.385Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4641e560-49f2-4a1f-b14a-4e907c928ef4 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-10-13T06:23:29.386Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.387Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:29.387Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:23:29.387Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.387Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:29.388Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:23:29.388Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.388Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-13T06:23:29.388Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-13T06:23:29.389Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=75892532-8a5a-4963-a704-4d4e986c4c9b 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-10-13T06:23:29.391Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.391Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:29.391Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:23:29.391Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.392Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-13T06:23:29.392Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=82f941fe-1c70-4456-bfe3-57fb1a263171 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-10-13T06:23:29.394Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.394Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.394Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d817ffaf-e4a0-4d69-9a3b-663826ae6f61: basic_cnf 2022-10-13T06:23:29.394Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.395Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.395Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.395Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.395Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.395Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.395Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.396Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.396Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:23:29.396Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:23:29.396Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:23:29.457Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f7043793-7ace-4159-b410-496b65c8385a 1 ASDC deployResourceStructure 2022-10-13T06:23:29.458Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-13T06:23:29.458Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-10-13T06:23:29.458Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-13T06:23:29.459Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:29.460Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:29.460Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642209458, "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-10-13T06:23:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:23:29.533Z||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-10-13T06:23:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:23:29.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:29.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642137898, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:23:29.561Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:29.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:23:29.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:23:29.562Z||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-10-13T06:23:29.562Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:29.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:23:29.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:23:29.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:23:29.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-13T06:23:29.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:23:29.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:23:29.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:23:29.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-13T06:23:29.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:23:29.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:23:29.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:23:29.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:23:29.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:23:29.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-13T06:23:29.620Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:29.621Z||pool-82-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:23:30.461Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-13T06:23:30.462Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-13T06:23:30.462Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-13T06:23:30.463Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:30.465Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:30.465Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642210461, "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-10-13T06:23:30.565Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:30.566Z||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-10-13T06:23:30.567Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:30.580Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:30.581Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:23:31.465Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-13T06:23:31.466Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-13T06:23:31.466Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:23:31.466Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:31.468Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:31.468Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642211465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:23:31.569Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:23:31.570Z||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-10-13T06:23:31.570Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:31.586Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:31.586Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:32.471Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-13T06:23:32.471Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-13T06:23:32.472Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:23:32.472Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:32.475Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:32.476Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642212470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:23:32.576Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:32.577Z||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-10-13T06:23:32.577Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:32.588Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:32.589Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:23:33.477Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-13T06:23:33.478Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-13T06:23:33.479Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:23:33.479Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:33.482Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:33.482Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642213477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-13T06:23:33.583Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:23:33.584Z||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-10-13T06:23:33.584Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:33.600Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:33.600Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:34.484Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-13T06:23:34.484Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-13T06:23:34.484Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:23:34.485Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:23:34.487Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:23:34.487Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642214484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:23:34.587Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:23:34.589Z||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-10-13T06:23:34.589Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:23:34.606Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:23:34.607Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:23:35.491Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4be6572-f2ef-4083-a6eb-7d9895e1b406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:23:35.505Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4be6572-f2ef-4083-a6eb-7d9895e1b406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:23:35.509Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:23:35.509Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:23:35.509Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:23:35.509Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:23:35.509Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:23:35.509Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:23:35.510Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:23:35.510Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:23:35.510Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:23:35.510Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:23:35.510Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:23:35.516Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:24:05.516Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4be6572-f2ef-4083-a6eb-7d9895e1b406 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-10-13T06:24:05.526Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4be6572-f2ef-4083-a6eb-7d9895e1b406 and serviceModelVersionId: d817ffaf-e4a0-4d69-9a3b-663826ae6f61 2022-10-13T06:24:05.526Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d750b67-dbe9-492b-8b10-75db709cc921 2022-10-13T06:24:05.527Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0 2022-10-13T06:24:05.532Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:24:05.604Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0|INFO|500||Invoke 2022-10-13T06:24:05.605Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4be6572-f2ef-4083-a6eb-7d9895e1b406], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7aadc023-0bd3-4646-b482-1bc3a2103753], X-ECOMP-RequestID=[a4be6572-f2ef-4083-a6eb-7d9895e1b406], X-TransactionId=[], X-ONAP-RequestID=[a4be6572-f2ef-4083-a6eb-7d9895e1b406], Content-Type=[application/merge-patch+json]} 2022-10-13T06:24:05.631Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:24:05.733Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?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/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221013-06:24:05:639-50533], vertex-id=[225344], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:24:05 GMT], Content-Type=[application/json]} 2022-10-13T06:24:05.734Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:24:05.735Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d750b67-dbe9-492b-8b10-75db709cc921/model-vers/model-ver/d817ffaf-e4a0-4d69-9a3b-663826ae6f61?depth=0|INFO|500||InvokeReturn 2022-10-13T06:24:05.736Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:24:05.737Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||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-10-13T06:24:05.742Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-13T06:24:05.744Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4be6572-f2ef-4083-a6eb-7d9895e1b406 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:24:05.745Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:24:05.745Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:24:05.747Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:24:05.748Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642245745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:24:05.848Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:24:05.849Z||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-10-13T06:24:05.849Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:24:05.924Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:24:05.925Z||pool-88-thread-1|||||INFO|500||cambria reply ok (77 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-10-13T06:24:06.760Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:24:06.760Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:24:06.760Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:24:16.310Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:24:16.311Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:24:16.312Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:24:16.312Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:24:25.847Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:24:25.848Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:24:25.848Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:24:25.848Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:24:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:24:29.533Z||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-10-13T06:24:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:24:29.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:24:29.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642150543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642153294, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642154352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642155409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642156533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642157537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642158542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642159546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66d05487-996a-462b-ade8-b781e5e1d7de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642190780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:24:29.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642138916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642201003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.579Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642204153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642205203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642206251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642207312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:29.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:24:29.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642208355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:24:29.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:24:35.385Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:24:35.387Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:24:35.389Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:24:35.390Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:24:44.968Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:24:44.969Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:24:44.969Z||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-10-13T06:24:44.970Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:24:54.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:25:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:25:29.530Z||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-10-13T06:25:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:25:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:25:29.532Z||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-10-13T06:25:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:25:29.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:25:29.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-13T06:25:29.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642209458, "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-10-13T06:25:29.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:25:39.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:26:29.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:26:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:26:29.532Z||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-10-13T06:26:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:26:29.533Z||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-10-13T06:26:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:26:30.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:26:30.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-13T06:26:30.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642210461, "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-10-13T06:26:30.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642211465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642212470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642213477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-13T06:26:30.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:26:30.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-13T06:26:30.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642214484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:26:30.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:26:30.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-13T06:26:30.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4be6572-f2ef-4083-a6eb-7d9895e1b406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642245745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:26:30.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:26:39.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:27:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:27:29.530Z||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-10-13T06:27:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:27:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:27:29.532Z||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-10-13T06:27:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:27:39.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:27:39.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:28:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:28:29.530Z||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-10-13T06:28:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:28:29.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:28:29.534Z||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-10-13T06:28:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:28:39.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:28:39.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:29:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:29:29.530Z||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-10-13T06:29:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:29:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:29:29.533Z||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-10-13T06:29:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:29:39.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:29:39.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:30:29.530Z||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-10-13T06:30:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:30:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:30:29.532Z||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-10-13T06:30:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:30:29.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:29.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "ves-openapi-manager", "timestamp": 1665642602728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642604615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642596532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642616722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642615993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:29.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642608737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642618497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:30:29.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:30:29.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "cds", "timestamp": 1665642619481, "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-10-13T06:30:29.710Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9e669ff-a3e4-4936-93e8-383448662efe 2022-10-13T06:30:29.711Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9e669ff-a3e4-4936-93e8-383448662efe 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-10-13T06:30:29.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-13T06:30:29.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642619504, "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-10-13T06:30:29.723Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9e669ff-a3e4-4936-93e8-383448662efe 2022-10-13T06:30:29.724Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9e669ff-a3e4-4936-93e8-383448662efe 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-10-13T06:30:29.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642614679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642625426, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:29.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:30:29.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642626487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642617981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642627558, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:29.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:30:29.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:29.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:29.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:30:29.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642620486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:30:29.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:30:30.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:30.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-13T06:30:30.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9e669ff-a3e4-4936-93e8-383448662efe","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c04d9fab-341c-4704-b077-971ab9bde920","serviceDescription":"service","serviceInvariantUUID":"faab0e79-ff3a-4bd1-9090-6ce8d117901f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc97fad9-a0f2-4193-84a8-f7865a717340","resourceInvariantUUID":"3bfc8c9f-0876-44a1-abcd-a02320c1b4a8","resourceCustomizationUUID":"0153761f-faa1-4f24-91ed-7b034a45b598","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":"MzQxMmM1MzQyNTg3NzZkYTMyNzVhYzc3NGJmZDEwYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6256cf27-e581-45cd-83d3-b6047f34f926","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":"Y2Y4MTFlZGYxZDJhZTE1Y2QyOGUxYmYzOTU4ZWZkYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78e2c9b0-6fec-44a2-b83b-9379534b87c8","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":"9b6b16f0-4b27-4293-8361-d2ee24390580","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":"4df74310-8a2c-4929-8351-67ecdedb274a","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":"f731701a-b018-4d44-b2f7-db777fc99f5b","artifactVersion":"2","generatedFromUUID":"f7464284-c27e-49a7-9335-525fdaffa4da"},{"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":"74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00","artifactVersion":"2","generatedFromUUID":"9b6b16f0-4b27-4293-8361-d2ee24390580"},{"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":"f7464284-c27e-49a7-9335-525fdaffa4da","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":"0ed85c64-f718-4063-b17d-3425a0bdbc1e","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":"MDc3MjM4OTZmOTUyZTUzOGRjMjZlMDBiYjI0MjQ0ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"969632ff-5fec-4825-8a3a-faa7b5717932","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDgxNWVkZjM4MWM1MDBlYmVhODQ0NGZlYTc3ZWVjN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e8f9e21-2c5a-40a1-bd54-6e559d1d8dcb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:30:30.169Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:30.170Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:30.180Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:30.180Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:30.275Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-10-13T06:30:30.276Z||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-10-13T06:30:30.276Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:30.292Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:30.293Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:30:31.182Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:31.184Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:31.187Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:31.188Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:30:31.287Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:30:31.288Z||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-10-13T06:30:31.288Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:31.297Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:31.297Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:32.188Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:32.189Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:32.192Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:32.192Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-13T06:30:32.292Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:32.294Z||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-10-13T06:30:32.294Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:32.312Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:32.315Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:33.193Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:33.193Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:33.201Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:33.201Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:33.305Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-10-13T06:30:33.307Z||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-10-13T06:30:33.308Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:33.329Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:33.330Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:34.202Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:34.203Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:34.206Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:34.206Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-13T06:30:34.306Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:34.307Z||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-10-13T06:30:34.307Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:34.318Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:34.318Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:35.206Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:35.207Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:35.210Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:35.210Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-13T06:30:35.310Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:35.311Z||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-10-13T06:30:35.311Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:35.322Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:35.323Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:36.211Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:36.212Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:36.215Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:36.215Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-13T06:30:36.315Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:36.316Z||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-10-13T06:30:36.317Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:36.331Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:36.332Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:37.216Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:37.216Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:37.219Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:37.219Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:37.319Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:37.320Z||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-10-13T06:30:37.321Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:37.355Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:37.355Z||pool-96-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:38.220Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:38.221Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:38.223Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:38.223Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:30:38.323Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:38.324Z||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-10-13T06:30:38.324Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:38.335Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:38.335Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:39.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:30:39.224Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:39.227Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:39.227Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:30:39.327Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:39.328Z||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-10-13T06:30:39.328Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:39.342Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:39.343Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:40.229Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c04d9fab-341c-4704-b077-971ab9bde920", "serviceDescription": "service", "serviceInvariantUUID": "faab0e79-ff3a-4bd1-9090-6ce8d117901f", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "0153761f-faa1-4f24-91ed-7b034a45b598", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dc97fad9-a0f2-4193-84a8-f7865a717340", "resourceInvariantUUID": "3bfc8c9f-0876-44a1-abcd-a02320c1b4a8", "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": "Y2Y4MTFlZGYxZDJhZTE1Y2QyOGUxYmYzOTU4ZWZkYjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78e2c9b0-6fec-44a2-b83b-9379534b87c8", "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": "9b6b16f0-4b27-4293-8361-d2ee24390580", "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": "74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00", "generatedFromUUID": "9b6b16f0-4b27-4293-8361-d2ee24390580" }, "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": "f731701a-b018-4d44-b2f7-db777fc99f5b", "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": "74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00", "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": "f7464284-c27e-49a7-9335-525fdaffa4da", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MDgxNWVkZjM4MWM1MDBlYmVhODQ0NGZlYTc3ZWVjN2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e8f9e21-2c5a-40a1-bd54-6e559d1d8dcb" } ], "workloadContext": "Production" } 2022-10-13T06:30:40.229Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:30:40.229Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c04d9fab-341c-4704-b077-971ab9bde920 ASDC 2022-10-13T06:30:40.230Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d9e669ff-a3e4-4936-93e8-383448662efe ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c04d9fab-341c-4704-b077-971ab9bde920 ServiceInvariantUUID:faab0e79-ff3a-4bd1-9090-6ce8d117901f 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:4e8f9e21-2c5a-40a1-bd54-6e559d1d8dcb ArtifactChecksum:MDgxNWVkZjM4MWM1MDBlYmVhODQ0NGZlYTc3ZWVjN2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:0153761f-faa1-4f24-91ed-7b034a45b598 ResourceInvariantUUID:3bfc8c9f-0876-44a1-abcd-a02320c1b4a8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:dc97fad9-a0f2-4193-84a8-f7865a717340 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:78e2c9b0-6fec-44a2-b83b-9379534b87c8 ArtifactChecksum:Y2Y4MTFlZGYxZDJhZTE1Y2QyOGUxYmYzOTU4ZWZkYjg= 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:9b6b16f0-4b27-4293-8361-d2ee24390580 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:74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00 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:f731701a-b018-4d44-b2f7-db777fc99f5b 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:74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00 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:f7464284-c27e-49a7-9335-525fdaffa4da ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-13T06:30:40.231Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c04d9fab-341c-4704-b077-971ab9bde920 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-10-13T06:30:40.271Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:30:40.272Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:30:40.272Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:30:40.272Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4e8f9e21-2c5a-40a1-bd54-6e559d1d8dcb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:40.272Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:30:40.273Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:40.353Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:30:40.366Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4e8f9e21-2c5a-40a1-bd54-6e559d1d8dcb 162964 2022-10-13T06:30:40.367Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-13T06:30:40.367Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:40.367Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:30:40.368Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:40.370Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:40.371Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642640366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:40.471Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:40.472Z||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-10-13T06:30:40.472Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:40.483Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:40.483Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:41.371Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:30:41.373Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:30:41.373Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4e8f9e21-2c5a-40a1-bd54-6e559d1d8dcb, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:41.373Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-13T06:30:41.374Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:41.374Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:41.649Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16443802376660436338/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-10-13T06:30:42.947Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:30:42.948Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-13T06:30:42.948Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:42.948Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-13T06:30:42.949Z|d9e669ff-a3e4-4936-93e8-383448662efe|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-BasicCnfMacro-csar.csar 2022-10-13T06:30:42.949Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:42.949Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:42.949Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:42.949Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-13T06:30:42.949Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.950Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:42.950Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:42.950Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-13T06:30:42.950Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:30:42.951Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.951Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:42.951Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:42.951Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-13T06:30:42.951Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:30:42.951Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.952Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:42.952Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.952Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-13T06:30:42.952Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-13T06:30:42.952Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-13T06:30:42.952Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-13T06:30:42.952Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.953Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:30:42.953Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.953Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:42.953Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:30:42.953Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.954Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:42.954Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:30:42.954Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.954Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:42.954Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:30:42.954Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.954Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:42.955Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:30:42.955Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.955Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-13T06:30:42.955Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-13T06:30:42.955Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=21b2fb10-fa1d-4545-a30e-43d118682a35 2022-10-13T06:30:42.955Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.955Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:42.956Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.956Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:42.956Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.956Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:42.957Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:42.957Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:42.957Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c04d9fab-341c-4704-b077-971ab9bde920 Model Version:NULL Model InvariantUuid:faab0e79-ff3a-4bd1-9090-6ce8d117901f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:f88e5c80-f086-4ac2-b3bb-db5b52c0a913 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3bfc8c9f-0876-44a1-abcd-a02320c1b4a8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0153761f-faa1-4f24-91ed-7b034a45b598 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2cfa1a69-dc70-47ff-b9e6-230cbc6c0066 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:16905e23-2a49-4027-894d-04b9d76d985b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:929ffc94-95b0-4d01-b78e-76afb1dcb0d5 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:74be8e07-3958-42ce-bbb9-a184d27ece23 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:21b2fb10-fa1d-4545-a30e-43d118682a35 ModelInvariantUuid:d960a816-038a-4f70-8bbd-e6b9499dbd8c ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f499c7ca-9dba-4cc0-b453-a44a6fb63a1d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:d98f37d3-0237-43d9-9e95-ca71c66f4406 ModelInvariantUuid:d2c1b59d-fb32-459e-9c45-d0dcc49deb77 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:01d0cb91-8972-4ea8-8d49-018757804832 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-10-13T06:30:42.966Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dc97fad9-a0f2-4193-84a8-f7865a717340 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-10-13T06:30:42.970Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2022-10-13T06:30:42.970Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc97fad9-a0f2-4193-84a8-f7865a717340 2022-10-13T06:30:42.970Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 78e2c9b0-6fec-44a2-b83b-9379534b87c8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-13T06:30:42.971Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:30:42.971Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:43.016Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:30:43.017Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 78e2c9b0-6fec-44a2-b83b-9379534b87c8 1565 2022-10-13T06:30:43.018Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:43.018Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:43.018Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:30:43.018Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:43.020Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:43.020Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642643017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:43.121Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:43.122Z||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-10-13T06:30:43.122Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:43.137Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:43.138Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:44.021Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "929ffc94-95b0-4d01-b78e-76afb1dcb0d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74be8e07-3958-42ce-bbb9-a184d27ece23", "vfModuleModelCustomizationUUID": "efb586c8-b6ff-4ee0-bbb5-8c228a3b6c2a", "isBase": true, "artifacts": [ "9b6b16f0-4b27-4293-8361-d2ee24390580", "74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00" ], "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": "2cfa1a69-dc70-47ff-b9e6-230cbc6c0066", "vfModuleModelVersion": "1", "vfModuleModelUUID": "16905e23-2a49-4027-894d-04b9d76d985b", "vfModuleModelCustomizationUUID": "d4453e28-6b1f-43e1-9dac-e650e317eb42", "isBase": false, "artifacts": [ "f7464284-c27e-49a7-9335-525fdaffa4da" ], "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-10-13T06:30:44.027Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74be8e07-3958-42ce-bbb9-a184d27ece23 VfModuleModelInvariantUUID:929ffc94-95b0-4d01-b78e-76afb1dcb0d5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b6b16f0-4b27-4293-8361-d2ee24390580 , 74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00 } 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:16905e23-2a49-4027-894d-04b9d76d985b VfModuleModelInvariantUUID:2cfa1a69-dc70-47ff-b9e6-230cbc6c0066 VfModuleModelDescription:NULL Artifacts UUID List:{ f7464284-c27e-49a7-9335-525fdaffa4da } 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-10-13T06:30:44.029Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "929ffc94-95b0-4d01-b78e-76afb1dcb0d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74be8e07-3958-42ce-bbb9-a184d27ece23", "vfModuleModelCustomizationUUID": "efb586c8-b6ff-4ee0-bbb5-8c228a3b6c2a", "isBase": true, "artifacts": [ "9b6b16f0-4b27-4293-8361-d2ee24390580", "74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00" ], "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": "2cfa1a69-dc70-47ff-b9e6-230cbc6c0066", "vfModuleModelVersion": "1", "vfModuleModelUUID": "16905e23-2a49-4027-894d-04b9d76d985b", "vfModuleModelCustomizationUUID": "d4453e28-6b1f-43e1-9dac-e650e317eb42", "isBase": false, "artifacts": [ "f7464284-c27e-49a7-9335-525fdaffa4da" ], "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-10-13T06:30:44.030Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74be8e07-3958-42ce-bbb9-a184d27ece23 VfModuleModelInvariantUUID:929ffc94-95b0-4d01-b78e-76afb1dcb0d5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b6b16f0-4b27-4293-8361-d2ee24390580 , 74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00 } 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:16905e23-2a49-4027-894d-04b9d76d985b VfModuleModelInvariantUUID:2cfa1a69-dc70-47ff-b9e6-230cbc6c0066 VfModuleModelDescription:NULL Artifacts UUID List:{ f7464284-c27e-49a7-9335-525fdaffa4da } 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-10-13T06:30:44.030Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9b6b16f0-4b27-4293-8361-d2ee24390580 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-13T06:30:44.030Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:30:44.030Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:44.096Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:30:44.096Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9b6b16f0-4b27-4293-8361-d2ee24390580 914 2022-10-13T06:30:44.097Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:44.097Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:44.097Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:30:44.097Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:44.099Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:44.100Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642644097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:44.207Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-10-13T06:30:44.208Z||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-10-13T06:30:44.208Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:44.220Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:44.220Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:45.100Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f731701a-b018-4d44-b2f7-db777fc99f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-13T06:30:45.101Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:30:45.101Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:45.153Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:30:45.153Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f731701a-b018-4d44-b2f7-db777fc99f5b 12 2022-10-13T06:30:45.154Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:45.154Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:45.154Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:30:45.155Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:45.157Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:45.158Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642645154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:45.258Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:30:45.258Z||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-10-13T06:30:45.259Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:45.276Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:45.276Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:30:46.158Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-13T06:30:46.159Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:30:46.159Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:46.209Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:30:46.210Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 74ae4ef2-52eb-4ba5-b4e3-49bf34f7ec00 96 2022-10-13T06:30:46.210Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:46.210Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:46.210Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:30:46.211Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:46.213Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:46.213Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642646210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:46.314Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:30:46.315Z||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-10-13T06:30:46.315Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:46.329Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:46.330Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:47.214Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7464284-c27e-49a7-9335-525fdaffa4da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-13T06:30:47.215Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:30:47.215Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:47.264Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:30:47.265Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f7464284-c27e-49a7-9335-525fdaffa4da 20206 2022-10-13T06:30:47.266Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:47.266Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:47.266Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:30:47.266Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:47.268Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:47.269Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642647266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-13T06:30:47.369Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:30:47.370Z||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-10-13T06:30:47.370Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:47.382Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:47.384Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:48.273Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c04d9fab-341c-4704-b077-971ab9bde920 2022-10-13T06:30:48.273Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dc97fad9-a0f2-4193-84a8-f7865a717340 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-10-13T06:30:48.286Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e0e699c, org.onap.sdc.toscaparser.api.parameters.Input@d4dbace, org.onap.sdc.toscaparser.api.parameters.Input@1c90b584, org.onap.sdc.toscaparser.api.parameters.Input@5ef77efc, org.onap.sdc.toscaparser.api.parameters.Input@13f8ae37] 2022-10-13T06:30:48.287Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.288Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.288Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-13T06:30:48.288Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0153761f-faa1-4f24-91ed-7b034a45b598 2022-10-13T06:30:48.288Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0153761f-faa1-4f24-91ed-7b034a45b598 matches Tosca VF Customization UUID: 0153761f-faa1-4f24-91ed-7b034a45b598 2022-10-13T06:30:48.288Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0153761f-faa1-4f24-91ed-7b034a45b598 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-10-13T06:30:48.292Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.292Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.293Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0153761f-faa1-4f24-91ed-7b034a45b598: {\"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-10-13T06:30:48.293Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fc3d91b 2022-10-13T06:30:48.293Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.293Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:30:48.294Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4453e28-6b1f-43e1-9dac-e650e317eb42 2022-10-13T06:30:48.294Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4453e28-6b1f-43e1-9dac-e650e317eb42 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-10-13T06:30:48.298Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.298Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:48.299Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:30:48.299Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.299Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:48.300Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:30:48.300Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.300Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-13T06:30:48.300Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0153761f-faa1-4f24-91ed-7b034a45b598 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-10-13T06:30:48.302Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.302Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.302Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c04d9fab-341c-4704-b077-971ab9bde920: basic_cnf_macro 2022-10-13T06:30:48.303Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.303Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.303Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.303Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.304Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.304Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.304Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.305Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.305Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:30:48.305Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:30:48.305Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:48.377Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dc97fad9-a0f2-4193-84a8-f7865a717340 2 ASDC deployResourceStructure 2022-10-13T06:30:48.378Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:48.378Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:48.378Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:30:48.379Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:48.382Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:48.382Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642648378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:30:48.482Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:48.483Z||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-10-13T06:30:48.483Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:48.494Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:48.494Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:49.383Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:49.383Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:49.383Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:30:49.384Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:49.386Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:49.387Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642649382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:30:49.487Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:30:49.487Z||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-10-13T06:30:49.488Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:49.499Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:49.499Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:50.387Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:50.388Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:50.388Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-13T06:30:50.388Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:50.390Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:50.390Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642650387, "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-10-13T06:30:50.491Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-13T06:30:50.492Z||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-10-13T06:30:50.492Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:50.502Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:50.502Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:51.391Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:51.392Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:51.392Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:30:51.392Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:51.394Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:51.394Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642651391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-13T06:30:51.494Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:51.495Z||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-10-13T06:30:51.496Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:51.518Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:51.519Z||pool-108-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:52.396Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:52.396Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||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-10-13T06:30:52.396Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-13T06:30:52.397Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:52.399Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:52.399Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642652396, "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-10-13T06:30:52.499Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:52.500Z||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-10-13T06:30:52.500Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:52.513Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:52.514Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:53.400Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-13T06:30:53.400Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-13T06:30:53.400Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:30:53.401Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:30:53.403Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:30:53.404Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642653399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:30:53.504Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:30:53.505Z||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-10-13T06:30:53.505Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:30:53.514Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:30:53.515Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:30:54.405Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:30:54.420Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:30:54.423Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:30:54.423Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:30:54.423Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:31:24.425Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:31:24.444Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:31:24.447Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:31:24.447Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:31:24.447Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:31:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:31:29.533Z||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-10-13T06:31:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:31:29.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:31:29.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:31:29.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642628749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:31:29.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:31:54.448Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:31:54.467Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:31:54.469Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:31:54.469Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:31:54.470Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:32:24.470Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:32:24.481Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:32:24.483Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:32:24.483Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:32:24.483Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:32:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:32:29.533Z||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-10-13T06:32:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:32:29.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:32:29.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:32:29.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:32:29.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:32:54.484Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:32:54.496Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:32:54.499Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:32:54.499Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:32:54.499Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:33:24.499Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:33:24.510Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:33:24.512Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:33:24.512Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-13T06:33:24.513Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-13T06:33:29.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:33:29.534Z||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-10-13T06:33:29.534Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:33:29.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:33:29.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642628612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642629580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642629554, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "ves-openapi-manager", "timestamp": 1665642622728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642629675, "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-10-13T06:33:29.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9e669ff-a3e4-4936-93e8-383448662efe 2022-10-13T06:33:29.576Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9e669ff-a3e4-4936-93e8-383448662efe 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-10-13T06:33:29.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "cds", "timestamp": 1665642630918, "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-10-13T06:33:29.598Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88efca3f-ea2d-4490-a4c9-15c1450adb0c 2022-10-13T06:33:29.598Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88efca3f-ea2d-4490-a4c9-15c1450adb0c 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-10-13T06:33:29.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-13T06:33:29.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "multicloud-k8s-id", "timestamp": 1665642630678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-13T06:33:29.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642633585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-13T06:33:29.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "clamp", "timestamp": 1665642634589, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:33:29.630Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d9e669ff-a3e4-4936-93e8-383448662efe 2022-10-13T06:33:29.630Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9e669ff-a3e4-4936-93e8-383448662efe and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:33:29.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642626537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-13T06:33:29.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642635339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:33:29.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642637434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-13T06:33:29.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "aai-ml", "timestamp": 1665642638438, "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-10-13T06:33:29.657Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9e669ff-a3e4-4936-93e8-383448662efe 2022-10-13T06:33:29.658Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9e669ff-a3e4-4936-93e8-383448662efe 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-10-13T06:33:29.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642637712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642638732, "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-10-13T06:33:29.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88efca3f-ea2d-4490-a4c9-15c1450adb0c 2022-10-13T06:33:29.675Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88efca3f-ea2d-4490-a4c9-15c1450adb0c 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-10-13T06:33:29.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642640366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-13T06:33:29.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:33:29.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642643017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642634679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642644097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642643403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642645154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642644468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642646210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642638737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642645541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642647266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.700Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642646564, "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-10-13T06:33:29.706Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88efca3f-ea2d-4490-a4c9-15c1450adb0c 2022-10-13T06:33:29.706Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88efca3f-ea2d-4490-a4c9-15c1450adb0c 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-10-13T06:33:29.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642648378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "multicloud-k8s-id", "timestamp": 1665642647572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642649382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642650387, "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-10-13T06:33:29.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642651391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642652396, "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-10-13T06:33:29.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642653399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642647981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642656692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642659584, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642662589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642649615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "clamp", "timestamp": 1665642663593, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:33:29.749Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88efca3f-ea2d-4490-a4c9-15c1450adb0c 2022-10-13T06:33:29.749Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88efca3f-ea2d-4490-a4c9-15c1450adb0c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:33:29.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642663802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "multicloud-k8s-id", "timestamp": 1665642654679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642664473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "aai-ml", "timestamp": 1665642664806, "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-10-13T06:33:29.766Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88efca3f-ea2d-4490-a4c9-15c1450adb0c 2022-10-13T06:33:29.766Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88efca3f-ea2d-4490-a4c9-15c1450adb0c 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-10-13T06:33:29.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "cds", "timestamp": 1665642665777, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:33:29.788Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 2022-10-13T06:33:29.789Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 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-10-13T06:33:29.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642656532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642666299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642668165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-13T06:33:29.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665642669172, "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-10-13T06:33:29.808Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 2022-10-13T06:33:29.808Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 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-10-13T06:33:29.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642662728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642672456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642673488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "ves-openapi-manager", "timestamp": 1665642674496, "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-10-13T06:33:29.825Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 2022-10-13T06:33:29.825Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 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-10-13T06:33:29.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642668737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642685399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:33:29.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642686600, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:33:29.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:29.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642677981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:33:29.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:33:29.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "clamp", "timestamp": 1665642687604, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-13T06:33:29.844Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 2022-10-13T06:33:29.845Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-13T06:33:29.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:33:29.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642687735, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:33:29.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:33:54.513Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:33:54.526Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:33:54.531Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:33:54.531Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:33:54.532Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:33:54.532Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:33:54.532Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:33:54.532Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:33:54.533Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:33:54.533Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:33:54.533Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:33:54.533Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:33:54.533Z|d9e669ff-a3e4-4936-93e8-383448662efe|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-10-13T06:33:54.540Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:34:24.540Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9e669ff-a3e4-4936-93e8-383448662efe 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-10-13T06:34:24.547Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9e669ff-a3e4-4936-93e8-383448662efe and serviceModelVersionId: c04d9fab-341c-4704-b077-971ab9bde920 2022-10-13T06:34:24.548Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : faab0e79-ff3a-4bd1-9090-6ce8d117901f 2022-10-13T06:34:24.549Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/faab0e79-ff3a-4bd1-9090-6ce8d117901f/model-vers/model-ver/c04d9fab-341c-4704-b077-971ab9bde920?depth=0 2022-10-13T06:34:24.556Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:34:24.621Z|d9e669ff-a3e4-4936-93e8-383448662efe|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/faab0e79-ff3a-4bd1-9090-6ce8d117901f/model-vers/model-ver/c04d9fab-341c-4704-b077-971ab9bde920?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-10-13T06:34:24.623Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faab0e79-ff3a-4bd1-9090-6ce8d117901f/model-vers/model-ver/c04d9fab-341c-4704-b077-971ab9bde920?depth=0|INFO|500||Invoke 2022-10-13T06:34:24.662Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faab0e79-ff3a-4bd1-9090-6ce8d117901f/model-vers/model-ver/c04d9fab-341c-4704-b077-971ab9bde920?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:34:24.819Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faab0e79-ff3a-4bd1-9090-6ce8d117901f/model-vers/model-ver/c04d9fab-341c-4704-b077-971ab9bde920?depth=0|INFO|500||InvokeReturn 2022-10-13T06:34:24.819Z|d9e669ff-a3e4-4936-93e8-383448662efe|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/faab0e79-ff3a-4bd1-9090-6ce8d117901f/model-vers/model-ver/c04d9fab-341c-4704-b077-971ab9bde920?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221013-06:34:24:670-31726], vertex-id=[258176], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:34:24 GMT], Content-Type=[application/json]} 2022-10-13T06:34:24.820Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:34:24.821Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:34:24.821Z|d9e669ff-a3e4-4936-93e8-383448662efe|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-10-13T06:34:24.827Z|d9e669ff-a3e4-4936-93e8-383448662efe|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-10-13T06:34:24.828Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9e669ff-a3e4-4936-93e8-383448662efe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:34:24.828Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:34:24.828Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:24.831Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:24.831Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642864828, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:34:24.931Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:24.934Z||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-10-13T06:34:24.934Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:24.956Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:24.956Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-13T06:34:25.843Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-13T06:34:25.844Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"88efca3f-ea2d-4490-a4c9-15c1450adb0c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9350732b-f0e0-43ae-a86c-85fef44ff189","serviceDescription":"service","serviceInvariantUUID":"e97b8a58-5302-49df-8e7f-b24c6ff4b245","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9bb3e3bb-5001-45e1-8786-3b528f4cc0a0","resourceInvariantUUID":"629c5050-8d52-4d51-af73-257727d96a17","resourceCustomizationUUID":"418c3999-5c21-4a2e-852d-a36cb7f257b5","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":"ZmNjN2JjNTdlNzJjZGRlNDQwNTVkMjI1NGUzNjFhNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7270b0f-a314-4683-af1a-44237eb31c29","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":"M2VjZTJjNjM0NjRiMWFjNzc0N2Q5NTg4ZjdhNzczMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c94d6404-b364-418f-a072-cf65af1197c0","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":"f069d17a-a15f-4b41-9c4f-d6f5d664216c","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":"42518621-1087-480a-a762-e72f7ff333b2","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":"8d603cf5-5ea1-4d12-92d1-fee4798a9e26","artifactVersion":"2","generatedFromUUID":"f069d17a-a15f-4b41-9c4f-d6f5d664216c"},{"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":"NDE3Mzk1YTkxY2RlYjNhNmUwMWVlZjBkM2IyNTMyZDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f201d7f9-8d03-4759-b04c-f34e7476f408","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":"OWJkZTUxMzA2ZmQ4YmE2N2Y2MTk0ODc0ODRlMjFjOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ea65d0b-5071-4e2c-b998-0d653e40d623","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWE3NThkMmY3NTA4NTI0NzM4MmI3ZTNkMThmZGNkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"630112a7-a78b-4156-ad63-eb3eca11a83d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:34:25.844Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:25.845Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:25.847Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:25.847Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:34:25.947Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:25.948Z||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-10-13T06:34:25.948Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:25.959Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:25.959Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:34:26.847Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:26.848Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:26.851Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:26.851Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:34:26.951Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:26.952Z||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-10-13T06:34:26.953Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:26.964Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:26.965Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:27.852Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:27.852Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:27.855Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:27.855Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-13T06:34:27.955Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:27.956Z||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-10-13T06:34:27.956Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:27.968Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:27.969Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:28.855Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:28.856Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:28.863Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:28.863Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:34:28.963Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:28.964Z||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-10-13T06:34:28.964Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:28.981Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:28.982Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:34:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:34:29.533Z||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-10-13T06:34:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:34:29.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:29.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:34:29.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642693141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:34:29.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:34:29.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:34:29.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "aai-ml", "timestamp": 1665642694144, "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-10-13T06:34:29.568Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 2022-10-13T06:34:29.568Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 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-10-13T06:34:29.863Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:29.864Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:29.866Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:29.866Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-13T06:34:29.970Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-10-13T06:34:29.971Z||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-10-13T06:34:29.971Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:29.982Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:29.983Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:34:30.867Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:30.867Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:30.870Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:30.870Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:34:30.971Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:30.972Z||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-10-13T06:34:30.972Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:30.983Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:30.984Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:34:31.871Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:31.872Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:31.874Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:31.874Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:34:31.974Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:31.975Z||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-10-13T06:34:31.975Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:31.987Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:31.987Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:34:32.875Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:34:32.876Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:32.879Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:32.879Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:34:32.979Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:32.980Z||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-10-13T06:34:32.980Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:32.991Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:32.991Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:33.880Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9350732b-f0e0-43ae-a86c-85fef44ff189", "serviceDescription": "service", "serviceInvariantUUID": "e97b8a58-5302-49df-8e7f-b24c6ff4b245", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "418c3999-5c21-4a2e-852d-a36cb7f257b5", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9bb3e3bb-5001-45e1-8786-3b528f4cc0a0", "resourceInvariantUUID": "629c5050-8d52-4d51-af73-257727d96a17", "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": "M2VjZTJjNjM0NjRiMWFjNzc0N2Q5NTg4ZjdhNzczMDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c94d6404-b364-418f-a072-cf65af1197c0", "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": "f069d17a-a15f-4b41-9c4f-d6f5d664216c", "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": "8d603cf5-5ea1-4d12-92d1-fee4798a9e26", "generatedFromUUID": "f069d17a-a15f-4b41-9c4f-d6f5d664216c" }, "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": "8d603cf5-5ea1-4d12-92d1-fee4798a9e26", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MWE3NThkMmY3NTA4NTI0NzM4MmI3ZTNkMThmZGNkNTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "630112a7-a78b-4156-ad63-eb3eca11a83d" } ], "workloadContext": "Production" } 2022-10-13T06:34:33.881Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:34:33.881Z|d9e669ff-a3e4-4936-93e8-383448662efe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9350732b-f0e0-43ae-a86c-85fef44ff189 ASDC 2022-10-13T06:34:33.882Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:88efca3f-ea2d-4490-a4c9-15c1450adb0c ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9350732b-f0e0-43ae-a86c-85fef44ff189 ServiceInvariantUUID:e97b8a58-5302-49df-8e7f-b24c6ff4b245 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:630112a7-a78b-4156-ad63-eb3eca11a83d ArtifactChecksum:MWE3NThkMmY3NTA4NTI0NzM4MmI3ZTNkMThmZGNkNTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:418c3999-5c21-4a2e-852d-a36cb7f257b5 ResourceInvariantUUID:629c5050-8d52-4d51-af73-257727d96a17 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:9bb3e3bb-5001-45e1-8786-3b528f4cc0a0 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:c94d6404-b364-418f-a072-cf65af1197c0 ArtifactChecksum:M2VjZTJjNjM0NjRiMWFjNzc0N2Q5NTg4ZjdhNzczMDA= 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:f069d17a-a15f-4b41-9c4f-d6f5d664216c 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:8d603cf5-5ea1-4d12-92d1-fee4798a9e26 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:8d603cf5-5ea1-4d12-92d1-fee4798a9e26 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-13T06:34:33.882Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9350732b-f0e0-43ae-a86c-85fef44ff189 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-10-13T06:34:33.924Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:34:33.925Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:34:33.925Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:34:33.926Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 630112a7-a78b-4156-ad63-eb3eca11a83d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-13T06:34:33.926Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:34:33.927Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-13T06:34:34.053Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:34:34.059Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 630112a7-a78b-4156-ad63-eb3eca11a83d 82620 2022-10-13T06:34:34.059Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-13T06:34:34.059Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-13T06:34:34.059Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:34:34.060Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:34.062Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:34.062Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642874059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:34:34.162Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:34.163Z||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-10-13T06:34:34.163Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:34.175Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:34.175Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:35.063Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:34:35.064Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:34:35.065Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 630112a7-a78b-4156-ad63-eb3eca11a83d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-13T06:34:35.066Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-13T06:34:35.066Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-13T06:34:35.066Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-13T06:34:35.242Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10035894239376845604/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-10-13T06:34:36.559Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:34:36.559Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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-BasicVmMacro-csar.csar 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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-BasicVmMacro-csar.csar 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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-BasicVmMacro-csar.csar 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:36.560Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-13T06:34:36.561Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.561Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:36.561Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:36.561Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-13T06:34:36.562Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:34:36.562Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.562Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:36.562Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:36.562Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-13T06:34:36.563Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:34:36.563Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.563Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:36.563Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.563Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-13T06:34:36.563Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-13T06:34:36.564Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-13T06:34:36.564Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-13T06:34:36.564Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-13T06:34:36.564Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-13T06:34:36.565Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.565Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:34:36.565Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.565Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:36.566Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:34:36.566Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.566Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:36.566Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:34:36.567Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.567Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:36.567Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:34:36.567Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.567Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-13T06:34:36.568Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-13T06:34:36.568Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-13T06:34:36.568Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2168e849-6fb8-4d68-9d88-c42521c21d6e 2022-10-13T06:34:36.568Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.568Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:36.569Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.569Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:36.569Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.569Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:36.570Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:36.570Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:36.570Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9350732b-f0e0-43ae-a86c-85fef44ff189 Model Version:NULL Model InvariantUuid:e97b8a58-5302-49df-8e7f-b24c6ff4b245 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:88f6e96e-6f68-4289-a5cf-fbd7327e8dfa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:629c5050-8d52-4d51-af73-257727d96a17 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:418c3999-5c21-4a2e-852d-a36cb7f257b5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:27243b76-3d26-42e1-a9d1-3d4a30bace25 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:011d4e48-dd19-459b-be8c-d8aaaa39f05b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2168e849-6fb8-4d68-9d88-c42521c21d6e ModelInvariantUuid:cfe4978b-4d33-4d33-9db0-f1104dd4337e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:0bb34e4c-6b7c-4ee7-a2b1-f23817ce847a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:814dbec3-45e4-4da3-84b1-2c9199567c69 ModelInvariantUuid:a05c3299-f094-4f8c-9ccf-8f141150aa49 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:800c76b1-962a-4cec-8585-3935587c279d 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-10-13T06:34:36.577Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9bb3e3bb-5001-45e1-8786-3b528f4cc0a0 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-10-13T06:34:36.580Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-10-13T06:34:36.580Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9bb3e3bb-5001-45e1-8786-3b528f4cc0a0 2022-10-13T06:34:36.580Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c94d6404-b364-418f-a072-cf65af1197c0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-13T06:34:36.580Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:34:36.580Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:36.640Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:34:36.640Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c94d6404-b364-418f-a072-cf65af1197c0 792 2022-10-13T06:34:36.641Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:36.641Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:36.641Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:34:36.642Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:36.644Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:36.644Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642876641, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:34:36.744Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:34:36.745Z||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-10-13T06:34:36.745Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:36.755Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:36.756Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:37.646Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "27243b76-3d26-42e1-a9d1-3d4a30bace25", "vfModuleModelVersion": "1", "vfModuleModelUUID": "011d4e48-dd19-459b-be8c-d8aaaa39f05b", "vfModuleModelCustomizationUUID": "53e2abe4-7fdb-474f-96a1-4395acf348c6", "isBase": true, "artifacts": [ "f069d17a-a15f-4b41-9c4f-d6f5d664216c", "8d603cf5-5ea1-4d12-92d1-fee4798a9e26" ], "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-10-13T06:34:37.657Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:011d4e48-dd19-459b-be8c-d8aaaa39f05b VfModuleModelInvariantUUID:27243b76-3d26-42e1-a9d1-3d4a30bace25 VfModuleModelDescription:NULL Artifacts UUID List:{ f069d17a-a15f-4b41-9c4f-d6f5d664216c , 8d603cf5-5ea1-4d12-92d1-fee4798a9e26 } 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-10-13T06:34:37.660Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "27243b76-3d26-42e1-a9d1-3d4a30bace25", "vfModuleModelVersion": "1", "vfModuleModelUUID": "011d4e48-dd19-459b-be8c-d8aaaa39f05b", "vfModuleModelCustomizationUUID": "53e2abe4-7fdb-474f-96a1-4395acf348c6", "isBase": true, "artifacts": [ "f069d17a-a15f-4b41-9c4f-d6f5d664216c", "8d603cf5-5ea1-4d12-92d1-fee4798a9e26" ], "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-10-13T06:34:37.660Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:011d4e48-dd19-459b-be8c-d8aaaa39f05b VfModuleModelInvariantUUID:27243b76-3d26-42e1-a9d1-3d4a30bace25 VfModuleModelDescription:NULL Artifacts UUID List:{ f069d17a-a15f-4b41-9c4f-d6f5d664216c , 8d603cf5-5ea1-4d12-92d1-fee4798a9e26 } 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-10-13T06:34:37.660Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f069d17a-a15f-4b41-9c4f-d6f5d664216c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-13T06:34:37.660Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:34:37.661Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:37.698Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:34:37.698Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f069d17a-a15f-4b41-9c4f-d6f5d664216c 5033 2022-10-13T06:34:37.699Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:37.699Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:37.699Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:34:37.699Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:37.702Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:37.702Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642877699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:34:37.802Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:37.803Z||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-10-13T06:34:37.803Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:37.814Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:37.815Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:38.702Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8d603cf5-5ea1-4d12-92d1-fee4798a9e26 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-13T06:34:38.703Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:34:38.703Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:38.745Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:34:38.745Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8d603cf5-5ea1-4d12-92d1-fee4798a9e26 903 2022-10-13T06:34:38.746Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:38.746Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:38.746Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:34:38.746Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:38.749Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:38.749Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642878746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:34:38.849Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:38.850Z||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-10-13T06:34:38.850Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:38.863Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:38.863Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:39.750Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9350732b-f0e0-43ae-a86c-85fef44ff189 2022-10-13T06:34:39.750Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9bb3e3bb-5001-45e1-8786-3b528f4cc0a0 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-10-13T06:34:39.762Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cc1b15c, org.onap.sdc.toscaparser.api.parameters.Input@d94d6cc, org.onap.sdc.toscaparser.api.parameters.Input@1462d900, org.onap.sdc.toscaparser.api.parameters.Input@c7286b9, org.onap.sdc.toscaparser.api.parameters.Input@7dc88d3a] 2022-10-13T06:34:39.764Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.764Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.765Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-13T06:34:39.765Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 418c3999-5c21-4a2e-852d-a36cb7f257b5 2022-10-13T06:34:39.765Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 418c3999-5c21-4a2e-852d-a36cb7f257b5 matches Tosca VF Customization UUID: 418c3999-5c21-4a2e-852d-a36cb7f257b5 2022-10-13T06:34:39.765Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 418c3999-5c21-4a2e-852d-a36cb7f257b5 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-10-13T06:34:39.768Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.768Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.769Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 418c3999-5c21-4a2e-852d-a36cb7f257b5: {\"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-10-13T06:34:39.769Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cb66c82 2022-10-13T06:34:39.769Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.769Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-13T06:34:39.770Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 53e2abe4-7fdb-474f-96a1-4395acf348c6 2022-10-13T06:34:39.770Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 53e2abe4-7fdb-474f-96a1-4395acf348c6 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-10-13T06:34:39.772Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.772Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:39.773Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:34:39.773Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.773Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:39.774Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:34:39.774Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.774Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-13T06:34:39.775Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-13T06:34:39.775Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-13T06:34:39.775Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2168e849-6fb8-4d68-9d88-c42521c21d6e 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-10-13T06:34:39.779Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.779Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:39.780Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-13T06:34:39.781Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.781Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-13T06:34:39.782Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=418c3999-5c21-4a2e-852d-a36cb7f257b5 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-10-13T06:34:39.784Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.785Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.785Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9350732b-f0e0-43ae-a86c-85fef44ff189: basic_vm_macro 2022-10-13T06:34:39.785Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.786Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.786Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.786Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.787Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.787Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.787Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.787Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.788Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:34:39.788Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:34:39.789Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:39.902Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9bb3e3bb-5001-45e1-8786-3b528f4cc0a0 1 ASDC deployResourceStructure 2022-10-13T06:34:39.903Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:39.903Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:39.903Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:34:39.904Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:39.906Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:39.906Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642879903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:34:40.006Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:40.007Z||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-10-13T06:34:40.007Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:40.019Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:40.020Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:40.907Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:40.908Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:40.908Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:34:40.908Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:40.910Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:40.910Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642880907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:34:41.010Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:41.011Z||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-10-13T06:34:41.011Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:41.023Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:41.023Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:41.911Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:41.912Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||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-10-13T06:34:41.912Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:34:41.912Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:41.914Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:41.914Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642881911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-13T06:34:42.014Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:42.015Z||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-10-13T06:34:42.015Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:42.027Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:42.028Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:34:42.915Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-13T06:34:42.915Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-13T06:34:42.915Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:34:42.916Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:34:42.920Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:34:42.920Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642882914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:34:43.020Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:34:43.021Z||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-10-13T06:34:43.021Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:34:43.033Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:34:43.033Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:34:43.922Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88efca3f-ea2d-4490-a4c9-15c1450adb0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:34:43.933Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88efca3f-ea2d-4490-a4c9-15c1450adb0c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:34:43.937Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:34:43.938Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:34:43.938Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:34:43.938Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:34:43.939Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:34:43.939Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:34:43.939Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:34:43.939Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:34:43.939Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:34:43.939Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:34:43.939Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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-10-13T06:34:43.945Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:35:13.946Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88efca3f-ea2d-4490-a4c9-15c1450adb0c 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-10-13T06:35:13.954Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88efca3f-ea2d-4490-a4c9-15c1450adb0c and serviceModelVersionId: 9350732b-f0e0-43ae-a86c-85fef44ff189 2022-10-13T06:35:13.954Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e97b8a58-5302-49df-8e7f-b24c6ff4b245 2022-10-13T06:35:13.955Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0 2022-10-13T06:35:13.958Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:35:14.004Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0|INFO|500||Invoke 2022-10-13T06:35:14.005Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88efca3f-ea2d-4490-a4c9-15c1450adb0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f4824ef-ca4e-443e-bd85-b827200c5313], X-ECOMP-RequestID=[88efca3f-ea2d-4490-a4c9-15c1450adb0c], X-TransactionId=[], X-ONAP-RequestID=[88efca3f-ea2d-4490-a4c9-15c1450adb0c], Content-Type=[application/merge-patch+json]} 2022-10-13T06:35:14.029Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:35:14.125Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?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/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221013-06:35:14:036-12623], vertex-id=[225296], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:35:14 GMT], Content-Type=[application/json]} 2022-10-13T06:35:14.125Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:35:14.126Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97b8a58-5302-49df-8e7f-b24c6ff4b245/model-vers/model-ver/9350732b-f0e0-43ae-a86c-85fef44ff189?depth=0|INFO|500||InvokeReturn 2022-10-13T06:35:14.129Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:35:14.129Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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-10-13T06:35:14.136Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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-10-13T06:35:14.136Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88efca3f-ea2d-4490-a4c9-15c1450adb0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:35:14.136Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:35:14.137Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:14.139Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:14.139Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642914136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:35:14.239Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:35:14.241Z||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-10-13T06:35:14.241Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:14.254Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:14.255Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 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-10-13T06:35:15.151Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:35:15.152Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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-10-13T06:35:15.152Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|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 slJAeUK10K0GiG42) ... 2022-10-13T06:35:19.514Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:19.514Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-13T06:35:19.514Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ec2cd7e2-e7e0-441f-ad1d-32e456b38a45","serviceDescription":"service","serviceInvariantUUID":"00bfd307-31a4-428c-9ffe-d61d48acee5f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d64f0d51-87e4-4165-a30b-848a7d5459ba","resourceInvariantUUID":"c825f8db-47c3-4f6b-8add-27e4db0a9489","resourceCustomizationUUID":"737de731-deb9-4c47-83f0-108b0abcb6e2","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":"ZTJhN2M2NTk1M2NiZmUxNWE1MGNhODQzNjk1YmFkNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"efc64a22-423b-4557-a323-a424aaf6d6df","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":"fcb2bc76-88e6-45c1-9f2f-045d4a92be5d","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":"e9e033f2-6523-4296-b229-90682ebbe5a6","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":"YzJiMjdlNDIzMmI5YTEyZDBlYTExNTYzMmY3ZGM2NjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"42aeed73-28fd-4666-90ce-f9caa8db8555","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":"da7b7308-0b0e-44b8-8245-a91dd523b259","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":"966fb2dd-d0c0-4090-9f77-df702633bd40","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":"3d2b0729-0559-4888-bb47-5cb98c150a13","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":"ZTRiNDJkOWI0ZTlmNGEwNTc2YWVjMTg5NzM2YjdiM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad7bc961-987c-4708-9a11-4b9f33bbc202","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmM3Y2RiZDQwYWQ1OThjNjEzNDJjOTQ1YzJhMmVlNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6353edde-855a-42fa-8d53-56918ef0b086","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-13T06:35:19.517Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:19.517Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:19.519Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:19.519Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:19.619Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:35:19.621Z||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-10-13T06:35:19.621Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:19.632Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:19.632Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:20.520Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:20.521Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:20.523Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:20.523Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:20.624Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-13T06:35:20.625Z||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-10-13T06:35:20.625Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:20.647Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:20.647Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:21.524Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:21.525Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:21.527Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:21.527Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:21.627Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:35:21.629Z||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-10-13T06:35:21.629Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:21.642Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:21.643Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:22.527Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:22.529Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:22.531Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:22.531Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:22.631Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:35:22.632Z||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-10-13T06:35:22.633Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:22.646Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:22.646Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:23.532Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:23.532Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:23.535Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:23.535Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:23.635Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:35:23.636Z||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-10-13T06:35:23.636Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:23.650Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:23.650Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:24.535Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:24.536Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:24.539Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:24.539Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:24.639Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:35:24.640Z||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-10-13T06:35:24.640Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:24.652Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:24.652Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:25.539Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:25.540Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:25.544Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:25.544Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:25.643Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:35:25.644Z||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-10-13T06:35:25.645Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:25.657Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:25.658Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:26.544Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:26.545Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:26.547Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:26.547Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:26.648Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:35:26.649Z||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-10-13T06:35:26.649Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:26.662Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:26.663Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:27.548Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-13T06:35:27.549Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:27.551Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:27.551Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:35:27.652Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:35:27.653Z||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-10-13T06:35:27.653Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:27.666Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:27.667Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:28.552Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "ec2cd7e2-e7e0-441f-ad1d-32e456b38a45", "serviceDescription": "service", "serviceInvariantUUID": "00bfd307-31a4-428c-9ffe-d61d48acee5f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "737de731-deb9-4c47-83f0-108b0abcb6e2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d64f0d51-87e4-4165-a30b-848a7d5459ba", "resourceInvariantUUID": "c825f8db-47c3-4f6b-8add-27e4db0a9489", "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": "MmM3Y2RiZDQwYWQ1OThjNjEzNDJjOTQ1YzJhMmVlNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6353edde-855a-42fa-8d53-56918ef0b086" } ], "workloadContext": "Production" } 2022-10-13T06:35:28.553Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-13T06:35:28.553Z|88efca3f-ea2d-4490-a4c9-15c1450adb0c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec2cd7e2-e7e0-441f-ad1d-32e456b38a45 ASDC 2022-10-13T06:35:28.553Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:ec2cd7e2-e7e0-441f-ad1d-32e456b38a45 ServiceInvariantUUID:00bfd307-31a4-428c-9ffe-d61d48acee5f 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:6353edde-855a-42fa-8d53-56918ef0b086 ArtifactChecksum:MmM3Y2RiZDQwYWQ1OThjNjEzNDJjOTQ1YzJhMmVlNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:737de731-deb9-4c47-83f0-108b0abcb6e2 ResourceInvariantUUID:c825f8db-47c3-4f6b-8add-27e4db0a9489 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d64f0d51-87e4-4165-a30b-848a7d5459ba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-13T06:35:28.553Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec2cd7e2-e7e0-441f-ad1d-32e456b38a45 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-10-13T06:35:28.577Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:35:28.578Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:35:28.578Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:35:28.579Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6353edde-855a-42fa-8d53-56918ef0b086 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-13T06:35:28.579Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-13T06:35:28.579Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-13T06:35:28.701Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-13T06:35:28.708Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6353edde-855a-42fa-8d53-56918ef0b086 110861 2022-10-13T06:35:28.708Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-13T06:35:28.709Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-13T06:35:28.709Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-13T06:35:28.709Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:28.711Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:28.712Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642928708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:35:28.812Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:35:28.813Z||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-10-13T06:35:28.813Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:28.827Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:28.827Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-13T06:35:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:35:29.533Z||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-10-13T06:35:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:35:29.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:29.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:35:29.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9e669ff-a3e4-4936-93e8-383448662efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642864828, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:35:29.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:35:29.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-13T06:35:29.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:35:29.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-13T06:35:29.713Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-13T06:35:29.714Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-13T06:35:29.714Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6353edde-855a-42fa-8d53-56918ef0b086, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-13T06:35:29.714Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-13T06:35:29.715Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-13T06:35:29.715Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-13T06:35:29.827Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15257283334370029613/Definitions/service-TestPnfMacro-template.yml 2022-10-13T06:35:30.595Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-13T06:35:30.596Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-13T06:35:30.596Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-13T06:35:30.596Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-13T06:35:30.596Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-TestPnfMacro-csar.csar 2022-10-13T06:35:30.596Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-TestPnfMacro-csar.csar 2022-10-13T06:35:30.596Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||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-10-13T06:35:30.597Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-TestPnfMacro-csar.csar 2022-10-13T06:35:30.597Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-TestPnfMacro-csar.csar 2022-10-13T06:35:30.597Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-TestPnfMacro-csar.csar 2022-10-13T06:35:30.597Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-TestPnfMacro-csar.csar 2022-10-13T06:35:30.597Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-13T06:35:30.597Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.601Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.602Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-13T06:35:30.602Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-13T06:35:30.602Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:35:30.602Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.603Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.603Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-13T06:35:30.603Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-13T06:35:30.603Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-13T06:35:30.603Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.604Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.604Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.604Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.604Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.604Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.605Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.605Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.605Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.605Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.606Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:ec2cd7e2-e7e0-441f-ad1d-32e456b38a45 Model Version:NULL Model InvariantUuid:00bfd307-31a4-428c-9ffe-d61d48acee5f 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-10-13T06:35:30.615Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: d64f0d51-87e4-4165-a30b-848a7d5459ba 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-10-13T06:35:30.618Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-10-13T06:35:30.619Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d64f0d51-87e4-4165-a30b-848a7d5459ba 2022-10-13T06:35:30.619Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ec2cd7e2-e7e0-441f-ad1d-32e456b38a45 2022-10-13T06:35:30.619Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ec2cd7e2-e7e0-441f-ad1d-32e456b38a45 2022-10-13T06:35:30.619Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d64f0d51-87e4-4165-a30b-848a7d5459ba 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-10-13T06:35:30.624Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e583d74, org.onap.sdc.toscaparser.api.parameters.Input@19e66c9a, org.onap.sdc.toscaparser.api.parameters.Input@2c71f789, org.onap.sdc.toscaparser.api.parameters.Input@3ef0fe76, org.onap.sdc.toscaparser.api.parameters.Input@17cc741] 2022-10-13T06:35:30.624Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.624Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.624Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ec2cd7e2-e7e0-441f-ad1d-32e456b38a45: test-pnf 2022-10-13T06:35:30.625Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||Processing PNF resource: d64f0d51-87e4-4165-a30b-848a7d5459ba 2022-10-13T06:35:30.625Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-13T06:35:30.625Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-13T06:35:30.625Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||Resource customization UUID: 737de731-deb9-4c47-83f0-108b0abcb6e2 is the same as notified resource customizationUUID: 737de731-deb9-4c47-83f0-108b0abcb6e2 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-10-13T06:35:30.653Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d64f0d51-87e4-4165-a30b-848a7d5459ba 0 ASDC deployResourceStructure 2022-10-13T06:35:30.654Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-13T06:35:30.654Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-13T06:35:30.654Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-13T06:35:30.654Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:35:30.656Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:35:30.656Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642930654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:35:30.756Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-13T06:35:30.757Z||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-10-13T06:35:30.758Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:35:30.770Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:35:30.771Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-13T06:35:31.657Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-13T06:35:31.832Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-13T06:35:31.834Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-13T06:35:31.834Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:35:31.835Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-13T06:35:31.836Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:35:31.841Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-13T06:36:01.841Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e 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-10-13T06:36:01.846Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e and serviceModelVersionId: ec2cd7e2-e7e0-441f-ad1d-32e456b38a45 2022-10-13T06:36:01.846Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00bfd307-31a4-428c-9ffe-d61d48acee5f 2022-10-13T06:36:01.847Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0 2022-10-13T06:36:01.852Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-13T06:36:01.898Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0|INFO|500||Invoke 2022-10-13T06:36:01.899Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[391b978d-ab08-433a-ada8-946754659362], X-ECOMP-RequestID=[ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e], X-TransactionId=[], X-ONAP-RequestID=[ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e], Content-Type=[application/merge-patch+json]} 2022-10-13T06:36:01.933Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-13T06:36:02.023Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?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/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221013-06:36:01:940-92654], vertex-id=[188624], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:36:01 GMT], Content-Type=[application/json]} 2022-10-13T06:36:02.023Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-13T06:36:02.024Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00bfd307-31a4-428c-9ffe-d61d48acee5f/model-vers/model-ver/ec2cd7e2-e7e0-441f-ad1d-32e456b38a45?depth=0|INFO|500||InvokeReturn 2022-10-13T06:36:02.025Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-13T06:36:02.025Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:36:02.041Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:36:02.042Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-13T06:36:02.042Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-13T06:36:02.043Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-13T06:36:02.044Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-13T06:36:02.044Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642962042, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:36:02.144Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-13T06:36:02.145Z||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-10-13T06:36:02.145Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ... 2022-10-13T06:36:02.161Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:36:02.161Z||pool-140-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-10-13T06:36:03.055Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:36:03.056Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:36:03.056Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:36:12.617Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:36:12.618Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:36:12.630Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:36:12.630Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:36:22.191Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:36:22.192Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:36:22.192Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:36:22.192Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:36:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:36:29.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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-10-13T06:36:29.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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 slJAeUK10K0GiG42) ... 2022-10-13T06:36:29.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:36:29.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:36:29.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-13T06:36:29.554Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:36:31.746Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:36:31.747Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:36:31.747Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:36:31.747Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:36:41.312Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:36:41.312Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:36:41.313Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:36:41.313Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:36:50.866Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:37:29.529Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:37:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:37:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:37:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:37:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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-10-13T06:37:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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 slJAeUK10K0GiG42) ... 2022-10-13T06:37:29.556Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:37:29.557Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.557Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.557Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642629529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642874059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642876641, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642877699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642878746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642879903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.559Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642880907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642881911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642882914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88efca3f-ea2d-4490-a4c9-15c1450adb0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642914136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.560Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.561Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-13T06:37:29.562Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.563Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.563Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642915151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-13T06:37:29.563Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-13T06:37:29.563Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-13T06:37:29.563Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642928708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-13T06:37:29.563Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:37:39.110Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:38:29.529Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:38:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:38:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:38:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:38:29.532Z||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-10-13T06:38:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:38:30.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:38:30.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:38:30.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642930654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-13T06:38:30.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:38:30.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-13T06:38:30.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665642962042, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-13T06:38:30.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-13T06:38:39.092Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:39:29.529Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:39:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:39:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:39:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:39:29.532Z||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-10-13T06:39:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:39:39.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:39:39.093Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:40:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:40:29.531Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:40:29.531Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:40:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:40:29.532Z||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-10-13T06:40:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:40:39.077Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:40:39.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:41:29.529Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:41:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:41:29.532Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:41:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:41:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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-10-13T06:41:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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 slJAeUK10K0GiG42) ... 2022-10-13T06:41:39.084Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:41:39.085Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:42:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:42:29.530Z||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-10-13T06:42:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:42:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:42:29.532Z||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-10-13T06:42:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:42:39.085Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:42:39.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:43:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:43:29.529Z||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-10-13T06:43:29.529Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:43:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:43:29.532Z||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-10-13T06:43:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:43:39.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:43:39.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:44:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:44:29.529Z||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-10-13T06:44:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:44:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:44:29.532Z||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-10-13T06:44:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:44:39.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:44:39.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:45:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:45:29.529Z||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-10-13T06:45:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:45:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:45:29.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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-10-13T06:45:29.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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 slJAeUK10K0GiG42) ... 2022-10-13T06:45:39.074Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:45:39.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:46:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:46:29.530Z||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-10-13T06:46:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:46:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:46:29.532Z||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-10-13T06:46:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:46:39.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:46:39.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:47:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:47:29.530Z||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-10-13T06:47:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:47:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:47:29.532Z||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-10-13T06:47:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:47:39.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:47:39.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:48:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:48:29.529Z||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-10-13T06:48:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:48:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:48:29.532Z||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-10-13T06:48:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:48:39.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:48:39.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:49:29.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:49:29.530Z||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-10-13T06:49:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:49:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:49:29.533Z||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-10-13T06:49:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:49:39.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:49:39.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:50:29.529Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:50:29.530Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:50:29.530Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:50:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:50:29.532Z||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-10-13T06:50:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:50:39.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:50:39.094Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:51:29.530Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:51:29.531Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:51:29.531Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:51:29.532Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:51:29.532Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T06:51:29.532Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T06:51:39.095Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:51:39.095Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:52:29.529Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:52:29.530Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:52:29.531Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:52:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:52:29.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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-10-13T06:52:29.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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 slJAeUK10K0GiG42) ... 2022-10-13T06:52:39.083Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:52:39.083Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:53:29.529Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:53:29.531Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-13T06:53:29.531Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ... 2022-10-13T06:53:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:53:29.532Z||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-10-13T06:53:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:53:39.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:53:39.074Z|a4be6572-f2ef-4083-a6eb-7d9895e1b406|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:54:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:54:29.530Z||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-10-13T06:54:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:54:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:54:29.532Z||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-10-13T06:54:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:54:39.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:54:39.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:55:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:55:29.529Z||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-10-13T06:55:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:55:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:55:29.532Z||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-10-13T06:55:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:55:39.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:55:39.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:56:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:56:29.530Z||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-10-13T06:56:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:56:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:56:29.532Z||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-10-13T06:56:29.533Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:56:39.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:56:39.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:57:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:57:29.530Z||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-10-13T06:57:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:57:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:57:29.532Z||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-10-13T06:57:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:57:39.097Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:57:39.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:58:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:58:29.530Z||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-10-13T06:58:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:58:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:58:29.532Z||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-10-13T06:58:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:58:39.092Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:58:39.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:59:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:59:29.530Z||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-10-13T06:59:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T06:59:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T06:59:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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-10-13T06:59:29.532Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|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 slJAeUK10K0GiG42) ... 2022-10-13T06:59:39.108Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T06:59:39.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T07:00:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T07:00:29.529Z||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-10-13T07:00:29.530Z||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 slJAeUK10K0GiG42) ... 2022-10-13T07:00:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T07:00:29.532Z||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-10-13T07:00:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T07:00:39.104Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T07:00:39.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T07:01:29.529Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T07:01:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T07:01:29.530Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T07:01:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T07:01:29.532Z||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-10-13T07:01:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T07:01:39.113Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T07:01:39.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T07:02:29.529Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T07:02:29.531Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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-10-13T07:02:29.531Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|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 slJAeUK10K0GiG42) ... 2022-10-13T07:02:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-13T07:02:29.532Z||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-10-13T07:02:29.532Z||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 slJAeUK10K0GiG42) ... 2022-10-13T07:02:39.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-13T07:02:39.081Z|ff3cbb0d-ec07-4fc7-a8b8-ac86e7b4246e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK